Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1549)

Side by Side Diff: third_party/WebKit/Source/web/web.gypi

Issue 2173413002: Add a test for canceling a pending stylesheet loading of a link element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/web/tests/LinkElementLoadingTest.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/tests/LinkElementLoadingTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698