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

Unified Diff: ui/app_list/views/DEPS

Issue 281383012: Add app_list_demo, a standalone executable for testing the app list UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment, resolve namespace Created 6 years, 7 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/app_list/app_list.gyp ('k') | ui/app_list/views/app_list_demo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/DEPS
diff --git a/ui/app_list/views/DEPS b/ui/app_list/views/DEPS
index fe7bb13183f7dd1384b879305f395073a6d2f6c0..847e5e211645c9c9e90f8db01809a0a6b1904cef 100644
--- a/ui/app_list/views/DEPS
+++ b/ui/app_list/views/DEPS
@@ -1,3 +1,10 @@
include_rules = [
"+content/public",
]
+
+specific_include_rules = {
+ "app_list_demo\.cc": [
+ "+sandbox",
+ "+ui/views_content_client",
+ ],
+}
« no previous file with comments | « ui/app_list/app_list.gyp ('k') | ui/app_list/views/app_list_demo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698