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

Side by Side Diff: chromecast/chromecast_tests.gypi

Issue 1085843003: Revert of Web MIDI: split build rules for media/midi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « build/gn_migration.gypi ('k') | content/app/DEPS » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'cast_tests', 8 'target_name': 'cast_tests',
9 'type': 'none', 9 'type': 'none',
10 'dependencies': [ 10 'dependencies': [
(...skipping 12 matching lines...) Expand all
23 'target_name': 'cast_test_generator', 23 'target_name': 'cast_test_generator',
24 'type': 'none', 24 'type': 'none',
25 'dependencies': [ 25 'dependencies': [
26 '../base/base.gyp:base_unittests', 26 '../base/base.gyp:base_unittests',
27 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests', 27 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests',
28 '../content/content_shell_and_tests.gyp:content_unittests', 28 '../content/content_shell_and_tests.gyp:content_unittests',
29 '../crypto/crypto.gyp:crypto_unittests', 29 '../crypto/crypto.gyp:crypto_unittests',
30 '../ipc/ipc.gyp:ipc_tests', 30 '../ipc/ipc.gyp:ipc_tests',
31 '../jingle/jingle.gyp:jingle_unittests', 31 '../jingle/jingle.gyp:jingle_unittests',
32 '../media/media.gyp:media_unittests', 32 '../media/media.gyp:media_unittests',
33 '../media/midi/midi.gyp:midi_unittests',
34 '../net/net.gyp:net_unittests', 33 '../net/net.gyp:net_unittests',
35 '../sandbox/sandbox.gyp:sandbox_linux_unittests', 34 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
36 '../sql/sql.gyp:sql_unittests', 35 '../sql/sql.gyp:sql_unittests',
37 '../sync/sync.gyp:sync_unit_tests', 36 '../sync/sync.gyp:sync_unit_tests',
38 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 37 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
39 '../url/url.gyp:url_unittests', 38 '../url/url.gyp:url_unittests',
40 ], 39 ],
41 'conditions': [ 40 'conditions': [
42 ['target_arch=="arm" and OS!="android"', { 41 ['target_arch=="arm" and OS!="android"', {
43 'variables': { 42 'variables': {
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 ['OS=="android"', { 169 ['OS=="android"', {
171 'targets': [ 170 'targets': [
172 { 171 {
173 'target_name': 'cast_android_tests', 172 'target_name': 'cast_android_tests',
174 'type': 'none', 173 'type': 'none',
175 'dependencies': [ 174 'dependencies': [
176 '../base/base.gyp:base_unittests_apk', 175 '../base/base.gyp:base_unittests_apk',
177 '../cc/cc_tests.gyp:cc_unittests_apk', 176 '../cc/cc_tests.gyp:cc_unittests_apk',
178 '../ipc/ipc.gyp:ipc_tests_apk', 177 '../ipc/ipc.gyp:ipc_tests_apk',
179 '../media/media.gyp:media_unittests_apk', 178 '../media/media.gyp:media_unittests_apk',
180 '../media/midi/midi.gyp:midi_unittests_apk',
181 '../net/net.gyp:net_unittests_apk', 179 '../net/net.gyp:net_unittests_apk',
182 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', 180 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk',
183 '../sql/sql.gyp:sql_unittests_apk', 181 '../sql/sql.gyp:sql_unittests_apk',
184 '../sync/sync.gyp:sync_unit_tests_apk', 182 '../sync/sync.gyp:sync_unit_tests_apk',
185 '../ui/events/events.gyp:events_unittests_apk', 183 '../ui/events/events.gyp:events_unittests_apk',
186 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', 184 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk',
187 ], 185 ],
188 'includes': ['build/tests/test_list.gypi'], 186 'includes': ['build/tests/test_list.gypi'],
189 }, 187 },
190 { 188 {
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 'HAS_OUT_OF_PROC_TEST_RUNNER', 242 'HAS_OUT_OF_PROC_TEST_RUNNER',
245 ], 243 ],
246 'sources': [ 244 'sources': [
247 'browser/test/chromecast_shell_browser_test.cc', 245 'browser/test/chromecast_shell_browser_test.cc',
248 ], 246 ],
249 }, 247 },
250 ], # end of targets 248 ], # end of targets
251 }], 249 }],
252 ], # end of conditions 250 ], # end of conditions
253 } 251 }
OLDNEW
« no previous file with comments | « build/gn_migration.gypi ('k') | content/app/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698