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

Side by Side Diff: chromecast/chromecast_tests.gypi

Issue 1767603003: [chromecast] Add cast_shell --accept-resource-provider switch (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: use kSwitchValue{True,False} and fix DONOTSUBMIT comment Created 4 years, 9 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
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': [
11 { 11 {
12 'target_name': 'cast_base_unittests', 12 'target_name': 'cast_base_unittests',
13 'type': '<(gtest_target_type)', 13 'type': '<(gtest_target_type)',
14 'dependencies': [ 14 'dependencies': [
15 'cast_base', 15 'cast_base',
16 'cast_component', 16 'cast_component',
17 'cast_crypto', 17 'cast_crypto',
18 '../base/base.gyp:run_all_unittests', 18 '../base/base.gyp:run_all_unittests',
19 '../testing/gmock.gyp:gmock', 19 '../testing/gmock.gyp:gmock',
20 '../testing/gtest.gyp:gtest', 20 '../testing/gtest.gyp:gtest',
21 ], 21 ],
22 'sources': [ 22 'sources': [
23 'base/bind_to_task_runner_unittest.cc', 23 'base/bind_to_task_runner_unittest.cc',
24 'base/chromecast_switches_unittest.cc',
24 'base/component/component_unittest.cc', 25 'base/component/component_unittest.cc',
25 'base/device_capabilities_impl_unittest.cc', 26 'base/device_capabilities_impl_unittest.cc',
26 'base/error_codes_unittest.cc', 27 'base/error_codes_unittest.cc',
27 'base/path_utils_unittest.cc', 28 'base/path_utils_unittest.cc',
28 'base/process_utils_unittest.cc', 29 'base/process_utils_unittest.cc',
29 'base/serializers_unittest.cc', 30 'base/serializers_unittest.cc',
30 'base/system_time_change_notifier_unittest.cc', 31 'base/system_time_change_notifier_unittest.cc',
31 'crypto/signature_cache_unittest.cc', 32 'crypto/signature_cache_unittest.cc',
32 ], 33 ],
33 'conditions': [ 34 'conditions': [
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 '-a', '<(test_additional_options)', 410 '-a', '<(test_additional_options)',
410 'pack_run', 411 'pack_run',
411 ], 412 ],
412 } 413 }
413 ], 414 ],
414 }, 415 },
415 ], # end of targets 416 ], # end of targets
416 }], 417 }],
417 ], # end of conditions 418 ], # end of conditions
418 } 419 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698