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

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: Test change to build Created 5 years, 8 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
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 25 matching lines...) Expand all
36 "+components/device_event_log", 36 "+components/device_event_log",
37 "+components/dom_distiller", 37 "+components/dom_distiller",
38 "+components/domain_reliability", 38 "+components/domain_reliability",
39 "+components/enhanced_bookmarks", 39 "+components/enhanced_bookmarks",
40 "+components/favicon", 40 "+components/favicon",
41 "+components/favicon_base", 41 "+components/favicon_base",
42 "+components/feedback", 42 "+components/feedback",
43 "+components/gcm_driver", 43 "+components/gcm_driver",
44 "+components/google", 44 "+components/google",
45 "+components/grit", 45 "+components/grit",
46 "+components/guest_view",
46 "+components/handoff", 47 "+components/handoff",
47 "+components/history", 48 "+components/history",
48 "+components/infobars", 49 "+components/infobars",
49 "+components/invalidation", 50 "+components/invalidation",
50 "+components/keyed_service", 51 "+components/keyed_service",
51 "+components/language_usage_metrics", 52 "+components/language_usage_metrics",
52 "+components/leveldb_proto", 53 "+components/leveldb_proto",
53 "+components/metrics", 54 "+components/metrics",
54 "+components/nacl/browser", 55 "+components/nacl/browser",
55 "+components/nacl/common", 56 "+components/nacl/common",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 178 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
178 "+third_party/WebKit/public/web/WebCache.h", 179 "+third_party/WebKit/public/web/WebCache.h",
179 "+third_party/WebKit/public/web/WebContextMenuData.h", 180 "+third_party/WebKit/public/web/WebContextMenuData.h",
180 "+third_party/WebKit/public/web/WebFindOptions.h", 181 "+third_party/WebKit/public/web/WebFindOptions.h",
181 "+third_party/WebKit/public/web/WebInputEvent.h", 182 "+third_party/WebKit/public/web/WebInputEvent.h",
182 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 183 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
183 "+third_party/WebKit/public/web/WebPluginAction.h", 184 "+third_party/WebKit/public/web/WebPluginAction.h",
184 "+third_party/WebKit/public/web/WebTextDirection.h", 185 "+third_party/WebKit/public/web/WebTextDirection.h",
185 "+third_party/WebKit/public/web/WebWindowFeatures.h", 186 "+third_party/WebKit/public/web/WebWindowFeatures.h",
186 ] 187 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698