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

Side by Side Diff: athena/main/DEPS

Issue 544953003: Supprot V2 app: step1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 3 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
« no previous file with comments | « athena/extensions/chrome/athena_apps_client.cc ('k') | athena/main/athena_frame_view.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+athena/activity/public", 2 "+athena/activity/public",
3 "+athena/content/public", 3 "+athena/content/public",
4 "+athena/env/public", 4 "+athena/env/public",
5 "+athena/extensions/public", 5 "+athena/extensions/public",
6 "+athena/home/public", 6 "+athena/home/public",
7 "+athena/input/public", 7 "+athena/input/public",
8 "+athena/resource_manager/public", 8 "+athena/resource_manager/public",
9 "+athena/resources/grit/athena_resources.h", 9 "+athena/resources/grit/athena_resources.h",
10 "+athena/screen/public", 10 "+athena/screen/public",
(...skipping 26 matching lines...) Expand all
37 "+extensions/shell/app", 37 "+extensions/shell/app",
38 "+extensions/shell/browser", 38 "+extensions/shell/browser",
39 "+extensions/shell/common", 39 "+extensions/shell/common",
40 "+extensions/shell/renderer", 40 "+extensions/shell/renderer",
41 ], 41 ],
42 "athena_content_client\.h": [ 42 "athena_content_client\.h": [
43 "+extensions/shell/common", 43 "+extensions/shell/common",
44 ], 44 ],
45 # TODO(oshima): Remove this. 45 # TODO(oshima): Remove this.
46 "placeholder\.*": [ 46 "placeholder\.*": [
47 "+third_party/skia", 47 "+third_party/skia/include",
48 "+ui/gfx", 48 "+ui/gfx",
49 "+ui/views", 49 "+ui/views",
50 ], 50 ],
51 "athena_frame_view\.*": [
52 "+third_party/skia/include",
53 ],
51 } 54 }
52 55
OLDNEW
« no previous file with comments | « athena/extensions/chrome/athena_apps_client.cc ('k') | athena/main/athena_frame_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698