| 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 1139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1150 '../content/content_shell_and_tests.gyp:content_browsertests', | 1150 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 1151 '../content/content_shell_and_tests.gyp:content_unittests', | 1151 '../content/content_shell_and_tests.gyp:content_unittests', |
| 1152 '../device/device_tests.gyp:device_unittests', | 1152 '../device/device_tests.gyp:device_unittests', |
| 1153 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', | 1153 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
| 1154 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 1154 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
| 1155 '../remoting/remoting.gyp:remoting_unittests', | 1155 '../remoting/remoting.gyp:remoting_unittests', |
| 1156 '../ui/app_list/app_list.gyp:*', | 1156 '../ui/app_list/app_list.gyp:*', |
| 1157 '../ui/aura/aura.gyp:*', | 1157 '../ui/aura/aura.gyp:*', |
| 1158 '../ui/compositor/compositor.gyp:*', | 1158 '../ui/compositor/compositor.gyp:*', |
| 1159 '../ui/events/events.gyp:*', | 1159 '../ui/events/events.gyp:*', |
| 1160 '../ui/window/window.gyp:*', |
| 1160 '../ui/wm/wm.gyp:*', | 1161 '../ui/wm/wm.gyp:*', |
| 1161 '../ui/gfx/gfx.gyp:gfx_unittests', | 1162 '../ui/gfx/gfx.gyp:gfx_unittests', |
| 1162 '../ui/keyboard/keyboard.gyp:*', | 1163 '../ui/keyboard/keyboard.gyp:*', |
| 1163 '../ui/message_center/message_center.gyp:*', | 1164 '../ui/message_center/message_center.gyp:*', |
| 1164 '../ui/snapshot/snapshot.gyp:snapshot_unittests', | 1165 '../ui/snapshot/snapshot.gyp:snapshot_unittests', |
| 1165 '../ui/ui_unittests.gyp:ui_unittests', | 1166 '../ui/ui_unittests.gyp:ui_unittests', |
| 1166 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1167 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1167 '../ui/views/views.gyp:views', | 1168 '../ui/views/views.gyp:views', |
| 1168 '../ui/views/views.gyp:views_unittests', | 1169 '../ui/views/views.gyp:views_unittests', |
| 1169 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:webkit_compositor_bindings_unittests', | 1170 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:webkit_compositor_bindings_unittests', |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1236 # http://crbug.com/157234 | 1237 # http://crbug.com/157234 |
| 1237 #'../chrome/chrome.gyp:sync_integration_tests_run', | 1238 #'../chrome/chrome.gyp:sync_integration_tests_run', |
| 1238 '../chrome/chrome.gyp:unit_tests_run', | 1239 '../chrome/chrome.gyp:unit_tests_run', |
| 1239 '../net/net.gyp:net_unittests_run', | 1240 '../net/net.gyp:net_unittests_run', |
| 1240 ], | 1241 ], |
| 1241 }, # target_name: chromium_swarm_tests | 1242 }, # target_name: chromium_swarm_tests |
| 1242 ], | 1243 ], |
| 1243 }], | 1244 }], |
| 1244 ], # conditions | 1245 ], # conditions |
| 1245 } | 1246 } |
| OLD | NEW |