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

Unified Diff: components/webdata/DEPS

Issue 17788002: components/webdata: Break the dependency on chrome/test/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add entry to chrome/unit_tests.isolate to fix swarm build Created 7 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: components/webdata/DEPS
diff --git a/components/webdata/DEPS b/components/webdata/DEPS
index d0c7e8fc205352faa1f2df28dcbe200c53ffd20f..1d575c83aaf9e765b687ad2659a90ad6845867f9 100644
--- a/components/webdata/DEPS
+++ b/components/webdata/DEPS
@@ -1,5 +1,4 @@
include_rules = [
- "+components/encryptor",
# WebData is used by iOS, which does not use content.
"-content",
"+sql",
@@ -18,9 +17,6 @@ specific_include_rules = {
"+chrome/browser/webdata/web_data_service.h",
"+chrome/browser/webdata/web_data_service_factory.h",
"+chrome/browser/webdata/web_intents_table.h",
- "+chrome/test/base/ui_test_utils.h",
"+content/public/test",
- "+testing/gmock/include/gmock/gmock.h",
- "+testing/gtest/include/gtest/gtest.h",
],
}
« no previous file with comments | « components/test/data/web_database/version_49.sql ('k') | components/webdata/common/web_database_migration_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698