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

Side by Side Diff: chromecast/chromecast_tests.gypi

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: let's try that again Created 4 years, 10 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 | « chrome/test/base/run_all_unittests.cc ('k') | components/BUILD.gn » ('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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 { 316 {
317 'target_name': 'cast_shell_test_support', 317 'target_name': 'cast_shell_test_support',
318 'type': '<(component)', 318 'type': '<(component)',
319 'defines': [ 319 'defines': [
320 'HAS_OUT_OF_PROC_TEST_RUNNER', 320 'HAS_OUT_OF_PROC_TEST_RUNNER',
321 ], 321 ],
322 'dependencies': [ 322 'dependencies': [
323 'cast_shell_core', 323 'cast_shell_core',
324 '../content/content_shell_and_tests.gyp:content_browser_test_base', 324 '../content/content_shell_and_tests.gyp:content_browser_test_base',
325 '../content/content_shell_and_tests.gyp:content_browser_test_support ', 325 '../content/content_shell_and_tests.gyp:content_browser_test_support ',
326 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
326 '../testing/gtest.gyp:gtest', 327 '../testing/gtest.gyp:gtest',
327 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
328 ], 328 ],
329 'export_dependent_settings': [ 329 'export_dependent_settings': [
330 '../content/content_shell_and_tests.gyp:content_browser_test_base', 330 '../content/content_shell_and_tests.gyp:content_browser_test_base',
331 ], 331 ],
332 'sources': [ 332 'sources': [
333 'browser/test/chromecast_browser_test.cc', 333 'browser/test/chromecast_browser_test.cc',
334 'browser/test/chromecast_browser_test.h', 334 'browser/test/chromecast_browser_test.h',
335 'browser/test/chromecast_browser_test_runner.cc', 335 'browser/test/chromecast_browser_test_runner.cc',
336 ], 336 ],
337 }, # end of target 'cast_shell_test_support' 337 }, # end of target 'cast_shell_test_support'
(...skipping 77 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 | « chrome/test/base/run_all_unittests.cc ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698