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

Side by Side Diff: chromecast/chromecast_tests.gypi

Issue 1065743003: Reland: Web MIDI: split build rules for media/midi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed patch set Created 5 years, 7 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 'variables': { 6 'variables': {
7 'chromium_code': 1 7 'chromium_code': 1
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 27 matching lines...) Expand all
38 'target_name': 'cast_test_generator', 38 'target_name': 'cast_test_generator',
39 'type': 'none', 39 'type': 'none',
40 'dependencies': [ 40 'dependencies': [
41 'cast_base_unittests', 41 'cast_base_unittests',
42 '../base/base.gyp:base_unittests', 42 '../base/base.gyp:base_unittests',
43 '../content/content_shell_and_tests.gyp:content_unittests', 43 '../content/content_shell_and_tests.gyp:content_unittests',
44 '../crypto/crypto.gyp:crypto_unittests', 44 '../crypto/crypto.gyp:crypto_unittests',
45 '../ipc/ipc.gyp:ipc_tests', 45 '../ipc/ipc.gyp:ipc_tests',
46 '../jingle/jingle.gyp:jingle_unittests', 46 '../jingle/jingle.gyp:jingle_unittests',
47 '../media/media.gyp:media_unittests', 47 '../media/media.gyp:media_unittests',
48 '../media/midi/midi.gyp:midi_unittests',
48 '../net/net.gyp:net_unittests', 49 '../net/net.gyp:net_unittests',
49 '../sandbox/sandbox.gyp:sandbox_linux_unittests', 50 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
50 '../sql/sql.gyp:sql_unittests', 51 '../sql/sql.gyp:sql_unittests',
51 '../sync/sync.gyp:sync_unit_tests', 52 '../sync/sync.gyp:sync_unit_tests',
52 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests', 53 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests',
53 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 54 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
54 '../url/url.gyp:url_unittests', 55 '../url/url.gyp:url_unittests',
55 ], 56 ],
56 'conditions': [ 57 'conditions': [
57 ['target_arch=="arm" and OS!="android"', { 58 ['target_arch=="arm" and OS!="android"', {
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 ['OS=="android"', { 182 ['OS=="android"', {
182 'targets': [ 183 'targets': [
183 { 184 {
184 'target_name': 'cast_android_tests', 185 'target_name': 'cast_android_tests',
185 'type': 'none', 186 'type': 'none',
186 'dependencies': [ 187 'dependencies': [
187 '../base/base.gyp:base_unittests_apk', 188 '../base/base.gyp:base_unittests_apk',
188 '../cc/cc_tests.gyp:cc_unittests_apk', 189 '../cc/cc_tests.gyp:cc_unittests_apk',
189 '../ipc/ipc.gyp:ipc_tests_apk', 190 '../ipc/ipc.gyp:ipc_tests_apk',
190 '../media/media.gyp:media_unittests_apk', 191 '../media/media.gyp:media_unittests_apk',
192 '../media/midi/midi.gyp:midi_unittests_apk',
191 '../net/net.gyp:net_unittests_apk', 193 '../net/net.gyp:net_unittests_apk',
192 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', 194 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk',
193 '../sql/sql.gyp:sql_unittests_apk', 195 '../sql/sql.gyp:sql_unittests_apk',
194 '../sync/sync.gyp:sync_unit_tests_apk', 196 '../sync/sync.gyp:sync_unit_tests_apk',
195 '../ui/events/events.gyp:events_unittests_apk', 197 '../ui/events/events.gyp:events_unittests_apk',
196 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', 198 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk',
197 ], 199 ],
198 'includes': ['build/tests/test_list.gypi'], 200 'includes': ['build/tests/test_list.gypi'],
199 }, 201 },
200 { 202 {
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 'HAS_OUT_OF_PROC_TEST_RUNNER', 256 'HAS_OUT_OF_PROC_TEST_RUNNER',
255 ], 257 ],
256 'sources': [ 258 'sources': [
257 'browser/test/chromecast_shell_browser_test.cc', 259 'browser/test/chromecast_shell_browser_test.cc',
258 ], 260 ],
259 }, 261 },
260 ], # end of targets 262 ], # end of targets
261 }], 263 }],
262 ], # end of conditions 264 ], # end of conditions
263 } 265 }
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