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', | |
8 'BackForwardClientImpl.h', | |
9 'ChromeClientImpl.cpp', | 7 'ChromeClientImpl.cpp', |
10 'ChromeClientImpl.h', | 8 'ChromeClientImpl.h', |
11 'ColorChooserPopupUIController.cpp', | 9 'ColorChooserPopupUIController.cpp', |
12 'ColorChooserPopupUIController.h', | 10 'ColorChooserPopupUIController.h', |
13 'ColorChooserUIController.cpp', | 11 'ColorChooserUIController.cpp', |
14 'ColorChooserUIController.h', | 12 'ColorChooserUIController.h', |
15 'CompositionUnderlineBuilder.h', | 13 'CompositionUnderlineBuilder.h', |
16 'CompositionUnderlineVectorBuilder.cpp', | 14 'CompositionUnderlineVectorBuilder.cpp', |
17 'CompositionUnderlineVectorBuilder.h', | 15 'CompositionUnderlineVectorBuilder.h', |
18 'ContextFeaturesClientImpl.cpp', | 16 'ContextFeaturesClientImpl.cpp', |
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
342 ['os_posix==1 and OS!="mac"', | 340 ['os_posix==1 and OS!="mac"', |
343 { | 341 { |
344 'web_unittest_files': [ | 342 'web_unittest_files': [ |
345 'tests/LocaleICUTest.cpp', | 343 'tests/LocaleICUTest.cpp', |
346 ], | 344 ], |
347 } | 345 } |
348 ], | 346 ], |
349 ], | 347 ], |
350 }, | 348 }, |
351 } | 349 } |
OLD | NEW |