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

Unified Diff: apps/ui/views/DEPS

Issue 2820563004: Create separate BUILD.gn for //apps/ui/views (Closed)
Patch Set: handle is_chromecast :-/ Created 3 years, 8 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 | « apps/ui/views/BUILD.gn ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/ui/views/DEPS
diff --git a/apps/ui/views/DEPS b/apps/ui/views/DEPS
index be78ec15c97ef5576465a4818b19054f0e95de8f..219be5e0d77d3abcb0f3485b6c4a530db1d314ce 100644
--- a/apps/ui/views/DEPS
+++ b/apps/ui/views/DEPS
@@ -2,5 +2,12 @@ include_rules = [
# TODO(jamescook): Eliminate this by introducing apps_resources.grd, see
# crbug.com/306688
"+grit/theme_resources.h",
+ "+cc/paint",
+ "+extensions",
+ "+third_party/skia/include",
+ "+ui",
"+ui/strings/grit/ui_strings.h",
+
+ # For default app icon.
+ "!chrome/grit/theme_resources.h",
benwells 2017/04/18 07:08:17 What does the "!" do?
michaelpg 2017/04/18 21:41:50 It means something like "this is temporary", works
benwells 2017/04/19 00:19:51 Oh, cool. TIL!
]
« no previous file with comments | « apps/ui/views/BUILD.gn ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698