OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 'web_files': [ | 3 'web_files': [ |
4 'ApplicationCacheHost.cpp', | 4 'ApplicationCacheHost.cpp', |
5 'ApplicationCacheHostInternal.h', | 5 'ApplicationCacheHostInternal.h', |
6 'AssertMatchingEnums.cpp', | 6 'AssertMatchingEnums.cpp', |
7 'AssociatedURLLoader.cpp', | 7 'AssociatedURLLoader.cpp', |
8 'AssociatedURLLoader.h', | 8 'AssociatedURLLoader.h', |
9 'BackForwardClientImpl.cpp', | 9 'BackForwardClientImpl.cpp', |
10 'BackForwardClientImpl.h', | 10 'BackForwardClientImpl.h', |
(...skipping 27 matching lines...) Expand all Loading... |
38 'ExternalPopupMenu.cpp', | 38 'ExternalPopupMenu.cpp', |
39 'ExternalPopupMenu.h', | 39 'ExternalPopupMenu.h', |
40 'FindInPageCoordinates.cpp', | 40 'FindInPageCoordinates.cpp', |
41 'FindInPageCoordinates.h', | 41 'FindInPageCoordinates.h', |
42 'FrameLoaderClientImpl.cpp', | 42 'FrameLoaderClientImpl.cpp', |
43 'FrameLoaderClientImpl.h', | 43 'FrameLoaderClientImpl.h', |
44 'FullscreenController.cpp', | 44 'FullscreenController.cpp', |
45 'FullscreenController.h', | 45 'FullscreenController.h', |
46 'GeolocationClientProxy.cpp', | 46 'GeolocationClientProxy.cpp', |
47 'GeolocationClientProxy.h', | 47 'GeolocationClientProxy.h', |
| 48 'GeolocationClientMock.cpp', |
| 49 'GeolocationClientMock.h', |
48 'GraphicsLayerFactoryChromium.cpp', | 50 'GraphicsLayerFactoryChromium.cpp', |
49 'GraphicsLayerFactoryChromium.h', | 51 'GraphicsLayerFactoryChromium.h', |
50 'IDBFactoryBackendProxy.cpp', | 52 'IDBFactoryBackendProxy.cpp', |
51 'IDBFactoryBackendProxy.h', | 53 'IDBFactoryBackendProxy.h', |
52 'InspectorClientImpl.cpp', | 54 'InspectorClientImpl.cpp', |
53 'InspectorClientImpl.h', | 55 'InspectorClientImpl.h', |
54 'InspectorFrontendClientImpl.cpp', | 56 'InspectorFrontendClientImpl.cpp', |
55 'InspectorFrontendClientImpl.h', | 57 'InspectorFrontendClientImpl.h', |
56 'LinkHighlight.cpp', | 58 'LinkHighlight.cpp', |
57 'LinkHighlight.h', | 59 'LinkHighlight.h', |
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
370 { | 372 { |
371 'web_unittest_files': [ | 373 'web_unittest_files': [ |
372 'tests/KeyCodeConversionTestGtk.cpp', | 374 'tests/KeyCodeConversionTestGtk.cpp', |
373 'tests/WebInputEventFactoryTestGtk.cpp', | 375 'tests/WebInputEventFactoryTestGtk.cpp', |
374 ], | 376 ], |
375 } | 377 } |
376 ], | 378 ], |
377 ], | 379 ], |
378 }, | 380 }, |
379 } | 381 } |
OLD | NEW |