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 1213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1224 '../chrome/chrome.gyp:browser_tests_run', | 1224 '../chrome/chrome.gyp:browser_tests_run', |
1225 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1225 '../chrome/chrome.gyp:interactive_ui_tests_run', |
1226 # http://crbug.com/157234 | 1226 # http://crbug.com/157234 |
1227 #'../chrome/chrome.gyp:sync_integration_tests_run', | 1227 #'../chrome/chrome.gyp:sync_integration_tests_run', |
1228 '../chrome/chrome.gyp:unit_tests_run', | 1228 '../chrome/chrome.gyp:unit_tests_run', |
1229 '../net/net.gyp:net_unittests_run', | 1229 '../net/net.gyp:net_unittests_run', |
1230 ], | 1230 ], |
1231 }, # target_name: chromium_swarm_tests | 1231 }, # target_name: chromium_swarm_tests |
1232 ], | 1232 ], |
1233 }], | 1233 }], |
1234 ], # conditions | 1234 ['OS=="mac" and toolkit_views==1', { |
| 1235 'targets': [ |
| 1236 { |
| 1237 'target_name': 'macviews_builder', |
| 1238 'type': 'none', |
| 1239 'dependencies': [ |
| 1240 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1241 '../ui/views/views.gyp:views', |
| 1242 ], |
| 1243 }, # target_name: macviews_builder |
| 1244 ], # targets |
| 1245 }], # os=='mac' and toolkit_views==1 |
| 1246 ], # conditions |
1235 } | 1247 } |
OLD | NEW |