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

Side by Side Diff: content/public/browser/DEPS

Issue 2718013004: PaymentApp: Implement respondWith() in PaymentRequestEvent. (content side) (Closed)
Patch Set: rebase Created 3 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 "+components/payments/content/payment_app.mojom.h",
2 "+device/screen_orientation/public/interfaces", 3 "+device/screen_orientation/public/interfaces",
3 ] 4 ]
4 5
5 specific_include_rules = { 6 specific_include_rules = {
6 ".*\.cc": [ 7 ".*\.cc": [
7 "+content/browser", 8 "+content/browser",
8 "-content/browser/loader", 9 "-content/browser/loader",
9 10
10 # TODO: content/browser/loader is being separated out of content, and this 11 # TODO: content/browser/loader is being separated out of content, and this
11 # file will be moved elsewhere. See http://crbug.com/598073. 12 # file will be moved elsewhere. See http://crbug.com/598073.
12 "!content/browser/loader/resource_dispatcher_host_impl.h", 13 "!content/browser/loader/resource_dispatcher_host_impl.h",
13 ], 14 ],
14 } 15 }
OLDNEW
« no previous file with comments | « content/common/service_worker/service_worker_event_dispatcher.mojom ('k') | content/public/browser/payment_app_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698