Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Side by Side Diff: trunk/src/build/all.gyp

Issue 26740002: Revert 227773 "add aura_builder to chromium_builder_tests" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 '../jingle/jingle.gyp:jingle_unittests', 244 '../jingle/jingle.gyp:jingle_unittests',
245 '../media/media.gyp:media_unittests', 245 '../media/media.gyp:media_unittests',
246 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 246 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
247 '../printing/printing.gyp:printing_unittests', 247 '../printing/printing.gyp:printing_unittests',
248 '../remoting/remoting.gyp:remoting_unittests', 248 '../remoting/remoting.gyp:remoting_unittests',
249 '../sync/sync.gyp:sync_unit_tests', 249 '../sync/sync.gyp:sync_unit_tests',
250 '../third_party/WebKit/public/all.gyp:all_blink', 250 '../third_party/WebKit/public/all.gyp:all_blink',
251 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 251 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
252 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 252 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
253 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 253 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
254 'aura_builder',
255 ], 254 ],
256 }], 255 }],
257 ['OS=="win"', { 256 ['OS=="win"', {
258 'dependencies': [ 257 'dependencies': [
259 '../chrome/chrome.gyp:crash_service', 258 '../chrome/chrome.gyp:crash_service',
260 '../chrome/chrome.gyp:installer_util_unittests', 259 '../chrome/chrome.gyp:installer_util_unittests',
261 '../chrome/chrome.gyp:mini_installer_test', 260 '../chrome/chrome.gyp:mini_installer_test',
262 # mini_installer_tests depends on mini_installer. This should be 261 # mini_installer_tests depends on mini_installer. This should be
263 # defined in installer.gyp. 262 # defined in installer.gyp.
264 '../chrome/installer/mini_installer.gyp:mini_installer', 263 '../chrome/installer/mini_installer.gyp:mini_installer',
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after
940 '../chrome/chrome.gyp:interactive_ui_tests_run', 939 '../chrome/chrome.gyp:interactive_ui_tests_run',
941 '../chrome/chrome.gyp:sync_integration_tests_run', 940 '../chrome/chrome.gyp:sync_integration_tests_run',
942 '../chrome/chrome.gyp:unit_tests_run', 941 '../chrome/chrome.gyp:unit_tests_run',
943 '../net/net.gyp:net_unittests_run', 942 '../net/net.gyp:net_unittests_run',
944 ], 943 ],
945 }, # target_name: chromium_swarm_tests 944 }, # target_name: chromium_swarm_tests
946 ], 945 ],
947 }], 946 }],
948 ], # conditions 947 ], # conditions
949 } 948 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698