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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/web/tests/LinkElementLoadingTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/web.gypi
diff --git a/third_party/WebKit/Source/web/web.gypi b/third_party/WebKit/Source/web/web.gypi
index dd3aa8c29e7782a6ca01785ee78e74e66c1fb19f..47d78c4a8b4ed74c93e70040861255b71d8ab4f6 100644
--- a/third_party/WebKit/Source/web/web.gypi
+++ b/third_party/WebKit/Source/web/web.gypi
@@ -258,8 +258,9 @@
'tests/ImeOnFocusTest.cpp',
'tests/IntersectionObserverTest.cpp',
'tests/KeyboardTest.cpp',
- 'tests/ListenerLeakTest.cpp',
+ 'tests/LinkElementLoadingTest.cpp',
'tests/LinkSelectionTest.cpp',
+ 'tests/ListenerLeakTest.cpp',
hayato 2016/07/25 07:16:18 The order was wrong in the original gypi.
'tests/MHTMLTest.cpp',
'tests/PrerenderingTest.cpp',
'tests/ProgrammaticScrollTest.cpp',
« 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