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

Side by Side Diff: chrome/browser/DEPS

Issue 2675303004: Move WebCache from public/web into public/platform (Closed)
Patch Set: . Created 3 years, 10 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 "+cc/paint", 4 "+cc/paint",
5 "+chrome/app", 5 "+chrome/app",
6 "+chrome/chrome_watcher", 6 "+chrome/chrome_watcher",
7 "+chrome/grit", 7 "+chrome/grit",
8 "+chrome/install_static", 8 "+chrome/install_static",
9 "+chrome/installer", 9 "+chrome/installer",
10 "+chrome_elf/blacklist", 10 "+chrome_elf/blacklist",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 "+third_party/ocmock/gtest_support.h", 87 "+third_party/ocmock/gtest_support.h",
88 "+third_party/protobuf/src/google/protobuf", 88 "+third_party/protobuf/src/google/protobuf",
89 "+third_party/re2", 89 "+third_party/re2",
90 "+third_party/smhasher", 90 "+third_party/smhasher",
91 "+third_party/sqlite", 91 "+third_party/sqlite",
92 "+third_party/zlib", 92 "+third_party/zlib",
93 93
94 # No inclusion of WebKit from the browser, other than strictly enum/POD, 94 # No inclusion of WebKit from the browser, other than strictly enum/POD,
95 # header-only types, and some selected common code. 95 # header-only types, and some selected common code.
96 "-third_party/WebKit", 96 "-third_party/WebKit",
97 "+third_party/WebKit/public/platform/WebCache.h",
97 "+third_party/WebKit/public/platform/WebDisplayMode.h", 98 "+third_party/WebKit/public/platform/WebDisplayMode.h",
98 "+third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h", 99 "+third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h",
99 "+third_party/WebKit/public/platform/WebGestureEvent.h", 100 "+third_party/WebKit/public/platform/WebGestureEvent.h",
100 "+third_party/WebKit/public/platform/WebInputEvent.h", 101 "+third_party/WebKit/public/platform/WebInputEvent.h",
101 "+third_party/WebKit/public/platform/WebMouseEvent.h", 102 "+third_party/WebKit/public/platform/WebMouseEvent.h",
102 "+third_party/WebKit/public/platform/WebMouseWheelEvent.h", 103 "+third_party/WebKit/public/platform/WebMouseWheelEvent.h",
103 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", 104 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
104 "+third_party/WebKit/public/platform/WebSecurityStyle.h", 105 "+third_party/WebKit/public/platform/WebSecurityStyle.h",
105 "+third_party/WebKit/public/platform/modules/app_banner/app_banner.mojom.h", 106 "+third_party/WebKit/public/platform/modules/app_banner/app_banner.mojom.h",
106 "+third_party/WebKit/public/platform/modules/budget_service/budget_service.moj om.h", 107 "+third_party/WebKit/public/platform/modules/budget_service/budget_service.moj om.h",
107 "+third_party/WebKit/public/platform/modules/installation/installation.mojom.h ", 108 "+third_party/WebKit/public/platform/modules/installation/installation.mojom.h ",
108 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons tants.h", 109 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons tants.h",
109 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 110 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
110 "+third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackA vailability.h", 111 "+third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackA vailability.h",
111 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 112 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
112 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h", 113 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h",
113 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", 114 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h",
114 "+third_party/WebKit/public/platform/site_engagement.mojom.h", 115 "+third_party/WebKit/public/platform/site_engagement.mojom.h",
115 "+third_party/WebKit/public/public_features.h", 116 "+third_party/WebKit/public/public_features.h",
116 "+third_party/WebKit/public/web/WebCache.h",
117 "+third_party/WebKit/public/web/WebContextMenuData.h", 117 "+third_party/WebKit/public/web/WebContextMenuData.h",
118 "+third_party/WebKit/public/web/WebFindOptions.h", 118 "+third_party/WebKit/public/web/WebFindOptions.h",
119 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 119 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
120 "+third_party/WebKit/public/web/WebPluginAction.h", 120 "+third_party/WebKit/public/web/WebPluginAction.h",
121 "+third_party/WebKit/public/web/WebTextDirection.h", 121 "+third_party/WebKit/public/web/WebTextDirection.h",
122 "+third_party/WebKit/public/web/WebWindowFeatures.h", 122 "+third_party/WebKit/public/web/WebWindowFeatures.h",
123 ] 123 ]
OLDNEW
« no previous file with comments | « android_webview/renderer/aw_render_thread_observer.cc ('k') | chrome/browser/extensions/api/processes/processes_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698