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

Side by Side Diff: content/common/DEPS

Issue 476293002: Pass through geofencing API calls to the browser process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase and add region_id sanity check Created 6 years, 2 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 | Annotate | Revision Log
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/WebCString.h", 12 "+third_party/WebKit/public/platform/WebCString.h",
12 "+third_party/WebKit/public/platform/WebDeviceMotionData.h", 13 "+third_party/WebKit/public/platform/WebDeviceMotionData.h",
13 "+third_party/WebKit/public/platform/WebDeviceOrientationData.h", 14 "+third_party/WebKit/public/platform/WebDeviceOrientationData.h",
14 "+third_party/WebKit/public/platform/WebFloatPoint.h", 15 "+third_party/WebKit/public/platform/WebFloatPoint.h",
15 "+third_party/WebKit/public/platform/WebFloatRect.h", 16 "+third_party/WebKit/public/platform/WebFloatRect.h",
16 "+third_party/WebKit/public/platform/WebGamepad.h", 17 "+third_party/WebKit/public/platform/WebGamepad.h",
17 "+third_party/WebKit/public/platform/WebGamepads.h", 18 "+third_party/WebKit/public/platform/WebGamepads.h",
18 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", 19 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h",
19 "+third_party/WebKit/public/platform/WebHTTPBody.h", 20 "+third_party/WebKit/public/platform/WebHTTPBody.h",
20 "+third_party/WebKit/public/platform/WebIDBCursor.h", 21 "+third_party/WebKit/public/platform/WebIDBCursor.h",
(...skipping 29 matching lines...) Expand all
50 "+third_party/WebKit/public/web/WebTextDirection.h", 51 "+third_party/WebKit/public/web/WebTextDirection.h",
51 "+third_party/WebKit/public/web/WebWindowFeatures.h", 52 "+third_party/WebKit/public/web/WebWindowFeatures.h",
52 ] 53 ]
53 54
54 specific_include_rules = { 55 specific_include_rules = {
55 # Java bridge code passes NPAPI types to the browser process. Crazy! 56 # Java bridge code passes NPAPI types to the browser process. Crazy!
56 "java_bridge_messages\.h": [ 57 "java_bridge_messages\.h": [
57 "+content/child" 58 "+content/child"
58 ] 59 ]
59 } 60 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698