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

Unified Diff: ui/wm/core/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: REBASE 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 | « ui/views/window/custom_frame_view.cc ('k') | ui/wm/core/shadow.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/core/DEPS
diff --git a/ui/wm/core/DEPS b/ui/wm/core/DEPS
index ddcff7e29ff99ec0219f7ac4613feb2f4f215f99..5f0828eba9b310212cd119749e55cfb1f374e7a9 100644
--- a/ui/wm/core/DEPS
+++ b/ui/wm/core/DEPS
@@ -1,5 +1,5 @@
include_rules = [
- "+grit/ui_resources.h",
+ "+third_party/skia",
"+ui/aura",
"+ui/base/accelerators",
"+ui/base/cursor",
@@ -11,6 +11,6 @@ include_rules = [
"+ui/compositor",
"+ui/events",
"+ui/gfx",
+ "+ui/resources/grit/ui_resources.h",
"+ui/views/views_export.h",
- "+third_party/skia",
]
« no previous file with comments | « ui/views/window/custom_frame_view.cc ('k') | ui/wm/core/shadow.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698