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 1064 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1075 }, | 1075 }, |
1076 ], # targets | 1076 ], # targets |
1077 'conditions': [ | 1077 'conditions': [ |
1078 ['branding=="Chrome"', { | 1078 ['branding=="Chrome"', { |
1079 'targets': [ | 1079 'targets': [ |
1080 { | 1080 { |
1081 'target_name': 'chrome_official_builder', | 1081 'target_name': 'chrome_official_builder', |
1082 'type': 'none', | 1082 'type': 'none', |
1083 'dependencies': [ | 1083 'dependencies': [ |
1084 '../base/base.gyp:base_unittests', | 1084 '../base/base.gyp:base_unittests', |
1085 '../chrome/chrome.gyp:browser_tests', | |
1086 '../chrome/chrome.gyp:crash_service', | 1085 '../chrome/chrome.gyp:crash_service', |
1087 '../chrome/chrome.gyp:gcapi_dll', | 1086 '../chrome/chrome.gyp:gcapi_dll', |
1088 '../chrome/chrome.gyp:pack_policy_templates', | 1087 '../chrome/chrome.gyp:pack_policy_templates', |
1089 '../chrome/installer/mini_installer.gyp:mini_installer', | 1088 '../chrome/installer/mini_installer.gyp:mini_installer', |
1090 '../cloud_print/cloud_print.gyp:cloud_print', | 1089 '../cloud_print/cloud_print.gyp:cloud_print', |
1091 '../courgette/courgette.gyp:courgette', | 1090 '../courgette/courgette.gyp:courgette', |
1092 '../courgette/courgette.gyp:courgette64', | 1091 '../courgette/courgette.gyp:courgette64', |
1093 '../ipc/ipc.gyp:ipc_tests', | 1092 '../ipc/ipc.gyp:ipc_tests', |
1094 '../media/media.gyp:media_unittests', | 1093 '../media/media.gyp:media_unittests', |
1095 '../net/net.gyp:net_unittests_run', | 1094 '../net/net.gyp:net_unittests_run', |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1240 'dependencies': [ | 1239 'dependencies': [ |
1241 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1240 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1242 '../ui/views/views.gyp:views', | 1241 '../ui/views/views.gyp:views', |
1243 '../ui/views/views.gyp:views_unittests', | 1242 '../ui/views/views.gyp:views_unittests', |
1244 ], | 1243 ], |
1245 }, # target_name: macviews_builder | 1244 }, # target_name: macviews_builder |
1246 ], # targets | 1245 ], # targets |
1247 }], # os=='mac' and toolkit_views==1 | 1246 }], # os=='mac' and toolkit_views==1 |
1248 ], # conditions | 1247 ], # conditions |
1249 } | 1248 } |
OLD | NEW |