1 # Copyright (c) 2012 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.
16 'common/chrome_constants.cc',
17 'common/chrome_constants.h',
18 'common/chrome_paths.cc',
19 'common/chrome_paths.h',
20 'common/chrome_paths_android.cc',
21 'common/chrome_paths_internal.h',
22 'common/chrome_paths_linux.cc',
23 'common/chrome_paths_mac.mm',
24 'common/chrome_paths_win.cc',
25 'common/chrome_switches.cc',
26 'common/chrome_switches.h',
29 'common/net/test_server_locations.cc',
30 'common/net/test_server_locations.h',
31 'common/pref_names.cc',
32 'common/pref_names.h',
36 'action_name': 'Make chrome_version.cc',
38 'make_version_cc_path': 'tools/build/make_version_cc.py',
41 '<(make_version_cc_path)',
45 '<(INTERMEDIATE_DIR)/chrome_version.cc',
49 '<(make_version_cc_path)',
53 'process_outputs_as_sources': 1,
59 'target_name': 'common_constants',
60 'type': 'static_library',
62 '<(SHARED_INTERMEDIATE_DIR)', # Needed by chrome_paths.cc.
65 '../base/base.gyp:base',
66 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
69 ['toolkit_uses_gtk == 1', {
70 'dependencies': ['../build/linux/system.gyp:gtk'],
79 'target_name': 'common_constants_win64',
80 'type': 'static_library',
82 '<(SHARED_INTERMEDIATE_DIR)', # Needed by chrome_paths.cc.
85 '../base/base.gyp:base_nacl_win64',
86 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
89 '<@(nacl_win64_defines)',
90 'COMPILE_CONTENT_STATICALLY',
94 'msvs_target_platform': 'x64',