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

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

Issue 2564653003: [DeviceService] Move screen_orientation.mojom from //content to //device. (Closed)
Patch Set: Move screen_orientation_lock_types.mojom from blink into //device 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
OLDNEW
1 include_rules = [
2 "+device/screen_orientation/public/interfaces",
kinuko 2016/12/12 14:44:08 I assume these new deps in content are going to be
leonhsl(Using Gerrit) 2016/12/13 02:34:57 Yeah that's correct, finally all screen_orientatio
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

Powered by Google App Engine
This is Rietveld 408576698