| 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',
|
|
|