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

Side by Side Diff: athena/content/DEPS

Issue 591803002: Add athena_strings.grd with athena specific strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/athena.gyp ('k') | athena/content/render_view_context_menu_impl.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/wm/public", 8 "+athena/wm/public",
8 "+components/favicon_base", 9 "+components/favicon_base",
9 "+components/metrics/proto", 10 "+components/metrics/proto",
10 "+components/omnibox", 11 "+components/omnibox",
11 "+components/renderer_context_menu", 12 "+components/renderer_context_menu",
12 "+components/web_modal", 13 "+components/web_modal",
13 "+content/public", 14 "+content/public",
14 "+extensions/browser/app_window/app_window.h", 15 "+extensions/browser/app_window/app_window.h",
15 "+net/url_request", 16 "+net/url_request",
16 "+ui/aura", 17 "+ui/aura",
18 "+ui/base",
17 "+ui/compositor", 19 "+ui/compositor",
18 "+ui/gfx", 20 "+ui/gfx",
19 "+ui/views", 21 "+ui/views",
20 "+ui/wm/core", 22 "+ui/wm/core",
21 23
22 # No inclusion of WebKit from the athena main process, other than 24 # No inclusion of WebKit from the athena main process, other than
23 # strictly enum/POD, header-only types, and some selected common code. 25 # strictly enum/POD, header-only types, and some selected common code.
24 "+third_party/WebKit/public/web/WebContextMenuData.h", 26 "+third_party/WebKit/public/web/WebContextMenuData.h",
25 ] 27 ]
26 28
27 specific_include_rules = { 29 specific_include_rules = {
28 "app_activity_unittest.cc": [ 30 "app_activity_unittest.cc": [
29 "+extensions/common", 31 "+extensions/common",
30 ], 32 ],
31 } 33 }
OLDNEW
« no previous file with comments | « athena/athena.gyp ('k') | athena/content/render_view_context_menu_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698