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

Side by Side Diff: athena/main/DEPS

Issue 484873004: athena: Add support for PDF (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: oops 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | athena/main/athena_content_client.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",
11 "+athena/system/public", 11 "+athena/system/public",
12 "+athena/task/public", 12 "+athena/task/public",
13 "+athena/virtual_keyboard/public", 13 "+athena/virtual_keyboard/public",
14 "+athena/wm/public", 14 "+athena/wm/public",
15 "+components/metrics/proto", 15 "+components/metrics/proto",
16 "+components/omnibox", 16 "+components/omnibox",
17 "+components/pdf",
17 "+components/search_engines", 18 "+components/search_engines",
18 "+content/public", 19 "+content/public",
19 "+net", 20 "+net",
21 "+ppapi",
20 "+ui/aura", 22 "+ui/aura",
21 "+ui/app_list", 23 "+ui/app_list",
22 "+ui/base", 24 "+ui/base",
23 "+ui/compositor", 25 "+ui/compositor",
24 "+ui/events", 26 "+ui/events",
25 "+ui/gl", 27 "+ui/gl",
26 "+ui/keyboard", 28 "+ui/keyboard",
27 "+ui/native_theme", 29 "+ui/native_theme",
28 "+ui/views", 30 "+ui/views",
29 "+ui/wm/core", 31 "+ui/wm/core",
30 ] 32 ]
31 33
32 specific_include_rules = { 34 specific_include_rules = {
33 "athena_main\.cc": [ 35 "athena_main\.cc": [
34 "+content/public/app", 36 "+content/public/app",
35 "+extensions/shell/app", 37 "+extensions/shell/app",
36 "+extensions/shell/browser", 38 "+extensions/shell/browser",
37 "+extensions/shell/common", 39 "+extensions/shell/common",
38 "+extensions/shell/renderer", 40 "+extensions/shell/renderer",
39 ], 41 ],
40 "athena_app_window_controller\.*": [ 42 "athena_app_window_controller\.*": [
41 "+extensions/shell/browser", 43 "+extensions/shell/browser",
42 ], 44 ],
45 "athena_content_client\.h": [
46 "+extensions/shell/common",
47 ],
43 # TODO(oshima): Remove this. 48 # TODO(oshima): Remove this.
44 "placeholder\.*": [ 49 "placeholder\.*": [
45 "+third_party/skia", 50 "+third_party/skia",
46 "+ui/gfx", 51 "+ui/gfx",
47 "+ui/views", 52 "+ui/views",
48 ], 53 ],
49 } 54 }
50 55
OLDNEW
« no previous file with comments | « no previous file | athena/main/athena_content_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698