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

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

Issue 2884243003: Add a mojo channel for frame messages. (Closed)
Patch Set: Fix presubmit warning I ignored Created 3 years, 6 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/mojom/payment_app.mojom.h", 2 "+components/payments/mojom/payment_app.mojom.h",
3 "+content/common/input/input_handler.mojom.h",
3 "+device/screen_orientation/public/interfaces", 4 "+device/screen_orientation/public/interfaces",
4 "+device/wake_lock/public/interfaces", 5 "+device/wake_lock/public/interfaces",
5 ] 6 ]
6 7
7 specific_include_rules = { 8 specific_include_rules = {
8 ".*\.cc": [ 9 ".*\.cc": [
9 "+content/browser", 10 "+content/browser",
10 "-content/browser/loader", 11 "-content/browser/loader",
11 12
12 # TODO: content/browser/loader is being separated out of content, and this 13 # TODO: content/browser/loader is being separated out of content, and this
13 # file will be moved elsewhere. See http://crbug.com/598073. 14 # file will be moved elsewhere. See http://crbug.com/598073.
14 "!content/browser/loader/resource_dispatcher_host_impl.h", 15 "!content/browser/loader/resource_dispatcher_host_impl.h",
15 ], 16 ],
16 } 17 }
OLDNEW
« no previous file with comments | « content/public/app/mojo/content_renderer_manifest.json ('k') | content/public/browser/render_frame_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698