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

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

Issue 2564653003: [DeviceService] Move screen_orientation.mojom from //content to //device. (Closed)
Patch Set: Address nits from blundell@ Created 4 years 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 | « content/public/browser/BUILD.gn ('k') | content/public/browser/screen_orientation_provider.h » ('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 = [
2 "+device/screen_orientation/public/interfaces",
3 ]
4
1 specific_include_rules = { 5 specific_include_rules = {
2 ".*\.cc": [ 6 ".*\.cc": [
3 "+content/browser", 7 "+content/browser",
4 "-content/browser/loader", 8 "-content/browser/loader",
5 9
6 # TODO: content/browser/loader is being separated out of content, and this 10 # TODO: content/browser/loader is being separated out of content, and this
7 # file will be moved elsewhere. See http://crbug.com/598073. 11 # file will be moved elsewhere. See http://crbug.com/598073.
8 "!content/browser/loader/resource_dispatcher_host_impl.h", 12 "!content/browser/loader/resource_dispatcher_host_impl.h",
9 ], 13 ],
10 } 14 }
OLDNEW
« no previous file with comments | « content/public/browser/BUILD.gn ('k') | content/public/browser/screen_orientation_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698