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

Unified Diff: trunk/src/components/webdata/DEPS

Issue 18120007: Revert 209071 "components/webdata: Break the dependency on chrom..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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: trunk/src/components/webdata/DEPS
===================================================================
--- trunk/src/components/webdata/DEPS (revision 209115)
+++ trunk/src/components/webdata/DEPS (working copy)
@@ -1,4 +1,5 @@
include_rules = [
+ "+components/encryptor",
# WebData is used by iOS, which does not use content.
"-content",
"+sql",
@@ -17,6 +18,9 @@
"+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 | « trunk/src/chrome/unit_tests.isolate ('k') | trunk/src/components/webdata/common/web_database_migration_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698