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

Side by Side Diff: athena/content/DEPS

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

Powered by Google App Engine
This is Rietveld 408576698