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

Side by Side Diff: chromecast/chromecast_tests.gypi

Issue 1415953004: Move content/renderer input handling for web input events to ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 1 month 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/browser/android/in_process/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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 'dependencies': [ 248 'dependencies': [
249 'cast_base_unittests_apk', 249 'cast_base_unittests_apk',
250 '../base/base.gyp:base_unittests_apk', 250 '../base/base.gyp:base_unittests_apk',
251 '../cc/cc_tests.gyp:cc_unittests_apk', 251 '../cc/cc_tests.gyp:cc_unittests_apk',
252 '../ipc/ipc.gyp:ipc_tests_apk', 252 '../ipc/ipc.gyp:ipc_tests_apk',
253 '../media/media.gyp:media_unittests_apk', 253 '../media/media.gyp:media_unittests_apk',
254 '../media/midi/midi.gyp:midi_unittests_apk', 254 '../media/midi/midi.gyp:midi_unittests_apk',
255 '../net/net.gyp:net_unittests_apk', 255 '../net/net.gyp:net_unittests_apk',
256 '../sql/sql.gyp:sql_unittests_apk', 256 '../sql/sql.gyp:sql_unittests_apk',
257 '../sync/sync.gyp:sync_unit_tests_apk', 257 '../sync/sync.gyp:sync_unit_tests_apk',
258 '../ui/events/events.gyp:events_unittests_apk', 258 '../ui/events/events_unittests.gyp:events_unittests_apk',
259 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', 259 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk',
260 ], 260 ],
261 'includes': ['build/tests/test_list.gypi'], 261 'includes': ['build/tests/test_list.gypi'],
262 }, # end of target 'cast_android_tests_generator' 262 }, # end of target 'cast_android_tests_generator'
263 { 263 {
264 'target_name': 'cast_android_test_lists', 264 'target_name': 'cast_android_test_lists',
265 'type': 'none', 265 'type': 'none',
266 'dependencies': [ 266 'dependencies': [
267 'cast_android_tests', 267 'cast_android_tests',
268 ], 268 ],
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 '-a', '<(test_additional_options)', 415 '-a', '<(test_additional_options)',
416 'pack_run', 416 'pack_run',
417 ], 417 ],
418 } 418 }
419 ], 419 ],
420 }, 420 },
421 ], # end of targets 421 ], # end of targets
422 }], 422 }],
423 ], # end of conditions 423 ], # end of conditions
424 } 424 }
OLDNEW
« no previous file with comments | « build/gn_migration.gypi ('k') | content/browser/android/in_process/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698