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

Side by Side Diff: chrome/browser/DEPS

Issue 2706403014: Add Android implementation of navigator.getInstalledRelatedApps. (Closed)
Patch Set: Rebase. Created 3 years, 9 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 | « no previous file | chrome/browser/chrome_content_browser_client.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 "+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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 "+third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h", 107 "+third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h",
108 "+third_party/WebKit/public/platform/WebGestureEvent.h", 108 "+third_party/WebKit/public/platform/WebGestureEvent.h",
109 "+third_party/WebKit/public/platform/WebInputEvent.h", 109 "+third_party/WebKit/public/platform/WebInputEvent.h",
110 "+third_party/WebKit/public/platform/WebMouseEvent.h", 110 "+third_party/WebKit/public/platform/WebMouseEvent.h",
111 "+third_party/WebKit/public/platform/WebMouseWheelEvent.h", 111 "+third_party/WebKit/public/platform/WebMouseWheelEvent.h",
112 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", 112 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
113 "+third_party/WebKit/public/platform/WebSecurityStyle.h", 113 "+third_party/WebKit/public/platform/WebSecurityStyle.h",
114 "+third_party/WebKit/public/platform/modules/app_banner/app_banner.mojom.h", 114 "+third_party/WebKit/public/platform/modules/app_banner/app_banner.mojom.h",
115 "+third_party/WebKit/public/platform/modules/budget_service/budget_service.moj om.h", 115 "+third_party/WebKit/public/platform/modules/budget_service/budget_service.moj om.h",
116 "+third_party/WebKit/public/platform/modules/installation/installation.mojom.h ", 116 "+third_party/WebKit/public/platform/modules/installation/installation.mojom.h ",
117 "+third_party/WebKit/public/platform/modules/installedapp/installed_app_provid er.mojom.h",
117 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons tants.h", 118 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons tants.h",
118 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h", 119 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h",
119 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 120 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
120 "+third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackA vailability.h", 121 "+third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackA vailability.h",
121 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 122 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
122 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", 123 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h",
123 "+third_party/WebKit/public/platform/site_engagement.mojom.h", 124 "+third_party/WebKit/public/platform/site_engagement.mojom.h",
124 "+third_party/WebKit/public/public_features.h", 125 "+third_party/WebKit/public/public_features.h",
125 "+third_party/WebKit/public/web/WebContextMenuData.h", 126 "+third_party/WebKit/public/web/WebContextMenuData.h",
126 "+third_party/WebKit/public/web/WebFindOptions.h", 127 "+third_party/WebKit/public/web/WebFindOptions.h",
127 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 128 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
128 "+third_party/WebKit/public/web/WebPluginAction.h", 129 "+third_party/WebKit/public/web/WebPluginAction.h",
129 "+third_party/WebKit/public/web/WebTextDirection.h", 130 "+third_party/WebKit/public/web/WebTextDirection.h",
130 "+third_party/WebKit/public/web/window_features.mojom.h", 131 "+third_party/WebKit/public/web/window_features.mojom.h",
131 ] 132 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698