| 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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 ['os_posix==1 and OS!="mac"', | 346 ['os_posix==1 and OS!="mac"', |
| 349 { | 347 { |
| 350 'web_unittest_files': [ | 348 'web_unittest_files': [ |
| 351 'tests/LocaleICUTest.cpp', | 349 'tests/LocaleICUTest.cpp', |
| 352 ], | 350 ], |
| 353 } | 351 } |
| 354 ], | 352 ], |
| 355 ], | 353 ], |
| 356 }, | 354 }, |
| 357 } | 355 } |
| OLD | NEW |