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

Side by Side Diff: athena/content/DEPS

Issue 735473002: Rename app_modal_dialogs dir to app_modal (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebase Created 6 years, 1 month 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/athena.gyp ('k') | athena/content/web_activity.cc » ('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/extensions/public", 3 "+athena/extensions/public",
4 "+athena/home/public", 4 "+athena/home/public",
5 "+athena/input/public", 5 "+athena/input/public",
6 "+athena/resource_manager/public", 6 "+athena/resource_manager/public",
7 "+athena/strings/grit/athena_strings.h", 7 "+athena/strings/grit/athena_strings.h",
8 "+athena/wm/public", 8 "+athena/wm/public",
9 "+components/app_modal_dialogs", 9 "+components/app_modal",
10 "+components/favicon_base", 10 "+components/favicon_base",
11 "+components/metrics/proto", 11 "+components/metrics/proto",
12 "+components/omnibox", 12 "+components/omnibox",
13 "+components/renderer_context_menu", 13 "+components/renderer_context_menu",
14 "+components/web_modal", 14 "+components/web_modal",
15 "+content/public", 15 "+content/public",
16 "+ui/aura", 16 "+ui/aura",
17 "+ui/base", 17 "+ui/base",
18 "+ui/compositor", 18 "+ui/compositor",
19 "+ui/gfx", 19 "+ui/gfx",
20 "+ui/views", 20 "+ui/views",
21 "+ui/wm/core", 21 "+ui/wm/core",
22 22
23 # No inclusion of WebKit from the athena main process, other than 23 # No inclusion of WebKit from the athena main process, other than
24 # strictly enum/POD, header-only types, and some selected common code. 24 # strictly enum/POD, header-only types, and some selected common code.
25 "+third_party/WebKit/public/web/WebContextMenuData.h", 25 "+third_party/WebKit/public/web/WebContextMenuData.h",
26 ] 26 ]
27 27
28 specific_include_rules = { 28 specific_include_rules = {
29 "app_activity_unittest.cc": [ 29 "app_activity_unittest.cc": [
30 "+extensions", 30 "+extensions",
31 ], 31 ],
32 "content_proxy_browsertest.cc": [ 32 "content_proxy_browsertest.cc": [
33 "+athena/test", 33 "+athena/test",
34 ], 34 ],
35 "app_activity_browsertest.cc": [ 35 "app_activity_browsertest.cc": [
36 "+athena/test", 36 "+athena/test",
37 ], 37 ],
38 } 38 }
OLDNEW
« no previous file with comments | « athena/athena.gyp ('k') | athena/content/web_activity.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698