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

Side by Side Diff: athena/content/DEPS

Issue 692563002: JS dialogs for athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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/favicon_base", 10 "+components/favicon_base",
10 "+components/metrics/proto", 11 "+components/metrics/proto",
11 "+components/omnibox", 12 "+components/omnibox",
12 "+components/renderer_context_menu", 13 "+components/renderer_context_menu",
13 "+components/web_modal", 14 "+components/web_modal",
14 "+content/public", 15 "+content/public",
15 "+ui/aura", 16 "+ui/aura",
16 "+ui/base", 17 "+ui/base",
17 "+ui/compositor", 18 "+ui/compositor",
18 "+ui/gfx", 19 "+ui/gfx",
19 "+ui/views", 20 "+ui/views",
20 "+ui/wm/core", 21 "+ui/wm/core",
21 22
22 # No inclusion of WebKit from the athena main process, other than 23 # No inclusion of WebKit from the athena main process, other than
23 # strictly enum/POD, header-only types, and some selected common code. 24 # strictly enum/POD, header-only types, and some selected common code.
24 "+third_party/WebKit/public/web/WebContextMenuData.h", 25 "+third_party/WebKit/public/web/WebContextMenuData.h",
25 ] 26 ]
26 27
27 specific_include_rules = { 28 specific_include_rules = {
28 "app_activity_unittest.cc": [ 29 "app_activity_unittest.cc": [
29 "+extensions", 30 "+extensions",
30 ], 31 ],
31 "content_proxy_browsertest.cc": [ 32 "content_proxy_browsertest.cc": [
32 "+athena/test", 33 "+athena/test",
33 ], 34 ],
34 "app_activity_browsertest.cc": [ 35 "app_activity_browsertest.cc": [
35 "+athena/test", 36 "+athena/test",
36 ], 37 ],
37 } 38 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698