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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 | 7 |
8 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 'chrome_browser.gypi', | 94 'chrome_browser.gypi', |
95 'chrome_browser_ui.gypi', | 95 'chrome_browser_ui.gypi', |
96 'chrome_common.gypi', | 96 'chrome_common.gypi', |
97 'chrome_installer_util.gypi', | 97 'chrome_installer_util.gypi', |
98 'version.gypi', | 98 'version.gypi', |
99 '../components/nacl/nacl_defines.gypi', | 99 '../components/nacl/nacl_defines.gypi', |
100 ], | 100 ], |
101 'conditions': [ | 101 'conditions': [ |
102 ['OS!="ios"', { | 102 ['OS!="ios"', { |
103 'includes': [ | 103 'includes': [ |
104 'app/policy/policy_templates.gypi', | |
105 'chrome_browser_extensions.gypi', | 104 'chrome_browser_extensions.gypi', |
106 'chrome_dll.gypi', | 105 'chrome_dll.gypi', |
107 'chrome_exe.gypi', | 106 'chrome_exe.gypi', |
108 'chrome_installer.gypi', | 107 'chrome_installer.gypi', |
109 'chrome_renderer.gypi', | 108 'chrome_renderer.gypi', |
110 'chrome_tests.gypi', | 109 'chrome_tests.gypi', |
111 'chrome_tests_unit.gypi', | 110 'chrome_tests_unit.gypi', |
| 111 'policy_templates.gypi', |
112 '../apps/apps.gypi', | 112 '../apps/apps.gypi', |
113 ], | 113 ], |
114 'targets': [ | 114 'targets': [ |
115 { | 115 { |
116 'target_name': 'default_extensions', | 116 'target_name': 'default_extensions', |
117 'type': 'none', | 117 'type': 'none', |
118 'conditions': [ | 118 'conditions': [ |
119 ['OS=="win"', { | 119 ['OS=="win"', { |
120 'copies': [ | 120 'copies': [ |
121 { | 121 { |
(...skipping 990 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1112 'sources': [ | 1112 'sources': [ |
1113 'service/cloud_print/print_system_dummy.cc', | 1113 'service/cloud_print/print_system_dummy.cc', |
1114 ], | 1114 ], |
1115 }], | 1115 }], |
1116 ], | 1116 ], |
1117 }, | 1117 }, |
1118 ], | 1118 ], |
1119 }], | 1119 }], |
1120 ], # 'conditions' | 1120 ], # 'conditions' |
1121 } | 1121 } |
OLD | NEW |