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

Unified Diff: components/autofill/content/DEPS

Issue 16879006: In components/autofill, move common/ to core/common/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to fix conflict 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/autofill/content/DEPS
diff --git a/components/autofill/DEPS b/components/autofill/content/DEPS
similarity index 60%
copy from components/autofill/DEPS
copy to components/autofill/content/DEPS
index df74b4f918daff5735cde37f9414413fddfe5227..1db9c7d6f7a4cace27525bca35d40f2a488c57a5 100644
--- a/components/autofill/DEPS
+++ b/components/autofill/content/DEPS
@@ -1,10 +1,6 @@
include_rules = [
- "+google_apis/gaia/gaia_urls.h",
- "+grit", # For generated headers
- "+jni",
- "+net",
+ "+content/public/common",
# Allow inclusion of WebKit API files.
"+third_party/WebKit/public/platform",
"+third_party/WebKit/Source/WebKit/chromium",
- "+ui",
]

Powered by Google App Engine
This is Rietveld 408576698