OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |