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

Side by Side Diff: chrome/browser/DEPS

Issue 1102173002: Move GuestView layer in browser to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed John's comments Created 5 years, 7 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 | « chrome/browser/BUILD.gn ('k') | chrome/browser/apps/guest_view/app_view_browsertest.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 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+athena/content/public", 4 "+athena/content/public",
5 "+chrome/app", 5 "+chrome/app",
6 "+chrome/chrome_watcher", 6 "+chrome/chrome_watcher",
7 "+chrome/grit", # For generated headers 7 "+chrome/grit", # For generated headers
8 "+chrome/installer", 8 "+chrome/installer",
9 "+chrome_elf/blacklist", 9 "+chrome_elf/blacklist",
10 "+chrome_elf/chrome_elf_constants.h", 10 "+chrome_elf/chrome_elf_constants.h",
(...skipping 24 matching lines...) Expand all
35 "+components/device_event_log", 35 "+components/device_event_log",
36 "+components/dom_distiller", 36 "+components/dom_distiller",
37 "+components/domain_reliability", 37 "+components/domain_reliability",
38 "+components/enhanced_bookmarks", 38 "+components/enhanced_bookmarks",
39 "+components/favicon", 39 "+components/favicon",
40 "+components/favicon_base", 40 "+components/favicon_base",
41 "+components/feedback", 41 "+components/feedback",
42 "+components/gcm_driver", 42 "+components/gcm_driver",
43 "+components/google", 43 "+components/google",
44 "+components/grit", 44 "+components/grit",
45 "+components/guest_view",
45 "+components/handoff", 46 "+components/handoff",
46 "+components/history", 47 "+components/history",
47 "+components/infobars", 48 "+components/infobars",
48 "+components/invalidation", 49 "+components/invalidation",
49 "+components/keyed_service", 50 "+components/keyed_service",
50 "+components/language_usage_metrics", 51 "+components/language_usage_metrics",
51 "+components/leveldb_proto", 52 "+components/leveldb_proto",
52 "+components/metrics", 53 "+components/metrics",
53 "+components/mime_util", 54 "+components/mime_util",
54 "+components/nacl/browser", 55 "+components/nacl/browser",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 180 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
180 "+third_party/WebKit/public/web/WebCache.h", 181 "+third_party/WebKit/public/web/WebCache.h",
181 "+third_party/WebKit/public/web/WebContextMenuData.h", 182 "+third_party/WebKit/public/web/WebContextMenuData.h",
182 "+third_party/WebKit/public/web/WebFindOptions.h", 183 "+third_party/WebKit/public/web/WebFindOptions.h",
183 "+third_party/WebKit/public/web/WebInputEvent.h", 184 "+third_party/WebKit/public/web/WebInputEvent.h",
184 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 185 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
185 "+third_party/WebKit/public/web/WebPluginAction.h", 186 "+third_party/WebKit/public/web/WebPluginAction.h",
186 "+third_party/WebKit/public/web/WebTextDirection.h", 187 "+third_party/WebKit/public/web/WebTextDirection.h",
187 "+third_party/WebKit/public/web/WebWindowFeatures.h", 188 "+third_party/WebKit/public/web/WebWindowFeatures.h",
188 ] 189 ]
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/apps/guest_view/app_view_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698