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

Side by Side Diff: chrome/browser/DEPS

Issue 2788823002: Add the Mojo implementation of authenticator.mojom's MakeCredential. (Closed)
Patch Set: Migreate webauth in components/ and chrome/ to content/ Created 3 years, 5 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 "+cc/paint", 3 "+cc/paint",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/chrome_watcher", 5 "+chrome/chrome_watcher",
6 "+chrome/grit", 6 "+chrome/grit",
7 "+chrome/install_static", 7 "+chrome/install_static",
8 "+chrome/installer/util", 8 "+chrome/installer/util",
9 "+chrome_elf/blacklist", 9 "+chrome_elf/blacklist",
10 "+chrome_elf/chrome_elf_constants.h", 10 "+chrome_elf/chrome_elf_constants.h",
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "+third_party/WebKit/public/platform/modules/installation/installation.mojom.h ", 121 "+third_party/WebKit/public/platform/modules/installation/installation.mojom.h ",
122 "+third_party/WebKit/public/platform/modules/installedapp/installed_app_provid er.mojom.h", 122 "+third_party/WebKit/public/platform/modules/installedapp/installed_app_provid er.mojom.h",
123 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons tants.h", 123 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons tants.h",
124 "+third_party/WebKit/public/platform/modules/payments/payment_app.mojom.h", 124 "+third_party/WebKit/public/platform/modules/payments/payment_app.mojom.h",
125 "+third_party/WebKit/public/platform/modules/payments/payment_request.mojom.h" , 125 "+third_party/WebKit/public/platform/modules/payments/payment_request.mojom.h" ,
126 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h", 126 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h",
127 "+third_party/WebKit/public/platform/modules/presentation/presentation.mojom.h ", 127 "+third_party/WebKit/public/platform/modules/presentation/presentation.mojom.h ",
128 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 128 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
129 "+third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackA vailability.h", 129 "+third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackA vailability.h",
130 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 130 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
131 "+third_party/WebKit/public/platform/modules/webauth/authenticator.mojom.h",
jochen (gone - plz use gerrit) 2017/06/28 07:38:30 no longer needed?
kpaulhamus 2017/06/28 08:48:15 Done.
131 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", 132 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h",
132 "+third_party/WebKit/public/platform/site_engagement.mojom.h", 133 "+third_party/WebKit/public/platform/site_engagement.mojom.h",
133 "+third_party/WebKit/public/public_features.h", 134 "+third_party/WebKit/public/public_features.h",
134 "+third_party/WebKit/public/web/WebContextMenuData.h", 135 "+third_party/WebKit/public/web/WebContextMenuData.h",
135 "+third_party/WebKit/public/web/WebFindOptions.h", 136 "+third_party/WebKit/public/web/WebFindOptions.h",
136 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 137 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
137 "+third_party/WebKit/public/web/WebPluginAction.h", 138 "+third_party/WebKit/public/web/WebPluginAction.h",
138 "+third_party/WebKit/public/web/WebTextDirection.h", 139 "+third_party/WebKit/public/web/WebTextDirection.h",
139 "+third_party/WebKit/public/web/window_features.mojom.h", 140 "+third_party/WebKit/public/web/window_features.mojom.h",
140 ] 141 ]
141 specific_include_rules = { 142 specific_include_rules = {
142 # TODO(mash): Remove. http://crbug.com/678705 143 # TODO(mash): Remove. http://crbug.com/678705
143 "fullscreen_chromeos\.cc": [ 144 "fullscreen_chromeos\.cc": [
144 "+ash/root_window_controller.h", 145 "+ash/root_window_controller.h",
145 "+ash/shell.h", 146 "+ash/shell.h",
146 ] 147 ]
147 } 148 }
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