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

Side by Side Diff: chromecast/chromecast_tests.gypi

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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
« no previous file with comments | « chromecast/BUILD.gn ('k') | components/autofill.gypi » ('j') | 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) 2014 Google Inc. All Rights Reserved. 1 # Copyright (c) 2014 Google Inc. 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 'chromium_code': 1, 7 'chromium_code': 1,
8 'use_alsa%': 0, 8 'use_alsa%': 0,
9 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 '../content/content_shell_and_tests.gyp:content_unittests', 103 '../content/content_shell_and_tests.gyp:content_unittests',
104 '../crypto/crypto.gyp:crypto_unittests', 104 '../crypto/crypto.gyp:crypto_unittests',
105 '../ipc/ipc.gyp:ipc_tests', 105 '../ipc/ipc.gyp:ipc_tests',
106 '../jingle/jingle.gyp:jingle_unittests', 106 '../jingle/jingle.gyp:jingle_unittests',
107 '../media/media.gyp:media_unittests', 107 '../media/media.gyp:media_unittests',
108 '../media/midi/midi.gyp:midi_unittests', 108 '../media/midi/midi.gyp:midi_unittests',
109 '../net/net.gyp:net_unittests', 109 '../net/net.gyp:net_unittests',
110 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 110 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
111 '../sandbox/sandbox.gyp:sandbox_linux_unittests', 111 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
112 '../sql/sql.gyp:sql_unittests', 112 '../sql/sql.gyp:sql_unittests',
113 '../sync/sync.gyp:sync_unit_tests', 113 '../components/sync.gyp:sync_unit_tests',
114 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests', 114 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests',
115 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 115 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
116 '../url/url.gyp:url_unittests', 116 '../url/url.gyp:url_unittests',
117 ], 117 ],
118 'conditions': [ 118 'conditions': [
119 ['OS=="linux" and is_cast_desktop_build==0', { 119 ['OS=="linux" and is_cast_desktop_build==0', {
120 'variables': { 120 'variables': {
121 'filters': [ 121 'filters': [
122 # Run net_unittests first to avoid random failures due to slow pyt hon startup 122 # Run net_unittests first to avoid random failures due to slow pyt hon startup
123 # KeygenHandlerTest.SmokeTest and KeygenHandlerTest.ConcurrencyTes t fail due to 123 # KeygenHandlerTest.SmokeTest and KeygenHandlerTest.ConcurrencyTes t fail due to
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 }, 255 },
256 'dependencies': [ 256 'dependencies': [
257 'cast_base_unittests_apk', 257 'cast_base_unittests_apk',
258 '../base/base.gyp:base_unittests_apk', 258 '../base/base.gyp:base_unittests_apk',
259 '../cc/cc_tests.gyp:cc_unittests_apk', 259 '../cc/cc_tests.gyp:cc_unittests_apk',
260 '../ipc/ipc.gyp:ipc_tests_apk', 260 '../ipc/ipc.gyp:ipc_tests_apk',
261 '../media/media.gyp:media_unittests_apk', 261 '../media/media.gyp:media_unittests_apk',
262 '../media/midi/midi.gyp:midi_unittests_apk', 262 '../media/midi/midi.gyp:midi_unittests_apk',
263 '../net/net.gyp:net_unittests_apk', 263 '../net/net.gyp:net_unittests_apk',
264 '../sql/sql.gyp:sql_unittests_apk', 264 '../sql/sql.gyp:sql_unittests_apk',
265 '../sync/sync.gyp:sync_unit_tests_apk', 265 '../components/sync.gyp:sync_unit_tests_apk',
266 '../ui/events/events_unittests.gyp:events_unittests_apk', 266 '../ui/events/events_unittests.gyp:events_unittests_apk',
267 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', 267 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk',
268 ], 268 ],
269 'includes': ['build/tests/test_list.gypi'], 269 'includes': ['build/tests/test_list.gypi'],
270 }, # end of target 'cast_android_tests_generator' 270 }, # end of target 'cast_android_tests_generator'
271 { 271 {
272 'target_name': 'cast_android_test_lists', 272 'target_name': 'cast_android_test_lists',
273 'type': 'none', 273 'type': 'none',
274 'dependencies': [ 274 'dependencies': [
275 'cast_android_tests', 275 'cast_android_tests',
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 '-a', '<(test_additional_options)', 419 '-a', '<(test_additional_options)',
420 'pack_run', 420 'pack_run',
421 ], 421 ],
422 } 422 }
423 ], 423 ],
424 }, 424 },
425 ], # end of targets 425 ], # end of targets
426 }], 426 }],
427 ], # end of conditions 427 ], # end of conditions
428 } 428 }
OLDNEW
« no previous file with comments | « chromecast/BUILD.gn ('k') | components/autofill.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698