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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 184813009: Cast Streaming API end-to-end browser_test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. 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 'variables' : { 5 'variables' : {
6 'chromedriver_unittest_sources': [ 6 'chromedriver_unittest_sources': [
7 'test/chromedriver/capabilities_unittest.cc', 7 'test/chromedriver/capabilities_unittest.cc',
8 'test/chromedriver/chrome/chrome_finder_unittest.cc', 8 'test/chromedriver/chrome/chrome_finder_unittest.cc',
9 'test/chromedriver/chrome/console_logger_unittest.cc', 9 'test/chromedriver/chrome/console_logger_unittest.cc',
10 'test/chromedriver/chrome/device_manager_unittest.cc', 10 'test/chromedriver/chrome/device_manager_unittest.cc',
(...skipping 911 matching lines...) Expand 10 before | Expand all | Expand 10 after
922 '../base/base.gyp:test_support_base', 922 '../base/base.gyp:test_support_base',
923 '../components/components.gyp:autofill_content_risk_proto', 923 '../components/components.gyp:autofill_content_risk_proto',
924 '../components/components.gyp:autofill_content_test_support', 924 '../components/components.gyp:autofill_content_test_support',
925 '../components/components.gyp:dom_distiller_test_support', 925 '../components/components.gyp:dom_distiller_test_support',
926 '../components/components.gyp:dom_distiller_content', 926 '../components/components.gyp:dom_distiller_content',
927 '../components/components.gyp:translate_core_common', 927 '../components/components.gyp:translate_core_common',
928 '../components/component_resources.gyp:component_resources', 928 '../components/component_resources.gyp:component_resources',
929 '../components/component_strings.gyp:component_strings', 929 '../components/component_strings.gyp:component_strings',
930 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 930 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
931 '../google_apis/google_apis.gyp:google_apis_test_support', 931 '../google_apis/google_apis.gyp:google_apis_test_support',
932 '../media/cast/test/utility/utility.gyp:cast_test_utility',
932 '../net/net.gyp:net', 933 '../net/net.gyp:net',
933 '../net/net.gyp:net_test_support', 934 '../net/net.gyp:net_test_support',
934 '../skia/skia.gyp:skia', 935 '../skia/skia.gyp:skia',
935 '../sync/sync.gyp:sync', 936 '../sync/sync.gyp:sync',
936 '../sync/sync.gyp:test_support_sync_api', 937 '../sync/sync.gyp:test_support_sync_api',
937 '../testing/gmock.gyp:gmock', 938 '../testing/gmock.gyp:gmock',
938 '../testing/gtest.gyp:gtest', 939 '../testing/gtest.gyp:gtest',
939 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 940 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
940 '../third_party/icu/icu.gyp:icui18n', 941 '../third_party/icu/icu.gyp:icui18n',
941 '../third_party/icu/icu.gyp:icuuc', 942 '../third_party/icu/icu.gyp:icuuc',
(...skipping 2289 matching lines...) Expand 10 before | Expand all | Expand 10 after
3231 'utility', 3232 'utility',
3232 ], 3233 ],
3233 'sources': [ 3234 'sources': [
3234 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3235 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3235 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3236 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3236 ], 3237 ],
3237 }] 3238 }]
3238 }], 3239 }],
3239 ], # 'conditions' 3240 ], # 'conditions'
3240 } 3241 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698