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

Unified Diff: DEPS

Issue 18919005: Migrate from googleurl/ includes to url/ ones in the remaining top-level directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make googleurl a temp include rule - to prevent others including it again Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | android_webview/common/aw_hit_test_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 5218da632290660372b30f21b02d1f07730e2ebd..2403fa2bde9b4859c5e39f007835d9275f165ff2 100644
--- a/DEPS
+++ b/DEPS
@@ -506,7 +506,6 @@ include_rules = [
# Everybody can use some things.
"+base",
"+build",
- "+googleurl",
"+ipc",
# Everybody can use headers generated by tools/generate_library_loader.
@@ -515,6 +514,8 @@ include_rules = [
"+testing",
"+third_party/icu/public",
"+url",
+ # TODO(tfarina): Temporary, until we finish the migration to url. Remove this!
+ "!googleurl",
]
« no previous file with comments | « no previous file | android_webview/common/aw_hit_test_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698