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

Side by Side Diff: content/common/DEPS

Issue 195873019: Gamepad API: add support for connection events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: and a missing override Created 6 years, 7 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 "+media/audio", 2 "+media/audio",
3 "+media/base", 3 "+media/base",
4 "-webkit/browser", 4 "-webkit/browser",
5 "-webkit/child", 5 "-webkit/child",
6 "-webkit/renderer", 6 "-webkit/renderer",
7 7
8 # No inclusion of WebKit from the browser, other than strictly enum/POD, 8 # No inclusion of WebKit from the browser, other than strictly enum/POD,
9 # header-only types, and some selected common code. 9 # header-only types, and some selected common code.
10 "-third_party/WebKit", 10 "-third_party/WebKit",
11 "+third_party/WebKit/public/platform/WebCString.h", 11 "+third_party/WebKit/public/platform/WebCString.h",
12 "+third_party/WebKit/public/platform/WebDeviceMotionData.h", 12 "+third_party/WebKit/public/platform/WebDeviceMotionData.h",
13 "+third_party/WebKit/public/platform/WebDeviceOrientationData.h", 13 "+third_party/WebKit/public/platform/WebDeviceOrientationData.h",
14 "+third_party/WebKit/public/platform/WebFloatPoint.h", 14 "+third_party/WebKit/public/platform/WebFloatPoint.h",
15 "+third_party/WebKit/public/platform/WebFloatRect.h", 15 "+third_party/WebKit/public/platform/WebFloatRect.h",
16 "+third_party/WebKit/public/platform/WebGamepad.h",
16 "+third_party/WebKit/public/platform/WebGamepads.h", 17 "+third_party/WebKit/public/platform/WebGamepads.h",
17 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", 18 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h",
18 "+third_party/WebKit/public/platform/WebHTTPBody.h", 19 "+third_party/WebKit/public/platform/WebHTTPBody.h",
19 "+third_party/WebKit/public/platform/WebIDBCursor.h", 20 "+third_party/WebKit/public/platform/WebIDBCursor.h",
20 "+third_party/WebKit/public/platform/WebIDBDatabase.h", 21 "+third_party/WebKit/public/platform/WebIDBDatabase.h",
21 "+third_party/WebKit/public/platform/WebIDBTypes.h", 22 "+third_party/WebKit/public/platform/WebIDBTypes.h",
22 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", 23 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
23 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", 24 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h",
24 "+third_party/WebKit/public/platform/WebScreenOrientationType.h", 25 "+third_party/WebKit/public/platform/WebScreenOrientationType.h",
25 "+third_party/WebKit/public/platform/WebScreenInfo.h", 26 "+third_party/WebKit/public/platform/WebScreenInfo.h",
(...skipping 19 matching lines...) Expand all
45 "+third_party/WebKit/public/web/WebTextDirection.h", 46 "+third_party/WebKit/public/web/WebTextDirection.h",
46 "+third_party/WebKit/public/web/WebWindowFeatures.h", 47 "+third_party/WebKit/public/web/WebWindowFeatures.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
« no previous file with comments | « content/browser/renderer_host/pepper/pepper_gamepad_host.cc ('k') | content/common/gamepad_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698