config.h 296 B

123456789101112
  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. #include "unconfig.h"
  9. #else
  10. #include "config-linux.h"
  11. #endif