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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1718883002: Enable H.264 video WebRTC behind run-time flag and add WebRtcBrowserTest for H.264 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed brettw comments (remove colon and gen header from list) 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
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 'chrome_browser_extensions_test_support_sources': [ 6 'chrome_browser_extensions_test_support_sources': [
7 # A list of sources which is shared between different browser tests. 7 # A list of sources which is shared between different browser tests.
8 'browser/apps/app_browsertest_util.cc', 8 'browser/apps/app_browsertest_util.cc',
9 'browser/apps/app_browsertest_util.h', 9 'browser/apps/app_browsertest_util.h',
10 'browser/extensions/browsertest_util.cc', 10 'browser/extensions/browsertest_util.cc',
(...skipping 2141 matching lines...) Expand 10 before | Expand all | Expand 10 after
2152 '../components/components.gyp:dom_distiller_test_support', 2152 '../components/components.gyp:dom_distiller_test_support',
2153 '../components/components.gyp:guest_view_test_support', 2153 '../components/components.gyp:guest_view_test_support',
2154 '../components/components.gyp:history_core_test_support', 2154 '../components/components.gyp:history_core_test_support',
2155 '../components/components.gyp:safe_browsing_db', 2155 '../components/components.gyp:safe_browsing_db',
2156 '../components/components.gyp:ssl_config', 2156 '../components/components.gyp:ssl_config',
2157 '../components/components.gyp:test_database_manager', 2157 '../components/components.gyp:test_database_manager',
2158 '../components/components.gyp:translate_core_common', 2158 '../components/components.gyp:translate_core_common',
2159 '../components/components.gyp:ui_zoom_test_support', 2159 '../components/components.gyp:ui_zoom_test_support',
2160 '../components/components_resources.gyp:components_resources', 2160 '../components/components_resources.gyp:components_resources',
2161 '../components/components_strings.gyp:components_strings', 2161 '../components/components_strings.gyp:components_strings',
2162 '../content/content.gyp:common_features',
2163 '../content/content.gyp:feature_h264_with_openh264_ffmpeg',
2162 '../content/content_shell_and_tests.gyp:content_browser_test_base', 2164 '../content/content_shell_and_tests.gyp:content_browser_test_base',
2163 '../crypto/crypto.gyp:crypto_test_support', 2165 '../crypto/crypto.gyp:crypto_test_support',
2164 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 2166 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
2165 '../device/serial/serial.gyp:device_serial_test_util', 2167 '../device/serial/serial.gyp:device_serial_test_util',
2166 '../extensions/common/api/api.gyp:extensions_api', 2168 '../extensions/common/api/api.gyp:extensions_api',
2167 '../google_apis/google_apis.gyp:google_apis_test_support', 2169 '../google_apis/google_apis.gyp:google_apis_test_support',
2168 '../media/cast/cast.gyp:cast_test_utility', 2170 '../media/cast/cast.gyp:cast_test_utility',
2169 '../media/media.gyp:media', 2171 '../media/media.gyp:media',
2170 '../net/net.gyp:net', 2172 '../net/net.gyp:net',
2171 '../net/net.gyp:net_test_support', 2173 '../net/net.gyp:net_test_support',
(...skipping 1345 matching lines...) Expand 10 before | Expand all | Expand 10 after
3517 'browser', 3519 'browser',
3518 ], 3520 ],
3519 'sources': [ 3521 'sources': [
3520 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3522 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3521 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3523 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3522 ], 3524 ],
3523 }] 3525 }]
3524 }], 3526 }],
3525 ], # 'conditions' 3527 ], # 'conditions'
3526 } 3528 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698