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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 'SpeechInputClientImpl.cpp', | 90 'SpeechInputClientImpl.cpp', |
91 'SpeechInputClientImpl.h', | 91 'SpeechInputClientImpl.h', |
92 'SpeechRecognitionClientProxy.cpp', | 92 'SpeechRecognitionClientProxy.cpp', |
93 'SpeechRecognitionClientProxy.h', | 93 'SpeechRecognitionClientProxy.h', |
94 'SpellCheckerClientImpl.cpp', | 94 'SpellCheckerClientImpl.cpp', |
95 'SpellCheckerClientImpl.h', | 95 'SpellCheckerClientImpl.h', |
96 'StorageAreaProxy.cpp', | 96 'StorageAreaProxy.cpp', |
97 'StorageAreaProxy.h', | 97 'StorageAreaProxy.h', |
98 'StorageNamespaceProxy.cpp', | 98 'StorageNamespaceProxy.cpp', |
99 'StorageNamespaceProxy.h', | 99 'StorageNamespaceProxy.h', |
100 'StorageQuotaChromium.cpp', | 100 'StorageQuotaClientImpl.cpp', |
| 101 'StorageQuotaClientImpl.h', |
101 'UserMediaClientImpl.cpp', | 102 'UserMediaClientImpl.cpp', |
102 'UserMediaClientImpl.h', | 103 'UserMediaClientImpl.h', |
103 'ValidationMessageClientImpl.cpp', | 104 'ValidationMessageClientImpl.cpp', |
104 'ValidationMessageClientImpl.h', | 105 'ValidationMessageClientImpl.h', |
105 'ViewportAnchor.cpp', | 106 'ViewportAnchor.cpp', |
106 'ViewportAnchor.h', | 107 'ViewportAnchor.h', |
107 'WebAXObject.cpp', | 108 'WebAXObject.cpp', |
108 'WebArrayBufferView.cpp', | 109 'WebArrayBufferView.cpp', |
109 'WebBindings.cpp', | 110 'WebBindings.cpp', |
110 'WebBlob.cpp', | 111 'WebBlob.cpp', |
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 { | 369 { |
369 'web_unittest_files': [ | 370 'web_unittest_files': [ |
370 'tests/KeyCodeConversionTestGtk.cpp', | 371 'tests/KeyCodeConversionTestGtk.cpp', |
371 'tests/WebInputEventFactoryTestGtk.cpp', | 372 'tests/WebInputEventFactoryTestGtk.cpp', |
372 ], | 373 ], |
373 } | 374 } |
374 ], | 375 ], |
375 ], | 376 ], |
376 }, | 377 }, |
377 } | 378 } |
OLD | NEW |