OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 'web_files': [ | 3 'web_files': [ |
4 'AssertMatchingEnums.cpp', | 4 'AssertMatchingEnums.cpp', |
5 'AssociatedURLLoader.cpp', | 5 'AssociatedURLLoader.cpp', |
6 'AssociatedURLLoader.h', | 6 'AssociatedURLLoader.h', |
7 'BackForwardClientImpl.cpp', | 7 'BackForwardClientImpl.cpp', |
8 'BackForwardClientImpl.h', | 8 'BackForwardClientImpl.h', |
9 'ChromeClientImpl.cpp', | 9 'ChromeClientImpl.cpp', |
10 'ChromeClientImpl.h', | 10 'ChromeClientImpl.h', |
(...skipping 25 matching lines...) Expand all Loading... |
36 'FindInPageCoordinates.cpp', | 36 'FindInPageCoordinates.cpp', |
37 'FindInPageCoordinates.h', | 37 'FindInPageCoordinates.h', |
38 'FrameLoaderClientImpl.cpp', | 38 'FrameLoaderClientImpl.cpp', |
39 'FrameLoaderClientImpl.h', | 39 'FrameLoaderClientImpl.h', |
40 'FullscreenController.cpp', | 40 'FullscreenController.cpp', |
41 'FullscreenController.h', | 41 'FullscreenController.h', |
42 'GeolocationClientProxy.cpp', | 42 'GeolocationClientProxy.cpp', |
43 'GeolocationClientProxy.h', | 43 'GeolocationClientProxy.h', |
44 'GraphicsLayerFactoryChromium.cpp', | 44 'GraphicsLayerFactoryChromium.cpp', |
45 'GraphicsLayerFactoryChromium.h', | 45 'GraphicsLayerFactoryChromium.h', |
46 'IDBFactoryBackendProxy.cpp', | 46 'IndexedDBClientImpl.cpp', |
47 'IDBFactoryBackendProxy.h', | 47 'IndexedDBClientImpl.h', |
48 'InspectorClientImpl.cpp', | 48 'InspectorClientImpl.cpp', |
49 'InspectorClientImpl.h', | 49 'InspectorClientImpl.h', |
50 'InspectorFrontendClientImpl.cpp', | 50 'InspectorFrontendClientImpl.cpp', |
51 'InspectorFrontendClientImpl.h', | 51 'InspectorFrontendClientImpl.h', |
52 'LinkHighlight.cpp', | 52 'LinkHighlight.cpp', |
53 'LinkHighlight.h', | 53 'LinkHighlight.h', |
54 'LocalFileSystemClient.cpp', | 54 'LocalFileSystemClient.cpp', |
55 'LocalFileSystemClient.h', | 55 'LocalFileSystemClient.h', |
56 'MediaKeysClientImpl.cpp', | 56 'MediaKeysClientImpl.cpp', |
57 'MediaKeysClientImpl.h', | 57 'MediaKeysClientImpl.h', |
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
337 ['os_posix==1 and OS!="mac"', | 337 ['os_posix==1 and OS!="mac"', |
338 { | 338 { |
339 'web_unittest_files': [ | 339 'web_unittest_files': [ |
340 'tests/LocaleICUTest.cpp', | 340 'tests/LocaleICUTest.cpp', |
341 ], | 341 ], |
342 } | 342 } |
343 ], | 343 ], |
344 ], | 344 ], |
345 }, | 345 }, |
346 } | 346 } |
OLD | NEW |