config.h 274 B

1234567891011
  1. // Copyright 2018 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #if __APPLE__
  5. #include "config-mac.h"
  6. #elif _WIN32
  7. #include "msvc.h"
  8. #else
  9. #include "config-linux.h"
  10. #endif