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

Side by Side Diff: content/common/DEPS

Issue 1164563003: Extract device_sensors to /device via Mojofication (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/content_message_generator.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 = [ 1 include_rules = [
2 "+components/shared_memory_seqlock",
2 "+media/audio", 3 "+media/audio",
3 "+media/base", 4 "+media/base",
4 "-storage/browser", 5 "-storage/browser",
5 6
6 # No inclusion of WebKit from the browser, other than strictly enum/POD, 7 # No inclusion of WebKit from the browser, other than strictly enum/POD,
7 # header-only types, and some selected common code. 8 # header-only types, and some selected common code.
8 "-third_party/WebKit", 9 "-third_party/WebKit",
9 "+third_party/WebKit/public/platform/WebBatteryStatus.h", 10 "+third_party/WebKit/public/platform/WebBatteryStatus.h",
10 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", 11 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h",
11 "+third_party/WebKit/public/platform/WebCString.h", 12 "+third_party/WebKit/public/platform/WebCString.h",
12 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceMotio nData.h",
13 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrien tationData.h",
14 "+third_party/WebKit/public/platform/WebDisplayMode.h", 13 "+third_party/WebKit/public/platform/WebDisplayMode.h",
15 "+third_party/WebKit/public/platform/WebFloatPoint.h", 14 "+third_party/WebKit/public/platform/WebFloatPoint.h",
16 "+third_party/WebKit/public/platform/WebFloatRect.h", 15 "+third_party/WebKit/public/platform/WebFloatRect.h",
17 "+third_party/WebKit/public/platform/WebFocusType.h", 16 "+third_party/WebKit/public/platform/WebFocusType.h",
18 "+third_party/WebKit/public/platform/WebGamepad.h", 17 "+third_party/WebKit/public/platform/WebGamepad.h",
19 "+third_party/WebKit/public/platform/WebGamepads.h", 18 "+third_party/WebKit/public/platform/WebGamepads.h",
20 "+third_party/WebKit/public/platform/WebGeofencingEventType.h", 19 "+third_party/WebKit/public/platform/WebGeofencingEventType.h",
21 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", 20 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h",
22 "+third_party/WebKit/public/platform/WebHTTPBody.h", 21 "+third_party/WebKit/public/platform/WebHTTPBody.h",
23 "+third_party/WebKit/public/platform/WebIDBTypes.h", 22 "+third_party/WebKit/public/platform/WebIDBTypes.h",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "+third_party/WebKit/public/web/WebTextDirection.h", 54 "+third_party/WebKit/public/web/WebTextDirection.h",
56 "+third_party/WebKit/public/web/WebWindowFeatures.h", 55 "+third_party/WebKit/public/web/WebWindowFeatures.h",
57 ] 56 ]
58 57
59 specific_include_rules = { 58 specific_include_rules = {
60 # Java bridge code passes NPAPI types to the browser process. Crazy! 59 # Java bridge code passes NPAPI types to the browser process. Crazy!
61 "java_bridge_messages\.h": [ 60 "java_bridge_messages\.h": [
62 "+content/child" 61 "+content/child"
63 ] 62 ]
64 } 63 }
OLDNEW
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/content_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698