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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 'SpeechInputClientImpl.cpp', | 84 'SpeechInputClientImpl.cpp', |
85 'SpeechInputClientImpl.h', | 85 'SpeechInputClientImpl.h', |
86 'SpeechRecognitionClientProxy.cpp', | 86 'SpeechRecognitionClientProxy.cpp', |
87 'SpeechRecognitionClientProxy.h', | 87 'SpeechRecognitionClientProxy.h', |
88 'SpellCheckerClientImpl.cpp', | 88 'SpellCheckerClientImpl.cpp', |
89 'SpellCheckerClientImpl.h', | 89 'SpellCheckerClientImpl.h', |
90 'StorageClientImpl.cpp', | 90 'StorageClientImpl.cpp', |
91 'StorageClientImpl.h', | 91 'StorageClientImpl.h', |
92 'StorageQuotaClientImpl.cpp', | 92 'StorageQuotaClientImpl.cpp', |
93 'StorageQuotaClientImpl.h', | 93 'StorageQuotaClientImpl.h', |
| 94 'TextFinder.cpp', |
| 95 'TextFinder.h', |
94 'UserMediaClientImpl.cpp', | 96 'UserMediaClientImpl.cpp', |
95 'UserMediaClientImpl.h', | 97 'UserMediaClientImpl.h', |
96 'ValidationMessageClientImpl.cpp', | 98 'ValidationMessageClientImpl.cpp', |
97 'ValidationMessageClientImpl.h', | 99 'ValidationMessageClientImpl.h', |
98 'ViewportAnchor.cpp', | 100 'ViewportAnchor.cpp', |
99 'ViewportAnchor.h', | 101 'ViewportAnchor.h', |
100 'WebAXObject.cpp', | 102 'WebAXObject.cpp', |
101 'WebArrayBufferConverter.cpp', | 103 'WebArrayBufferConverter.cpp', |
102 'WebArrayBufferView.cpp', | 104 'WebArrayBufferView.cpp', |
103 'WebBindings.cpp', | 105 'WebBindings.cpp', |
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
348 { | 350 { |
349 'web_unittest_files': [ | 351 'web_unittest_files': [ |
350 'tests/KeyCodeConversionTestGtk.cpp', | 352 'tests/KeyCodeConversionTestGtk.cpp', |
351 'tests/WebInputEventFactoryTestGtk.cpp', | 353 'tests/WebInputEventFactoryTestGtk.cpp', |
352 ], | 354 ], |
353 } | 355 } |
354 ], | 356 ], |
355 ], | 357 ], |
356 }, | 358 }, |
357 } | 359 } |
OLD | NEW |