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

Side by Side Diff: content/common/DEPS

Issue 176963016: Chromium plumbing for Screen Orientation API orientationchange events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 9 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 # TODO(ananta|jamesr|scottmg) http://crbug.com/237249 8 # TODO(ananta|jamesr|scottmg) http://crbug.com/237249
9 "!webkit/child/websocketstreamhandle_impl.h", 9 "!webkit/child/websocketstreamhandle_impl.h",
10 10
11 # No inclusion of WebKit from the browser, other than strictly enum/POD, 11 # No inclusion of WebKit from the browser, other than strictly enum/POD,
12 # header-only types, and some selected common code. 12 # header-only types, and some selected common code.
13 "-third_party/WebKit", 13 "-third_party/WebKit",
14 "+third_party/WebKit/public/platform/WebCString.h", 14 "+third_party/WebKit/public/platform/WebCString.h",
15 "+third_party/WebKit/public/platform/WebDeviceMotionData.h", 15 "+third_party/WebKit/public/platform/WebDeviceMotionData.h",
16 "+third_party/WebKit/public/platform/WebDeviceOrientationData.h", 16 "+third_party/WebKit/public/platform/WebDeviceOrientationData.h",
17 "+third_party/WebKit/public/platform/WebFloatPoint.h", 17 "+third_party/WebKit/public/platform/WebFloatPoint.h",
18 "+third_party/WebKit/public/platform/WebFloatRect.h", 18 "+third_party/WebKit/public/platform/WebFloatRect.h",
19 "+third_party/WebKit/public/platform/WebGamepads.h", 19 "+third_party/WebKit/public/platform/WebGamepads.h",
20 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", 20 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h",
21 "+third_party/WebKit/public/platform/WebHTTPBody.h", 21 "+third_party/WebKit/public/platform/WebHTTPBody.h",
22 "+third_party/WebKit/public/platform/WebIDBCursor.h", 22 "+third_party/WebKit/public/platform/WebIDBCursor.h",
23 "+third_party/WebKit/public/platform/WebIDBDatabase.h", 23 "+third_party/WebKit/public/platform/WebIDBDatabase.h",
24 "+third_party/WebKit/public/platform/WebIDBTypes.h", 24 "+third_party/WebKit/public/platform/WebIDBTypes.h",
25 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", 25 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
26 "+third_party/WebKit/public/platform/WebScreenOrientation.h",
26 "+third_party/WebKit/public/platform/WebScreenInfo.h", 27 "+third_party/WebKit/public/platform/WebScreenInfo.h",
27 "+third_party/WebKit/public/platform/WebServiceWorkerError.h", 28 "+third_party/WebKit/public/platform/WebServiceWorkerError.h",
28 "+third_party/WebKit/public/platform/WebStorageArea.h", 29 "+third_party/WebKit/public/platform/WebStorageArea.h",
29 "+third_party/WebKit/public/platform/WebString.h", 30 "+third_party/WebKit/public/platform/WebString.h",
30 "+third_party/WebKit/public/platform/linux/WebFontFamily.h", 31 "+third_party/WebKit/public/platform/linux/WebFontFamily.h",
31 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h", 32 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h",
32 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 33 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
33 "+third_party/WebKit/public/web/WebAXEnums.h", 34 "+third_party/WebKit/public/web/WebAXEnums.h",
34 "+third_party/WebKit/public/web/WebCompositionUnderline.h", 35 "+third_party/WebKit/public/web/WebCompositionUnderline.h",
35 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", 36 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h",
36 "+third_party/WebKit/public/web/WebDragOperation.h", 37 "+third_party/WebKit/public/web/WebDragOperation.h",
37 "+third_party/WebKit/public/web/WebDragStatus.h", 38 "+third_party/WebKit/public/web/WebDragStatus.h",
38 "+third_party/WebKit/public/web/WebFindOptions.h", 39 "+third_party/WebKit/public/web/WebFindOptions.h",
39 "+third_party/WebKit/public/web/WebInputEvent.h", 40 "+third_party/WebKit/public/web/WebInputEvent.h",
40 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 41 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
41 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 42 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
42 "+third_party/WebKit/public/web/WebPluginAction.h", 43 "+third_party/WebKit/public/web/WebPluginAction.h",
43 "+third_party/WebKit/public/web/WebPopupType.h", 44 "+third_party/WebKit/public/web/WebPopupType.h",
44 "+third_party/WebKit/public/web/WebTextDirection.h", 45 "+third_party/WebKit/public/web/WebTextDirection.h",
45 "+third_party/WebKit/public/web/WebWindowFeatures.h", 46 "+third_party/WebKit/public/web/WebWindowFeatures.h",
46 ] 47 ]
47 48
48 specific_include_rules = { 49 specific_include_rules = {
49 # Java bridge code passes NPAPI types to the browser process. Crazy! 50 # Java bridge code passes NPAPI types to the browser process. Crazy!
50 "java_bridge_messages\.h": [ 51 "java_bridge_messages\.h": [
51 "+content/child" 52 "+content/child"
52 ] 53 ]
53 } 54 }
OLDNEW
« no previous file with comments | « content/browser/screen_orientation/screen_orientation_dispatcher_host.cc ('k') | content/common/content_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698