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

Side by Side Diff: content/common/DEPS

Issue 20707002: Implement Device Orientation using shared memory in content/renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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 "+cc", 2 "+cc",
3 "+media/audio", 3 "+media/audio",
4 "+media/base", 4 "+media/base",
5 "-webkit/browser", 5 "-webkit/browser",
6 "-webkit/child", 6 "-webkit/child",
7 "-webkit/renderer", 7 "-webkit/renderer",
8 8
9 # TODO(ananta|jamesr|scottmg) http://crbug.com/237249 9 # TODO(ananta|jamesr|scottmg) http://crbug.com/237249
10 "!webkit/child/websocketstreamhandle_impl.h", 10 "!webkit/child/websocketstreamhandle_impl.h",
11 11
12 # No inclusion of WebKit from the browser, other than strictly enum/POD, 12 # No inclusion of WebKit from the browser, other than strictly enum/POD,
13 # header-only types, and some selected common code. 13 # header-only types, and some selected common code.
14 "-third_party/WebKit", 14 "-third_party/WebKit",
15 "+third_party/WebKit/public/platform/WebCString.h", 15 "+third_party/WebKit/public/platform/WebCString.h",
16 "+third_party/WebKit/public/platform/WebDeviceMotionData.h", 16 "+third_party/WebKit/public/platform/WebDeviceMotionData.h",
17 "+third_party/WebKit/public/platform/WebDeviceOrientationData.h",
17 "+third_party/WebKit/public/platform/WebFloatPoint.h", 18 "+third_party/WebKit/public/platform/WebFloatPoint.h",
18 "+third_party/WebKit/public/platform/WebFloatRect.h", 19 "+third_party/WebKit/public/platform/WebFloatRect.h",
19 "+third_party/WebKit/public/platform/WebGamepads.h", 20 "+third_party/WebKit/public/platform/WebGamepads.h",
20 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", 21 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h",
21 "+third_party/WebKit/public/platform/WebIDBCallbacks.h", 22 "+third_party/WebKit/public/platform/WebIDBCallbacks.h",
22 "+third_party/WebKit/public/platform/WebIDBCursor.h", 23 "+third_party/WebKit/public/platform/WebIDBCursor.h",
23 "+third_party/WebKit/public/platform/WebIDBDatabase.h", 24 "+third_party/WebKit/public/platform/WebIDBDatabase.h",
24 "+third_party/WebKit/public/platform/WebIDBTypes.h", 25 "+third_party/WebKit/public/platform/WebIDBTypes.h",
25 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", 26 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
26 "+third_party/WebKit/public/platform/WebScreenInfo.h", 27 "+third_party/WebKit/public/platform/WebScreenInfo.h",
(...skipping 18 matching lines...) Expand all
45 "!third_party/WebKit/public/platform/WebHTTPBody.h", 46 "!third_party/WebKit/public/platform/WebHTTPBody.h",
46 "!third_party/WebKit/public/web/WebDatabase.h", 47 "!third_party/WebKit/public/web/WebDatabase.h",
47 ] 48 ]
48 49
49 specific_include_rules = { 50 specific_include_rules = {
50 # Java bridge code passes NPAPI types to the browser process. Crazy! 51 # Java bridge code passes NPAPI types to the browser process. Crazy!
51 "java_bridge_messages\.h": [ 52 "java_bridge_messages\.h": [
52 "+content/child" 53 "+content/child"
53 ] 54 ]
54 } 55 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698