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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1560583002: DevTools: remove experimental webrtc-based remote debugging device provider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more tests/gyp removals Created 4 years, 11 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
« no previous file with comments | « chrome/chrome_resources.gyp ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 'browser/collected_cookies_browsertest.cc', 90 'browser/collected_cookies_browsertest.cc',
91 'browser/content_settings/content_settings_browsertest.cc', 91 'browser/content_settings/content_settings_browsertest.cc',
92 'browser/crash_recovery_browsertest.cc', 92 'browser/crash_recovery_browsertest.cc',
93 'browser/custom_handlers/protocol_handler_registry_browsertest.cc', 93 'browser/custom_handlers/protocol_handler_registry_browsertest.cc',
94 'browser/data_saver/data_saver_browsertest.cc', 94 'browser/data_saver/data_saver_browsertest.cc',
95 'browser/devtools/device/adb/adb_client_socket_browsertest.cc', 95 'browser/devtools/device/adb/adb_client_socket_browsertest.cc',
96 'browser/devtools/device/adb/mock_adb_server.cc', 96 'browser/devtools/device/adb/mock_adb_server.cc',
97 'browser/devtools/device/adb/mock_adb_server.h', 97 'browser/devtools/device/adb/mock_adb_server.h',
98 'browser/devtools/device/port_forwarding_browsertest.cc', 98 'browser/devtools/device/port_forwarding_browsertest.cc',
99 'browser/devtools/device/usb/android_usb_browsertest.cc', 99 'browser/devtools/device/usb/android_usb_browsertest.cc',
100 'browser/devtools/device/webrtc/devtools_bridge_client_browsertest.cc',
101 'browser/devtools/device/webrtc/devtools_bridge_client_browsertest.h',
102 'browser/devtools/device/webrtc/webrtc_device_provider_browsertest.cc',
103 'browser/devtools/devtools_sanity_browsertest.cc', 100 'browser/devtools/devtools_sanity_browsertest.cc',
104 'browser/devtools/devtools_window_testing.cc', 101 'browser/devtools/devtools_window_testing.cc',
105 'browser/devtools/devtools_window_testing.h', 102 'browser/devtools/devtools_window_testing.h',
106 'browser/do_not_track_browsertest.cc', 103 'browser/do_not_track_browsertest.cc',
107 'browser/dom_distiller/distillable_page_utils_browsertest.cc', 104 'browser/dom_distiller/distillable_page_utils_browsertest.cc',
108 'browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc', 105 'browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc',
109 'browser/dom_distiller/tab_utils_browsertest.cc', 106 'browser/dom_distiller/tab_utils_browsertest.cc',
110 'browser/download/download_browsertest.cc', 107 'browser/download/download_browsertest.cc',
111 'browser/download/download_browsertest.h', 108 'browser/download/download_browsertest.h',
112 'browser/download/download_danger_prompt_browsertest.cc', 109 'browser/download/download_danger_prompt_browsertest.cc',
(...skipping 802 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 'test/media_router/media_router_integration_browsertest.cc', 912 'test/media_router/media_router_integration_browsertest.cc',
916 'test/media_router/media_router_integration_browsertest.h', 913 'test/media_router/media_router_integration_browsertest.h',
917 'test/media_router/media_router_integration_ui_browsertest.cc', 914 'test/media_router/media_router_integration_ui_browsertest.cc',
918 'test/media_router/test_media_sinks_observer.cc', 915 'test/media_router/test_media_sinks_observer.cc',
919 'test/media_router/test_media_sinks_observer.h', 916 'test/media_router/test_media_sinks_observer.h',
920 ], 917 ],
921 # Javascript sources. These are combined with the .cc files in the GYP build 918 # Javascript sources. These are combined with the .cc files in the GYP build
922 # and are handled by a rule, but in the GN build they're in a separate 919 # and are handled by a rule, but in the GN build they're in a separate
923 # action so need to be separated out. 920 # action so need to be separated out.
924 'chrome_browser_tests_webui_js_sources': [ 921 'chrome_browser_tests_webui_js_sources': [
925 'browser/devtools/device/webrtc/devtools_bridge_client_browsertest.js',
926 'browser/ui/webui/app_list/start_page_browsertest.js', 922 'browser/ui/webui/app_list/start_page_browsertest.js',
927 'browser/ui/webui/chromeos/bluetooth_pairing_ui_browsertest.js', 923 'browser/ui/webui/chromeos/bluetooth_pairing_ui_browsertest.js',
928 'browser/ui/webui/chromeos/certificate_manager_dialog_browsertest.js', 924 'browser/ui/webui/chromeos/certificate_manager_dialog_browsertest.js',
929 'browser/ui/webui/chromeos/set_time_ui_browsertest.js', 925 'browser/ui/webui/chromeos/set_time_ui_browsertest.js',
930 'browser/ui/webui/downloads_ui_browsertest.js', 926 'browser/ui/webui/downloads_ui_browsertest.js',
931 'browser/ui/webui/downloads_ui_browsertest_base.js', 927 'browser/ui/webui/downloads_ui_browsertest_base.js',
932 'browser/ui/webui/downloads_ui_supervised_browsertest.js', 928 'browser/ui/webui/downloads_ui_supervised_browsertest.js',
933 'browser/ui/webui/extensions/chromeos/kiosk_apps_browsertest.js', 929 'browser/ui/webui/extensions/chromeos/kiosk_apps_browsertest.js',
934 'browser/ui/webui/extensions/extension_settings_browsertest.js', 930 'browser/ui/webui/extensions/extension_settings_browsertest.js',
935 'browser/ui/webui/help/help_browsertest.js', 931 'browser/ui/webui/help/help_browsertest.js',
(...skipping 2599 matching lines...) Expand 10 before | Expand all | Expand 10 after
3535 'utility', 3531 'utility',
3536 ], 3532 ],
3537 'sources': [ 3533 'sources': [
3538 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3534 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3539 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3535 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3540 ], 3536 ],
3541 }] 3537 }]
3542 }], 3538 }],
3543 ], # 'conditions' 3539 ], # 'conditions'
3544 } 3540 }
OLDNEW
« no previous file with comments | « chrome/chrome_resources.gyp ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698