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

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: excluded orientation pump tests on win bots 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/WebHTTPBody.h", 22 "+third_party/WebKit/public/platform/WebHTTPBody.h",
22 "+third_party/WebKit/public/platform/WebIDBCallbacks.h", 23 "+third_party/WebKit/public/platform/WebIDBCallbacks.h",
23 "+third_party/WebKit/public/platform/WebIDBCursor.h", 24 "+third_party/WebKit/public/platform/WebIDBCursor.h",
24 "+third_party/WebKit/public/platform/WebIDBDatabase.h", 25 "+third_party/WebKit/public/platform/WebIDBDatabase.h",
25 "+third_party/WebKit/public/platform/WebIDBTypes.h", 26 "+third_party/WebKit/public/platform/WebIDBTypes.h",
26 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", 27 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
(...skipping 15 matching lines...) Expand all
42 "+third_party/WebKit/public/web/WebTextDirection.h", 43 "+third_party/WebKit/public/web/WebTextDirection.h",
43 "+third_party/WebKit/public/web/WebWindowFeatures.h", 44 "+third_party/WebKit/public/web/WebWindowFeatures.h",
44 ] 45 ]
45 46
46 specific_include_rules = { 47 specific_include_rules = {
47 # Java bridge code passes NPAPI types to the browser process. Crazy! 48 # Java bridge code passes NPAPI types to the browser process. Crazy!
48 "java_bridge_messages\.h": [ 49 "java_bridge_messages\.h": [
49 "+content/child" 50 "+content/child"
50 ] 51 ]
51 } 52 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/common/content_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698