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

Side by Side 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: missing OVERRIDE Created 6 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+content/public", 2 "+content/public",
3 ] 3 ]
4
5 specific_include_rules = {
6 "app_list_demo\.cc": [
7 "+sandbox",
8 "+ui/views_content_client",
9 ],
10 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698