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

Unified Diff: chrome/chrome_tests.gypi

Issue 11493003: Remove the protector service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge & cleanup Created 8 years 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 side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 81b1f3f046148bbd568d208c91f9bff59eaa140e..a033b45b978753b7e4b9f6f3940de41a360e5d81 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1091,8 +1091,6 @@
'browser/process_singleton_browsertest.cc',
'browser/profiles/profile_browsertest.cc',
'browser/profiles/profile_manager_browsertest.cc',
- 'browser/protector/default_search_provider_change_browsertest.cc',
- 'browser/protector/protector_service_browsertest.cc',
'browser/referrer_policy_browsertest.cc',
'browser/renderer_host/render_process_host_chrome_browsertest.cc',
'browser/renderer_host/web_cache_manager_browsertest.cc',
@@ -1383,10 +1381,6 @@
'test/data/webui/certificate_viewer_ui_test-inl.h',
],
}, { # chromeos==1
- 'sources/': [
- # Protector is disabled on CrOS.
- ['exclude', '^browser/protector'],
- ],
'sources!': [
'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc',
'browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc',

Powered by Google App Engine
This is Rietveld 408576698