| 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', | 7 'BackForwardClientImpl.cpp', |
| 8 'BackForwardClientImpl.h', | 8 'BackForwardClientImpl.h', |
| 9 'ChromeClientImpl.cpp', | 9 'ChromeClientImpl.cpp', |
| 10 'ChromeClientImpl.h', | 10 'ChromeClientImpl.h', |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 'linux/WebFontRendering.cpp', | 258 'linux/WebFontRendering.cpp', |
| 259 'mac/WebScrollbarTheme.mm', | 259 'mac/WebScrollbarTheme.mm', |
| 260 'mac/WebSubstringUtil.mm', | 260 'mac/WebSubstringUtil.mm', |
| 261 'painting/ContinuousPainter.cpp', | 261 'painting/ContinuousPainter.cpp', |
| 262 'painting/ContinuousPainter.h', | 262 'painting/ContinuousPainter.h', |
| 263 'painting/PaintAggregator.cpp', | 263 'painting/PaintAggregator.cpp', |
| 264 'painting/PaintAggregator.h', | 264 'painting/PaintAggregator.h', |
| 265 'win/WebFontRendering.cpp', | 265 'win/WebFontRendering.cpp', |
| 266 ], | 266 ], |
| 267 'web_unittest_files': [ | 267 'web_unittest_files': [ |
| 268 'WebDragDataTest.cpp', |
| 268 'WebNodeTest.cpp', | 269 'WebNodeTest.cpp', |
| 269 # FIXME: Move the tests to Source/web/. | 270 # FIXME: Move the tests to Source/web/. |
| 270 'tests/ActivityLoggerTest.cpp', | 271 'tests/ActivityLoggerTest.cpp', |
| 271 'tests/AssociatedURLLoaderTest.cpp', | 272 'tests/AssociatedURLLoaderTest.cpp', |
| 272 'tests/ChromeClientImplTest.cpp', | 273 'tests/ChromeClientImplTest.cpp', |
| 273 'tests/CustomEventTest.cpp', | 274 'tests/CustomEventTest.cpp', |
| 274 'tests/FakeWebPlugin.cpp', | 275 'tests/FakeWebPlugin.cpp', |
| 275 'tests/FakeWebPlugin.h', | 276 'tests/FakeWebPlugin.h', |
| 276 'tests/FrameLoaderClientImplTest.cpp', | 277 'tests/FrameLoaderClientImplTest.cpp', |
| 277 'tests/FrameTestHelpers.cpp', | 278 'tests/FrameTestHelpers.cpp', |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 ['os_posix==1 and OS!="mac"', | 345 ['os_posix==1 and OS!="mac"', |
| 345 { | 346 { |
| 346 'web_unittest_files': [ | 347 'web_unittest_files': [ |
| 347 'tests/LocaleICUTest.cpp', | 348 'tests/LocaleICUTest.cpp', |
| 348 ], | 349 ], |
| 349 } | 350 } |
| 350 ], | 351 ], |
| 351 ], | 352 ], |
| 352 }, | 353 }, |
| 353 } | 354 } |
| OLD | NEW |