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

Side by Side Diff: chrome/browser/DEPS

Issue 2881073003: Support DataSaver for SharedWorker (Closed)
Patch Set: fix #include "public/web/WebDataSaverFlag.h" Created 3 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
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/util", 9 "+chrome/installer/util",
10 "+chrome_elf/blacklist", 10 "+chrome_elf/blacklist",
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "+third_party/WebKit/public/platform/modules/installedapp/installed_app_provid er.mojom.h", 121 "+third_party/WebKit/public/platform/modules/installedapp/installed_app_provid er.mojom.h",
122 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons tants.h", 122 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons tants.h",
123 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h", 123 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h",
124 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 124 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
125 "+third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackA vailability.h", 125 "+third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackA vailability.h",
126 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 126 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
127 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", 127 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h",
128 "+third_party/WebKit/public/platform/site_engagement.mojom.h", 128 "+third_party/WebKit/public/platform/site_engagement.mojom.h",
129 "+third_party/WebKit/public/public_features.h", 129 "+third_party/WebKit/public/public_features.h",
130 "+third_party/WebKit/public/web/WebContextMenuData.h", 130 "+third_party/WebKit/public/web/WebContextMenuData.h",
131 "+third_party/WebKit/public/web/WebDataSaverFlag.h",
131 "+third_party/WebKit/public/web/WebFindOptions.h", 132 "+third_party/WebKit/public/web/WebFindOptions.h",
132 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 133 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
133 "+third_party/WebKit/public/web/WebPluginAction.h", 134 "+third_party/WebKit/public/web/WebPluginAction.h",
134 "+third_party/WebKit/public/web/WebTextDirection.h", 135 "+third_party/WebKit/public/web/WebTextDirection.h",
135 "+third_party/WebKit/public/web/window_features.mojom.h", 136 "+third_party/WebKit/public/web/window_features.mojom.h",
136 ] 137 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chrome/browser/chrome_content_browser_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698