OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 'web_files': [ | 3 'web_files': [ |
4 'ApplicationCacheHost.cpp', | |
5 'ApplicationCacheHostInternal.h', | |
6 'AssertMatchingEnums.cpp', | 4 'AssertMatchingEnums.cpp', |
7 'AssociatedURLLoader.cpp', | 5 'AssociatedURLLoader.cpp', |
8 'AssociatedURLLoader.h', | 6 'AssociatedURLLoader.h', |
9 'BackForwardClientImpl.cpp', | 7 'BackForwardClientImpl.cpp', |
10 'BackForwardClientImpl.h', | 8 'BackForwardClientImpl.h', |
11 'ChromeClientImpl.cpp', | 9 'ChromeClientImpl.cpp', |
12 'ChromeClientImpl.h', | 10 'ChromeClientImpl.h', |
13 'ColorChooserPopupUIController.cpp', | 11 'ColorChooserPopupUIController.cpp', |
14 'ColorChooserPopupUIController.h', | 12 'ColorChooserPopupUIController.h', |
15 'ColorChooserUIController.cpp', | 13 'ColorChooserUIController.cpp', |
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 { | 366 { |
369 'web_unittest_files': [ | 367 'web_unittest_files': [ |
370 'tests/KeyCodeConversionTestGtk.cpp', | 368 'tests/KeyCodeConversionTestGtk.cpp', |
371 'tests/WebInputEventFactoryTestGtk.cpp', | 369 'tests/WebInputEventFactoryTestGtk.cpp', |
372 ], | 370 ], |
373 } | 371 } |
374 ], | 372 ], |
375 ], | 373 ], |
376 }, | 374 }, |
377 } | 375 } |
OLD | NEW |