| 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 'chrome_browser.gypi', | 96 'chrome_browser.gypi', |
| 97 'chrome_browser_ui.gypi', | 97 'chrome_browser_ui.gypi', |
| 98 'chrome_common.gypi', | 98 'chrome_common.gypi', |
| 99 'chrome_installer_util.gypi', | 99 'chrome_installer_util.gypi', |
| 100 '../components/nacl/nacl_defines.gypi', | 100 '../components/nacl/nacl_defines.gypi', |
| 101 ], | 101 ], |
| 102 'conditions': [ | 102 'conditions': [ |
| 103 ['OS!="ios"', { | 103 ['OS!="ios"', { |
| 104 'includes': [ | 104 'includes': [ |
| 105 '../apps/apps.gypi', | 105 '../apps/apps.gypi', |
| 106 'app_installer/app_installer.gypi', |
| 106 'chrome_debugger.gypi', | 107 'chrome_debugger.gypi', |
| 107 'chrome_dll.gypi', | 108 'chrome_dll.gypi', |
| 108 'chrome_exe.gypi', | 109 'chrome_exe.gypi', |
| 109 'chrome_installer.gypi', | 110 'chrome_installer.gypi', |
| 110 'chrome_plugin.gypi', | 111 'chrome_plugin.gypi', |
| 111 'chrome_renderer.gypi', | 112 'chrome_renderer.gypi', |
| 112 'chrome_tests.gypi', | 113 'chrome_tests.gypi', |
| 113 'chrome_tests_unit.gypi', | 114 'chrome_tests_unit.gypi', |
| 114 'chrome_utility.gypi', | 115 'chrome_utility.gypi', |
| 115 'policy_templates.gypi', | 116 'policy_templates.gypi', |
| (...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 738 'service/service_utility_process_host.cc', | 739 'service/service_utility_process_host.cc', |
| 739 'service/service_utility_process_host.h', | 740 'service/service_utility_process_host.h', |
| 740 ], | 741 ], |
| 741 }], | 742 }], |
| 742 ], | 743 ], |
| 743 }, | 744 }, |
| 744 ], | 745 ], |
| 745 }], | 746 }], |
| 746 ], # 'conditions' | 747 ], # 'conditions' |
| 747 } | 748 } |
| OLD | NEW |