| 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 'variables': { | 6 'variables': { |
| 7 # A hook that can be overridden in other repositories to add additional | 7 # A hook that can be overridden in other repositories to add additional |
| 8 # compilation targets to 'All'. Only used on Android. | 8 # compilation targets to 'All'. Only used on Android. |
| 9 'android_app_targets%': [], | 9 'android_app_targets%': [], |
| 10 }, | 10 }, |
| (...skipping 1125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1136 ], # targets | 1136 ], # targets |
| 1137 'conditions': [ | 1137 'conditions': [ |
| 1138 ['branding=="Chrome"', { | 1138 ['branding=="Chrome"', { |
| 1139 'targets': [ | 1139 'targets': [ |
| 1140 { | 1140 { |
| 1141 'target_name': 'chrome_official_builder', | 1141 'target_name': 'chrome_official_builder', |
| 1142 'type': 'none', | 1142 'type': 'none', |
| 1143 'dependencies': [ | 1143 'dependencies': [ |
| 1144 '../base/base.gyp:base_unittests', | 1144 '../base/base.gyp:base_unittests', |
| 1145 '../chrome/chrome.gyp:browser_tests', | 1145 '../chrome/chrome.gyp:browser_tests', |
| 1146 » » '../chrome/chrome.gyp:sync_integration_tests', | 1146 '../chrome/chrome.gyp:sync_integration_tests', |
| 1147 '../chrome/chrome.gyp:crash_service', | 1147 '../chrome/chrome.gyp:crash_service', |
| 1148 '../chrome/chrome.gyp:gcapi_dll', | 1148 '../chrome/chrome.gyp:gcapi_dll', |
| 1149 '../chrome/chrome.gyp:pack_policy_templates', | 1149 '../chrome/chrome.gyp:pack_policy_templates', |
| 1150 '../chrome/installer/mini_installer.gyp:mini_installer', | 1150 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 1151 '../cloud_print/cloud_print.gyp:cloud_print', | 1151 '../cloud_print/cloud_print.gyp:cloud_print', |
| 1152 '../courgette/courgette.gyp:courgette', | 1152 '../courgette/courgette.gyp:courgette', |
| 1153 '../courgette/courgette.gyp:courgette64', | 1153 '../courgette/courgette.gyp:courgette64', |
| 1154 '../ipc/ipc.gyp:ipc_tests', | 1154 '../ipc/ipc.gyp:ipc_tests', |
| 1155 '../media/media.gyp:media_unittests', | 1155 '../media/media.gyp:media_unittests', |
| 1156 '../net/net.gyp:net_unittests_run', | 1156 '../net/net.gyp:net_unittests_run', |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1307 'dependencies': [ | 1307 'dependencies': [ |
| 1308 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1308 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1309 '../ui/views/views.gyp:views', | 1309 '../ui/views/views.gyp:views', |
| 1310 '../ui/views/views.gyp:views_unittests', | 1310 '../ui/views/views.gyp:views_unittests', |
| 1311 ], | 1311 ], |
| 1312 }, # target_name: macviews_builder | 1312 }, # target_name: macviews_builder |
| 1313 ], # targets | 1313 ], # targets |
| 1314 }], # os=='mac' and toolkit_views==1 | 1314 }], # os=='mac' and toolkit_views==1 |
| 1315 ], # conditions | 1315 ], # conditions |
| 1316 } | 1316 } |
| OLD | NEW |