| 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 '../build/win_precompile.gypi', | 107 '../build/win_precompile.gypi', |
| 108 'chrome_browser.gypi', | 108 'chrome_browser.gypi', |
| 109 'chrome_browser_ui.gypi', | 109 'chrome_browser_ui.gypi', |
| 110 'chrome_common.gypi', | 110 'chrome_common.gypi', |
| 111 'chrome_installer_util.gypi', | 111 'chrome_installer_util.gypi', |
| 112 ], | 112 ], |
| 113 'conditions': [ | 113 'conditions': [ |
| 114 ['OS!="ios"', { | 114 ['OS!="ios"', { |
| 115 'includes': [ | 115 'includes': [ |
| 116 '../apps/apps.gypi', | 116 '../apps/apps.gypi', |
| 117 'app_installer/app_installer.gypi', | |
| 118 'chrome_child.gypi', | 117 'chrome_child.gypi', |
| 119 'chrome_debugger.gypi', | 118 'chrome_debugger.gypi', |
| 120 'chrome_dll.gypi', | 119 'chrome_dll.gypi', |
| 121 'chrome_exe.gypi', | 120 'chrome_exe.gypi', |
| 122 'chrome_installer.gypi', | 121 'chrome_installer.gypi', |
| 123 'chrome_plugin.gypi', | 122 'chrome_plugin.gypi', |
| 124 'chrome_renderer.gypi', | 123 'chrome_renderer.gypi', |
| 125 'chrome_tests.gypi', | 124 'chrome_tests.gypi', |
| 126 'chrome_tests_unit.gypi', | 125 'chrome_tests_unit.gypi', |
| 127 'chrome_utility.gypi', | 126 'chrome_utility.gypi', |
| (...skipping 667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 795 '<(DEPTH)/third_party/kasko' | 794 '<(DEPTH)/third_party/kasko' |
| 796 ], | 795 ], |
| 797 }, | 796 }, |
| 798 }, | 797 }, |
| 799 }, | 798 }, |
| 800 }, | 799 }, |
| 801 ], | 800 ], |
| 802 }], | 801 }], |
| 803 ], # 'conditions' | 802 ], # 'conditions' |
| 804 } | 803 } |
| OLD | NEW |