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

Side by Side Diff: build/all.gyp

Issue 136383004: [GCM] Add gcm_unit_tests to aura_builder target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix aura_builder Created 6 years, 11 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 946 matching lines...) Expand 10 before | Expand all | Expand 10 after
957 'dependencies': [ 957 'dependencies': [
958 '../cc/cc_tests.gyp:cc_unittests', 958 '../cc/cc_tests.gyp:cc_unittests',
959 '../chrome/chrome.gyp:browser_tests', 959 '../chrome/chrome.gyp:browser_tests',
960 '../chrome/chrome.gyp:chrome', 960 '../chrome/chrome.gyp:chrome',
961 '../chrome/chrome.gyp:interactive_ui_tests', 961 '../chrome/chrome.gyp:interactive_ui_tests',
962 '../chrome/chrome.gyp:unit_tests', 962 '../chrome/chrome.gyp:unit_tests',
963 '../components/components_tests.gyp:components_unittests', 963 '../components/components_tests.gyp:components_unittests',
964 '../content/content_shell_and_tests.gyp:content_browsertests', 964 '../content/content_shell_and_tests.gyp:content_browsertests',
965 '../content/content_shell_and_tests.gyp:content_unittests', 965 '../content/content_shell_and_tests.gyp:content_unittests',
966 '../device/device_tests.gyp:device_unittests', 966 '../device/device_tests.gyp:device_unittests',
967 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
967 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 968 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
968 '../remoting/remoting.gyp:remoting_unittests', 969 '../remoting/remoting.gyp:remoting_unittests',
969 '../ui/app_list/app_list.gyp:*', 970 '../ui/app_list/app_list.gyp:*',
970 '../ui/aura/aura.gyp:*', 971 '../ui/aura/aura.gyp:*',
971 '../ui/compositor/compositor.gyp:*', 972 '../ui/compositor/compositor.gyp:*',
972 '../ui/events/events.gyp:*', 973 '../ui/events/events.gyp:*',
973 '../ui/message_center/message_center.gyp:*', 974 '../ui/message_center/message_center.gyp:*',
974 '../ui/ui_unittests.gyp:ui_unittests', 975 '../ui/ui_unittests.gyp:ui_unittests',
975 '../ui/snapshot/snapshot.gyp:snapshot_unittests', 976 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
976 '../ui/views/views.gyp:views', 977 '../ui/views/views.gyp:views',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
1026 '../chrome/chrome.gyp:interactive_ui_tests_run', 1027 '../chrome/chrome.gyp:interactive_ui_tests_run',
1027 '../chrome/chrome.gyp:sync_integration_tests_run', 1028 '../chrome/chrome.gyp:sync_integration_tests_run',
1028 '../chrome/chrome.gyp:unit_tests_run', 1029 '../chrome/chrome.gyp:unit_tests_run',
1029 '../net/net.gyp:net_unittests_run', 1030 '../net/net.gyp:net_unittests_run',
1030 ], 1031 ],
1031 }, # target_name: chromium_swarm_tests 1032 }, # target_name: chromium_swarm_tests
1032 ], 1033 ],
1033 }], 1034 }],
1034 ], # conditions 1035 ], # conditions
1035 } 1036 }
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