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.
11 '../build/util/version.gypi',
16 # TODO(yoz): Create an extension_constants target for these.
17 '../extensions/common/constants.cc',
18 '../extensions/common/constants.h',
19 'common/chrome_constants.cc',
20 'common/chrome_constants.h',
21 'common/chrome_icon_resources_win.cc',
22 'common/chrome_icon_resources_win.h',
23 'common/chrome_paths.cc',
24 'common/chrome_paths.h',
25 'common/chrome_paths_android.cc',
26 'common/chrome_paths_internal.h',
27 'common/chrome_paths_linux.cc',
28 'common/chrome_paths_mac.mm',
29 'common/chrome_paths_win.cc',
30 'common/chrome_switches.cc',
31 'common/chrome_switches.h',
34 'common/net/test_server_locations.cc',
35 'common/net/test_server_locations.h',
36 'common/pref_font_script_names-inl.h',
37 'common/pref_font_webkit_names.h',
38 'common/pref_names.cc',
39 'common/pref_names.h',
40 'common/widevine_cdm_constants.cc',
41 'common/widevine_cdm_constants.h',
45 'action_name': 'Make chrome_version.cc',
47 'make_version_cc_path': 'tools/build/make_version_cc.py',
50 '<(make_version_cc_path)',
54 '<(INTERMEDIATE_DIR)/chrome_version.cc',
58 '<(make_version_cc_path)',
62 'process_outputs_as_sources': 1,
68 'target_name': 'common_constants',
69 'type': 'static_library',
71 '<(SHARED_INTERMEDIATE_DIR)', # Needed by chrome_paths.cc.
74 '../base/base.gyp:base',
75 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
76 '../components/nacl.gyp:nacl_switches',
77 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
79 'target_conditions': [
81 # iOS needs chrome_paths_mac, which is excluded by filename rules;
82 # re-add it in target_conditionals so it's after that exclusion.
84 ['include', '^common/chrome_paths_mac\\.mm$'],
89 ['toolkit_uses_gtk == 1', {
90 'dependencies': ['../build/linux/system.gyp:gtk'],
96 ['OS=="win" and target_arch=="ia32"', {
99 'target_name': 'common_constants_win64',
100 'type': 'static_library',
102 '<(SHARED_INTERMEDIATE_DIR)', # Needed by chrome_paths.cc.
105 '../base/base.gyp:base_win64',
106 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations_win64',
107 '../components/nacl.gyp:nacl_switches_win64',
108 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
111 '<@(nacl_win64_defines)',
112 'COMPILE_CONTENT_STATICALLY',
116 'msvs_target_platform': 'x64',