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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1673183002: 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: Fixed gyp/gn deps 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 2118 matching lines...) Expand 10 before | Expand all | Expand 10 after
2129 'chrome_resources.gyp:packed_extra_resources', 2129 'chrome_resources.gyp:packed_extra_resources',
2130 'chrome_resources.gyp:packed_resources', 2130 'chrome_resources.gyp:packed_resources',
2131 'common/extensions/api/api.gyp:chrome_api', 2131 'common/extensions/api/api.gyp:chrome_api',
2132 'renderer', 2132 'renderer',
2133 'test_support_common', 2133 'test_support_common',
2134 'test_support_sync_integration', 2134 'test_support_sync_integration',
2135 'test_support_ui', 2135 'test_support_ui',
2136 '../base/base.gyp:base', 2136 '../base/base.gyp:base',
2137 '../base/base.gyp:base_i18n', 2137 '../base/base.gyp:base_i18n',
2138 '../base/base.gyp:test_support_base', 2138 '../base/base.gyp:test_support_base',
2139 '../content/public/renderer/media/webrtc/finch_h264_with_openh264_ffmpeg .gyp:finch_h264_with_openh264_ffmpeg',
2139 '../components/components.gyp:autofill_content_risk_proto', 2140 '../components/components.gyp:autofill_content_risk_proto',
2140 '../components/components.gyp:autofill_content_test_support', 2141 '../components/components.gyp:autofill_content_test_support',
2141 '../components/components.gyp:captive_portal_test_support', 2142 '../components/components.gyp:captive_portal_test_support',
2142 '../components/components.gyp:certificate_reporting', 2143 '../components/components.gyp:certificate_reporting',
2143 '../components/components.gyp:dom_distiller_content_browser', 2144 '../components/components.gyp:dom_distiller_content_browser',
2144 '../components/components.gyp:dom_distiller_content_renderer', 2145 '../components/components.gyp:dom_distiller_content_renderer',
2145 '../components/components.gyp:dom_distiller_test_support', 2146 '../components/components.gyp:dom_distiller_test_support',
2146 '../components/components.gyp:guest_view_test_support', 2147 '../components/components.gyp:guest_view_test_support',
2147 '../components/components.gyp:history_core_test_support', 2148 '../components/components.gyp:history_core_test_support',
2148 '../components/components.gyp:safe_browsing_db', 2149 '../components/components.gyp:safe_browsing_db',
(...skipping 1361 matching lines...) Expand 10 before | Expand all | Expand 10 after
3510 'browser', 3511 'browser',
3511 ], 3512 ],
3512 'sources': [ 3513 'sources': [
3513 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3514 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3514 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3515 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3515 ], 3516 ],
3516 }] 3517 }]
3517 }], 3518 }],
3518 ], # 'conditions' 3519 ], # 'conditions'
3519 } 3520 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698