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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 'WebWorkerBase.cpp', | 256 'WebWorkerBase.cpp', |
257 'WebWorkerBase.h', | 257 'WebWorkerBase.h', |
258 'WebWorkerClientImpl.cpp', | 258 'WebWorkerClientImpl.cpp', |
259 'WebWorkerClientImpl.h', | 259 'WebWorkerClientImpl.h', |
260 'WebWorkerInfo.cpp', | 260 'WebWorkerInfo.cpp', |
261 'WebWorkerRunLoop.cpp', | 261 'WebWorkerRunLoop.cpp', |
262 'WorkerAllowMainThreadBridgeBase.cpp', | 262 'WorkerAllowMainThreadBridgeBase.cpp', |
263 'WorkerAllowMainThreadBridgeBase.h', | 263 'WorkerAllowMainThreadBridgeBase.h', |
264 'WorkerFileSystemClient.cpp', | 264 'WorkerFileSystemClient.cpp', |
265 'WorkerFileSystemClient.h', | 265 'WorkerFileSystemClient.h', |
| 266 'WorkerPermissionClient.cpp', |
| 267 'WorkerPermissionClient.h', |
266 'default/WebRenderTheme.cpp', | 268 'default/WebRenderTheme.cpp', |
267 'linux/WebFontInfo.cpp', | 269 'linux/WebFontInfo.cpp', |
268 'linux/WebFontRenderStyle.cpp', | 270 'linux/WebFontRenderStyle.cpp', |
269 'linux/WebFontRendering.cpp', | 271 'linux/WebFontRendering.cpp', |
270 'mac/WebSubstringUtil.mm', | 272 'mac/WebSubstringUtil.mm', |
271 'painting/ContinuousPainter.cpp', | 273 'painting/ContinuousPainter.cpp', |
272 'painting/ContinuousPainter.h', | 274 'painting/ContinuousPainter.h', |
273 'painting/PaintAggregator.cpp', | 275 'painting/PaintAggregator.cpp', |
274 'painting/PaintAggregator.h', | 276 'painting/PaintAggregator.h', |
275 ], | 277 ], |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
358 { | 360 { |
359 'web_unittest_files': [ | 361 'web_unittest_files': [ |
360 'tests/KeyCodeConversionTestGtk.cpp', | 362 'tests/KeyCodeConversionTestGtk.cpp', |
361 'tests/WebInputEventFactoryTestGtk.cpp', | 363 'tests/WebInputEventFactoryTestGtk.cpp', |
362 ], | 364 ], |
363 } | 365 } |
364 ], | 366 ], |
365 ], | 367 ], |
366 }, | 368 }, |
367 } | 369 } |
OLD | NEW |