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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2108313002: Remove the Pver3 safe_browsing_test server (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update a few files I missed Created 4 years, 5 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/browser_tests.isolate ('k') | chrome/test/BUILD.gn » ('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 'build_angle_deqp_tests%': 0, 6 'build_angle_deqp_tests%': 0,
7 'chrome_browser_extensions_test_support_sources': [ 7 'chrome_browser_extensions_test_support_sources': [
8 # A list of sources which is shared between different browser tests. 8 # A list of sources which is shared between different browser tests.
9 'browser/apps/app_browsertest_util.cc', 9 'browser/apps/app_browsertest_util.cc',
10 'browser/apps/app_browsertest_util.h', 10 'browser/apps/app_browsertest_util.h',
(...skipping 865 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 ], 876 ],
877 'chrome_browser_tests_views_non_cros_or_mac_sources': [ 877 'chrome_browser_tests_views_non_cros_or_mac_sources': [
878 # This should be brought up on OSX Views but not CrOS. 878 # This should be brought up on OSX Views but not CrOS.
879 'browser/ui/views/profiles/profile_chooser_view_browsertest.cc', 879 'browser/ui/views/profiles/profile_chooser_view_browsertest.cc',
880 ], 880 ],
881 'chrome_browser_tests_speech_sources': [ 881 'chrome_browser_tests_speech_sources': [
882 'browser/speech/extension_api/tts_extension_apitest.cc', 882 'browser/speech/extension_api/tts_extension_apitest.cc',
883 'browser/speech/speech_recognition_browsertest.cc', 883 'browser/speech/speech_recognition_browsertest.cc',
884 ], 884 ],
885 'chrome_browser_tests_full_safe_browsing_sources': [ 885 'chrome_browser_tests_full_safe_browsing_sources': [
886 'browser/safe_browsing/local_safebrowsing_test_server.cc',
887 'browser/safe_browsing/safe_browsing_blocking_page_test.cc', 886 'browser/safe_browsing/safe_browsing_blocking_page_test.cc',
888 'browser/safe_browsing/safe_browsing_service_browsertest.cc', 887 'browser/safe_browsing/safe_browsing_service_browsertest.cc',
889 'browser/safe_browsing/safe_browsing_test.cc',
890 'renderer/safe_browsing/phishing_classifier_browsertest.cc', 888 'renderer/safe_browsing/phishing_classifier_browsertest.cc',
891 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', 889 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc',
892 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', 890 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc',
893 'renderer/safe_browsing/threat_dom_details_browsertest.cc', 891 'renderer/safe_browsing/threat_dom_details_browsertest.cc',
894 ], 892 ],
895 'chrome_browser_tests_remoting_sources': [ 893 'chrome_browser_tests_remoting_sources': [
896 'test/remoting/auth_browsertest.cc', 894 'test/remoting/auth_browsertest.cc',
897 'test/remoting/fullscreen_browsertest.cc', 895 'test/remoting/fullscreen_browsertest.cc',
898 'test/remoting/it2me_browsertest.cc', 896 'test/remoting/it2me_browsertest.cc',
899 'test/remoting/key_code_conv.cc', 897 'test/remoting/key_code_conv.cc',
(...skipping 1305 matching lines...) Expand 10 before | Expand all | Expand 10 after
2205 '../sync/sync.gyp:sync', 2203 '../sync/sync.gyp:sync',
2206 '../sync/sync.gyp:test_support_sync_api', 2204 '../sync/sync.gyp:test_support_sync_api',
2207 '../testing/gmock.gyp:gmock', 2205 '../testing/gmock.gyp:gmock',
2208 '../testing/gtest.gyp:gtest', 2206 '../testing/gtest.gyp:gtest',
2209 '../testing/perf/perf_test.gyp:*', 2207 '../testing/perf/perf_test.gyp:*',
2210 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 2208 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
2211 '../third_party/icu/icu.gyp:icui18n', 2209 '../third_party/icu/icu.gyp:icui18n',
2212 '../third_party/icu/icu.gyp:icuuc', 2210 '../third_party/icu/icu.gyp:icuuc',
2213 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2211 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2214 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput', 2212 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
2215 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing',
2216 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 2213 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
2217 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 2214 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
2218 '../ui/accessibility/accessibility.gyp:accessibility_test_support', 2215 '../ui/accessibility/accessibility.gyp:accessibility_test_support',
2219 '../ui/compositor/compositor.gyp:compositor_test_support', 2216 '../ui/compositor/compositor.gyp:compositor_test_support',
2220 '../ui/resources/ui_resources.gyp:ui_resources', 2217 '../ui/resources/ui_resources.gyp:ui_resources',
2221 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 2218 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
2222 '../v8/src/v8.gyp:v8', 2219 '../v8/src/v8.gyp:v8',
2223 # Runtime dependencies 2220 # Runtime dependencies
2224 '../ppapi/ppapi_internal.gyp:power_saver_test_plugin', 2221 '../ppapi/ppapi_internal.gyp:power_saver_test_plugin',
2225 '../ppapi/ppapi_internal.gyp:ppapi_tests', 2222 '../ppapi/ppapi_internal.gyp:ppapi_tests',
(...skipping 1360 matching lines...) Expand 10 before | Expand all | Expand 10 after
3586 'browser', 3583 'browser',
3587 ], 3584 ],
3588 'sources': [ 3585 'sources': [
3589 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3586 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3590 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3587 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3591 ], 3588 ],
3592 }] 3589 }]
3593 }], 3590 }],
3594 ], # 'conditions' 3591 ], # 'conditions'
3595 } 3592 }
OLDNEW
« no previous file with comments | « chrome/browser_tests.isolate ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698