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

Unified Diff: webkit/webkit.gyp

Issue 149391: Chaos Demo Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/port/bindings/v8/DOMObjectsInclude.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/webkit.gyp
===================================================================
--- webkit/webkit.gyp (revision 19805)
+++ webkit/webkit.gyp (working copy)
@@ -645,6 +645,7 @@
'<(INTERMEDIATE_DIR)',
'<(SHARED_INTERMEDIATE_DIR)/webkit',
'<(SHARED_INTERMEDIATE_DIR)/webkit/bindings',
+ 'chaos',
'port/bindings/v8',
'<@(webcore_include_dirs)',
],
@@ -1006,6 +1007,14 @@
'../third_party/WebKit/WebCore/xml/XSLTProcessor.idl',
'port/bindings/v8/UndetectableHTMLCollection.idl',
+ # Chaos stuff
+ 'chaos/Chaos.idl',
+ 'chaos/ChaosCoordinates.idl',
+ 'chaos/ChaosGeolocation.idl',
+ 'chaos/ChaosGeoposition.idl',
+ 'chaos/ChaosPositionCallback.idl',
+# '../third_party/WebKit/WebCore/page/Coordinates.idl',
+
# V8 bindings not generated from .idl source.
'../third_party/WebKit/WebCore/bindings/v8/custom/V8AttrCustom.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8CanvasPixelArrayCustom.cpp',
@@ -1172,6 +1181,9 @@
'port/bindings/v8/V8NPObject.cpp',
'port/bindings/v8/V8NPObject.h',
+ 'chaos/V8ChaosGeolocationCustom.cpp',
+ 'chaos/V8CustomChaosPositionCallback.cpp',
+
# This list contains every .cpp, .h, .m, and .mm file in the
# subdirectories of ../third_party/WebKit/WebCore, excluding the
# ForwardingHeaders, bindings, bridge, icu, and wml subdirectories.
@@ -3831,6 +3843,13 @@
# For WebCoreSystemInterface, Mac-only.
'../third_party/WebKit/WebKit/mac/WebCoreSupport/WebSystemInterface.m',
+
+ # For Geolocation experiment
+ 'chaos/Chaos.cpp',
+ 'chaos/ChaosCoordinates.cpp',
+ 'chaos/ChaosGeolocation.cpp',
+ 'chaos/ChaosGeoposition.cpp',
+
],
'sources/': [
@@ -3878,8 +3897,8 @@
'../third_party/WebKit/WebCore/page/Geolocation.idl',
'../third_party/WebKit/WebCore/page/Geoposition.idl',
'../third_party/WebKit/WebCore/page/PositionCallback.idl',
- '../third_party/WebKit/WebCore/page/PositionError.idl',
- '../third_party/WebKit/WebCore/page/PositionErrorCallback.idl',
+# '../third_party/WebKit/WebCore/page/PositionError.idl',
+# '../third_party/WebKit/WebCore/page/PositionErrorCallback.idl',
# Bindings with custom Objective-C implementations.
'../third_party/WebKit/WebCore/page/AbstractView.idl',
« no previous file with comments | « webkit/port/bindings/v8/DOMObjectsInclude.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698