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

Unified Diff: Source/web/web.gypi

Issue 1313013005: Add a test that we resume commits after inserting the body. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: dcheng@ review Created 5 years, 4 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 | « Source/web/tests/sim/SimWebViewClient.cpp ('k') | public/web/WebViewClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/web.gypi
diff --git a/Source/web/web.gypi b/Source/web/web.gypi
index da000d5e09d9a1b7d3ff5cbe1a32dd3efd211043..0c05e15ad79674eae36bf1ca7b03b34e005b92fa 100644
--- a/Source/web/web.gypi
+++ b/Source/web/web.gypi
@@ -269,6 +269,7 @@
'tests/ChromeClientImplTest.cpp',
'tests/CustomEventTest.cpp',
'tests/DocumentLoaderTest.cpp',
+ 'tests/DocumentLoadingRenderingTest.cpp',
'tests/FakeWebPlugin.cpp',
'tests/FakeWebPlugin.h',
'tests/FrameLoaderClientImplTest.cpp',
@@ -308,6 +309,14 @@
'tests/WebUnitTests.cpp',
'tests/WebUserGestureTokenTest.cpp',
'tests/WebViewTest.cpp',
+ 'tests/sim/SimNetwork.cpp',
+ 'tests/sim/SimNetwork.h',
+ 'tests/sim/SimRequest.cpp',
+ 'tests/sim/SimRequest.h',
+ 'tests/sim/SimWebViewClient.cpp',
+ 'tests/sim/SimWebViewClient.h',
+ 'tests/sim/SimLayerTreeView.cpp',
+ 'tests/sim/SimLayerTreeView.h',
],
'conditions': [
['OS=="win"',
« no previous file with comments | « Source/web/tests/sim/SimWebViewClient.cpp ('k') | public/web/WebViewClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698