| 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 1157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1168 '../remoting/remoting.gyp:remoting_unittests', | 1168 '../remoting/remoting.gyp:remoting_unittests', |
| 1169 '../ui/app_list/app_list.gyp:*', | 1169 '../ui/app_list/app_list.gyp:*', |
| 1170 '../ui/aura/aura.gyp:*', | 1170 '../ui/aura/aura.gyp:*', |
| 1171 '../ui/compositor/compositor.gyp:*', | 1171 '../ui/compositor/compositor.gyp:*', |
| 1172 '../ui/events/events.gyp:*', | 1172 '../ui/events/events.gyp:*', |
| 1173 '../ui/gfx/gfx.gyp:gfx_unittests', | 1173 '../ui/gfx/gfx.gyp:gfx_unittests', |
| 1174 '../ui/keyboard/keyboard.gyp:*', | 1174 '../ui/keyboard/keyboard.gyp:*', |
| 1175 '../ui/message_center/message_center.gyp:*', | 1175 '../ui/message_center/message_center.gyp:*', |
| 1176 '../ui/snapshot/snapshot.gyp:snapshot_unittests', | 1176 '../ui/snapshot/snapshot.gyp:snapshot_unittests', |
| 1177 '../ui/ui_unittests.gyp:ui_unittests', | 1177 '../ui/ui_unittests.gyp:ui_unittests', |
| 1178 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1178 '../ui/views/views.gyp:views', | 1179 '../ui/views/views.gyp:views', |
| 1179 '../ui/views/views.gyp:views_examples_with_content_exe', | |
| 1180 '../ui/views/views.gyp:views_unittests', | 1180 '../ui/views/views.gyp:views_unittests', |
| 1181 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:webkit_compositor_bindings_unittests', | 1181 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:webkit_compositor_bindings_unittests', |
| 1182 'blink_tests', | 1182 'blink_tests', |
| 1183 ], | 1183 ], |
| 1184 'conditions': [ | 1184 'conditions': [ |
| 1185 ['OS=="win"', { | 1185 ['OS=="win"', { |
| 1186 'dependencies': [ | 1186 'dependencies': [ |
| 1187 '../chrome/chrome.gyp:crash_service', | 1187 '../chrome/chrome.gyp:crash_service', |
| 1188 ], | 1188 ], |
| 1189 }], | 1189 }], |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1243 # http://crbug.com/157234 | 1243 # http://crbug.com/157234 |
| 1244 #'../chrome/chrome.gyp:sync_integration_tests_run', | 1244 #'../chrome/chrome.gyp:sync_integration_tests_run', |
| 1245 '../chrome/chrome.gyp:unit_tests_run', | 1245 '../chrome/chrome.gyp:unit_tests_run', |
| 1246 '../net/net.gyp:net_unittests_run', | 1246 '../net/net.gyp:net_unittests_run', |
| 1247 ], | 1247 ], |
| 1248 }, # target_name: chromium_swarm_tests | 1248 }, # target_name: chromium_swarm_tests |
| 1249 ], | 1249 ], |
| 1250 }], | 1250 }], |
| 1251 ], # conditions | 1251 ], # conditions |
| 1252 } | 1252 } |
| OLD | NEW |