Chromium Code Reviews| 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 'AudioOutputDeviceClientImpl.cpp', | 7 'AudioOutputDeviceClientImpl.cpp', |
| 8 'AudioOutputDeviceClientImpl.h', | 8 'AudioOutputDeviceClientImpl.h', |
| 9 'ChromeClientImpl.cpp', | 9 'ChromeClientImpl.cpp', |
| 10 'ChromeClientImpl.h', | 10 'ChromeClientImpl.h', |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 251 'tests/FakeWebPlugin.cpp', | 251 'tests/FakeWebPlugin.cpp', |
| 252 'tests/FakeWebPlugin.h', | 252 'tests/FakeWebPlugin.h', |
| 253 'tests/FrameLoaderClientImplTest.cpp', | 253 'tests/FrameLoaderClientImplTest.cpp', |
| 254 'tests/FrameSerializerTest.cpp', | 254 'tests/FrameSerializerTest.cpp', |
| 255 'tests/FrameTestHelpers.cpp', | 255 'tests/FrameTestHelpers.cpp', |
| 256 'tests/FrameTestHelpers.h', | 256 'tests/FrameTestHelpers.h', |
| 257 'tests/FrameThrottlingTest.cpp', | 257 'tests/FrameThrottlingTest.cpp', |
| 258 'tests/ImeOnFocusTest.cpp', | 258 'tests/ImeOnFocusTest.cpp', |
| 259 'tests/IntersectionObserverTest.cpp', | 259 'tests/IntersectionObserverTest.cpp', |
| 260 'tests/KeyboardTest.cpp', | 260 'tests/KeyboardTest.cpp', |
| 261 'tests/LinkElementLoadingTest.cpp', | |
| 262 'tests/LinkSelectionTest.cpp', | |
| 261 'tests/ListenerLeakTest.cpp', | 263 'tests/ListenerLeakTest.cpp', |
|
hayato
2016/07/25 07:16:18
The order was wrong in the original gypi.
| |
| 262 'tests/LinkSelectionTest.cpp', | |
| 263 'tests/MHTMLTest.cpp', | 264 'tests/MHTMLTest.cpp', |
| 264 'tests/PrerenderingTest.cpp', | 265 'tests/PrerenderingTest.cpp', |
| 265 'tests/ProgrammaticScrollTest.cpp', | 266 'tests/ProgrammaticScrollTest.cpp', |
| 266 'tests/LayoutGeometryMapTest.cpp', | 267 'tests/LayoutGeometryMapTest.cpp', |
| 267 'tests/RootScrollerTest.cpp', | 268 'tests/RootScrollerTest.cpp', |
| 268 'tests/ScreenWakeLockTest.cpp', | 269 'tests/ScreenWakeLockTest.cpp', |
| 269 'tests/ScrollingCoordinatorTest.cpp', | 270 'tests/ScrollingCoordinatorTest.cpp', |
| 270 'tests/SpinLockTest.cpp', | 271 'tests/SpinLockTest.cpp', |
| 271 'tests/TextFinderTest.cpp', | 272 'tests/TextFinderTest.cpp', |
| 272 'tests/TopControlsTest.cpp', | 273 'tests/TopControlsTest.cpp', |
| (...skipping 27 matching lines...) Expand all Loading... | |
| 300 'tests/sim/SimNetwork.h', | 301 'tests/sim/SimNetwork.h', |
| 301 'tests/sim/SimRequest.cpp', | 302 'tests/sim/SimRequest.cpp', |
| 302 'tests/sim/SimRequest.h', | 303 'tests/sim/SimRequest.h', |
| 303 'tests/sim/SimTest.cpp', | 304 'tests/sim/SimTest.cpp', |
| 304 'tests/sim/SimTest.h', | 305 'tests/sim/SimTest.h', |
| 305 'tests/sim/SimWebViewClient.cpp', | 306 'tests/sim/SimWebViewClient.cpp', |
| 306 'tests/sim/SimWebViewClient.h', | 307 'tests/sim/SimWebViewClient.h', |
| 307 ], | 308 ], |
| 308 }, | 309 }, |
| 309 } | 310 } |
| OLD | NEW |