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