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