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

Unified Diff: ash/DEPS

Issue 480693002: Use a qualified path for ui_resources.h grit includes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « android_webview/browser/aw_content_browser_client.cc ('k') | ash/drag_drop/drag_image_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/DEPS
diff --git a/ash/DEPS b/ash/DEPS
index 6b1fa866c0f8d08f2574199e69cc020be21d9139..5292a98f8a8c612c9ef0eaacb3c611d8c1a25b05 100644
--- a/ash/DEPS
+++ b/ash/DEPS
@@ -6,7 +6,6 @@ include_rules = [
"+gpu/config",
"+grit/ash_resources.h",
"+grit/ash_strings.h",
- "+grit/ui_resources.h",
"+grit/ui_strings.h",
"+media",
"+skia/ext",
@@ -14,6 +13,7 @@ include_rules = [
"+third_party/skia",
"+net",
"+ui",
+ "+ui/resources/grit/ui_resources.h",
Lei Zhang 2014/08/16 03:39:57 do you need this when you have +ui 1 line above?
tfarina 2014/08/16 23:38:23 Done.
"+win8",
"-ash/host",
]
« no previous file with comments | « android_webview/browser/aw_content_browser_client.cc ('k') | ash/drag_drop/drag_image_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698