summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-20 16:45:38 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-20 16:45:38 +0000
commit938347ece4d16876669c78acebd58d3053191ef5 (patch)
treedf79c381fe4da371e7787babef5e2cb19ff2c6aa /net/net.gyp
parent62166f3570128e609f7fd168c4a1e64ab1451093 (diff)
downloadchromium_src-938347ece4d16876669c78acebd58d3053191ef5.zip
chromium_src-938347ece4d16876669c78acebd58d3053191ef5.tar.gz
chromium_src-938347ece4d16876669c78acebd58d3053191ef5.tar.bz2
GTTF: Convert WebContentsImplBrowserTest to use EmbeddedTestServer.
This eliminates a whole class of problems with SpawnedTestServer failing to start. BUG=96594, 230200 R=avi@chromium.org, satorux@chromium.org Review URL: https://codereview.chromium.org/14914010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201099 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 0aa47a9..24dbbb1 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1962,6 +1962,7 @@
'variables': {
'test_data_files': [
'data/ssl/certificates/',
+ 'data/test.html',
'data/url_request_unittest/',
],
'test_data_prefix': 'net',