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

Side by Side Diff: content/common/DEPS

Issue 853333002: Browser Plugin: Make aware of focus direction. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 5 years, 11 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 "-storage/browser", 4 "-storage/browser",
5 "-webkit/renderer", 5 "-webkit/renderer",
6 6
7 # 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,
8 # header-only types, and some selected common code. 8 # header-only types, and some selected common code.
9 "-third_party/WebKit", 9 "-third_party/WebKit",
10 "+third_party/WebKit/public/platform/WebBatteryStatus.h", 10 "+third_party/WebKit/public/platform/WebBatteryStatus.h",
11 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", 11 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h",
12 "+third_party/WebKit/public/platform/WebCString.h", 12 "+third_party/WebKit/public/platform/WebCString.h",
13 "+third_party/WebKit/public/platform/WebDeviceMotionData.h", 13 "+third_party/WebKit/public/platform/WebDeviceMotionData.h",
14 "+third_party/WebKit/public/platform/WebDeviceOrientationData.h", 14 "+third_party/WebKit/public/platform/WebDeviceOrientationData.h",
15 "+third_party/WebKit/public/platform/WebFloatPoint.h", 15 "+third_party/WebKit/public/platform/WebFloatPoint.h",
16 "+third_party/WebKit/public/platform/WebFloatRect.h", 16 "+third_party/WebKit/public/platform/WebFloatRect.h",
17 "+third_party/WebKit/public/platform/WebFocusType.h",
17 "+third_party/WebKit/public/platform/WebGamepad.h", 18 "+third_party/WebKit/public/platform/WebGamepad.h",
18 "+third_party/WebKit/public/platform/WebGamepads.h", 19 "+third_party/WebKit/public/platform/WebGamepads.h",
19 "+third_party/WebKit/public/platform/WebGeofencingEventType.h", 20 "+third_party/WebKit/public/platform/WebGeofencingEventType.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/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/WebLockOrientationError.h", 26 "+third_party/WebKit/public/platform/WebLockOrientationError.h",
26 "+third_party/WebKit/public/platform/WebNotificationPermission.h", 27 "+third_party/WebKit/public/platform/WebNotificationPermission.h",
(...skipping 27 matching lines...) Expand all
54 "+third_party/WebKit/public/web/WebTextDirection.h", 55 "+third_party/WebKit/public/web/WebTextDirection.h",
55 "+third_party/WebKit/public/web/WebWindowFeatures.h", 56 "+third_party/WebKit/public/web/WebWindowFeatures.h",
56 ] 57 ]
57 58
58 specific_include_rules = { 59 specific_include_rules = {
59 # Java bridge code passes NPAPI types to the browser process. Crazy! 60 # Java bridge code passes NPAPI types to the browser process. Crazy!
60 "java_bridge_messages\.h": [ 61 "java_bridge_messages\.h": [
61 "+content/child" 62 "+content/child"
62 ] 63 ]
63 } 64 }
OLDNEW
« no previous file with comments | « content/browser/frame_host/render_widget_host_view_guest.cc ('k') | content/common/browser_plugin/browser_plugin_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698