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 'AutofillPopupMenuClient.cpp', | 9 'AutofillPopupMenuClient.cpp', |
10 'AutofillPopupMenuClient.h', | 10 'AutofillPopupMenuClient.h', |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 'StorageQuotaChromium.cpp', |
| 101 'TextFinder.cpp', |
| 102 'TextFinder.h', |
101 'UserMediaClientImpl.cpp', | 103 'UserMediaClientImpl.cpp', |
102 'UserMediaClientImpl.h', | 104 'UserMediaClientImpl.h', |
103 'ValidationMessageClientImpl.cpp', | 105 'ValidationMessageClientImpl.cpp', |
104 'ValidationMessageClientImpl.h', | 106 'ValidationMessageClientImpl.h', |
105 'ViewportAnchor.cpp', | 107 'ViewportAnchor.cpp', |
106 'ViewportAnchor.h', | 108 'ViewportAnchor.h', |
107 'WebAXObject.cpp', | 109 'WebAXObject.cpp', |
108 'WebArrayBufferView.cpp', | 110 'WebArrayBufferView.cpp', |
109 'WebBindings.cpp', | 111 'WebBindings.cpp', |
110 'WebBlob.cpp', | 112 'WebBlob.cpp', |
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
371 { | 373 { |
372 'web_unittest_files': [ | 374 'web_unittest_files': [ |
373 'tests/KeyCodeConversionTestGtk.cpp', | 375 'tests/KeyCodeConversionTestGtk.cpp', |
374 'tests/WebInputEventFactoryTestGtk.cpp', | 376 'tests/WebInputEventFactoryTestGtk.cpp', |
375 ], | 377 ], |
376 } | 378 } |
377 ], | 379 ], |
378 ], | 380 ], |
379 }, | 381 }, |
380 } | 382 } |
OLD | NEW |