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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
236 'WebSpeechRecognitionHandle.cpp', | 236 'WebSpeechRecognitionHandle.cpp', |
237 'WebSpeechRecognitionResult.cpp', | 237 'WebSpeechRecognitionResult.cpp', |
238 'WebStorageEventDispatcherImpl.cpp', | 238 'WebStorageEventDispatcherImpl.cpp', |
239 'WebSurroundingText.cpp', | 239 'WebSurroundingText.cpp', |
240 'WebTextAreaElement.cpp', | 240 'WebTextAreaElement.cpp', |
241 'WebTextCheckingCompletionImpl.cpp', | 241 'WebTextCheckingCompletionImpl.cpp', |
242 'WebTextCheckingCompletionImpl.h', | 242 'WebTextCheckingCompletionImpl.h', |
243 'WebTextCheckingResult.cpp', | 243 'WebTextCheckingResult.cpp', |
244 'WebTextInputInfo.cpp', | 244 'WebTextInputInfo.cpp', |
245 'WebTextRun.cpp', | 245 'WebTextRun.cpp', |
246 'WebURLLoadTiming.cpp', | |
247 'WebUserGestureIndicator.cpp', | 246 'WebUserGestureIndicator.cpp', |
248 'WebUserGestureToken.cpp', | 247 'WebUserGestureToken.cpp', |
249 'WebUserMediaRequest.cpp', | 248 'WebUserMediaRequest.cpp', |
250 'WebViewImpl.cpp', | 249 'WebViewImpl.cpp', |
251 'WebViewImpl.h', | 250 'WebViewImpl.h', |
252 'WebWorkerBase.cpp', | 251 'WebWorkerBase.cpp', |
253 'WebWorkerBase.h', | 252 'WebWorkerBase.h', |
254 'WebWorkerClientImpl.cpp', | 253 'WebWorkerClientImpl.cpp', |
255 'WebWorkerClientImpl.h', | 254 'WebWorkerClientImpl.h', |
256 'WebWorkerInfo.cpp', | 255 'WebWorkerInfo.cpp', |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 { | 356 { |
358 'web_unittest_files': [ | 357 'web_unittest_files': [ |
359 'tests/KeyCodeConversionTestGtk.cpp', | 358 'tests/KeyCodeConversionTestGtk.cpp', |
360 'tests/WebInputEventFactoryTestGtk.cpp', | 359 'tests/WebInputEventFactoryTestGtk.cpp', |
361 ], | 360 ], |
362 } | 361 } |
363 ], | 362 ], |
364 ], | 363 ], |
365 }, | 364 }, |
366 } | 365 } |
OLD | NEW |