OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'target_defaults': { | 6 'target_defaults': { |
7 'variables': { | 7 'variables': { |
8 'common_constants_target': 0, | 8 'common_constants_target': 0, |
9 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
11 ['common_constants_target==1', { | 11 ['common_constants_target==1', { |
12 'sources': [ | 12 'sources': [ |
13 'common/chrome_constants.cc', | 13 'common/chrome_constants.cc', |
14 'common/chrome_constants.h', | 14 'common/chrome_constants.h', |
15 'common/chrome_paths.cc', | 15 'common/chrome_paths.cc', |
16 'common/chrome_paths.h', | 16 'common/chrome_paths.h', |
17 'common/chrome_paths_android.cc', | 17 'common/chrome_paths_android.cc', |
18 'common/chrome_paths_internal.h', | 18 'common/chrome_paths_internal.h', |
19 'common/chrome_paths_linux.cc', | 19 'common/chrome_paths_linux.cc', |
20 'common/chrome_paths_mac.mm', | 20 'common/chrome_paths_mac.mm', |
21 'common/chrome_paths_win.cc', | 21 'common/chrome_paths_win.cc', |
22 'common/chrome_switches.cc', | 22 'common/chrome_switches.cc', |
23 'common/chrome_switches.h', | 23 'common/chrome_switches.h', |
24 'common/env_vars.cc', | 24 'common/env_vars.cc', |
25 'common/env_vars.h', | 25 'common/env_vars.h', |
26 'common/net/gaia/gaia_constants.cc', | |
27 'common/net/gaia/gaia_constants.h', | |
28 'common/net/test_server_locations.cc', | 26 'common/net/test_server_locations.cc', |
29 'common/net/test_server_locations.h', | 27 'common/net/test_server_locations.h', |
30 'common/pref_names.cc', | 28 'common/pref_names.cc', |
31 'common/pref_names.h', | 29 'common/pref_names.h', |
32 ], | 30 ], |
33 'actions': [ | 31 'actions': [ |
34 { | 32 { |
35 'action_name': 'Make chrome_version.cc', | 33 'action_name': 'Make chrome_version.cc', |
36 'variables': { | 34 'variables': { |
37 'make_version_cc_path': 'tools/build/make_version_cc.py', | 35 'make_version_cc_path': 'tools/build/make_version_cc.py', |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 'configurations': { | 89 'configurations': { |
92 'Common_Base': { | 90 'Common_Base': { |
93 'msvs_target_platform': 'x64', | 91 'msvs_target_platform': 'x64', |
94 }, | 92 }, |
95 }, | 93 }, |
96 }, | 94 }, |
97 ], | 95 ], |
98 }], | 96 }], |
99 ], | 97 ], |
100 } | 98 } |
OLD | NEW |