| 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', |
| 112 '../apps/apps.gypi', | 111 '../apps/apps.gypi', |
| 113 ], | 112 ], |
| 114 'targets': [ | 113 'targets': [ |
| (...skipping 997 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1112 'sources': [ | 1111 'sources': [ |
| 1113 'service/cloud_print/print_system_dummy.cc', | 1112 'service/cloud_print/print_system_dummy.cc', |
| 1114 ], | 1113 ], |
| 1115 }], | 1114 }], |
| 1116 ], | 1115 ], |
| 1117 }, | 1116 }, |
| 1118 ], | 1117 ], |
| 1119 }], | 1118 }], |
| 1120 ], # 'conditions' | 1119 ], # 'conditions' |
| 1121 } | 1120 } |
| OLD | NEW |