summaryrefslogtreecommitdiffstats
path: root/components/components_tests.gyp
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2015-11-02 02:59:21 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-02 11:00:23 +0000
commitd646dbcd24bb3219407803357c9239938232a8fc (patch)
tree068df86ecc8f92d183fc575be1e601028f7753df /components/components_tests.gyp
parent763cdd3e2a8143c6c4a7b0991579dd21aaf1aeac (diff)
downloadchromium_src-d646dbcd24bb3219407803357c9239938232a8fc.zip
chromium_src-d646dbcd24bb3219407803357c9239938232a8fc.tar.gz
chromium_src-d646dbcd24bb3219407803357c9239938232a8fc.tar.bz2
[iOS] ios/web no longer depends on content::BrowserThread.
Remove the shim implementation of web::WebThread based on content::BrowserThread now that Chrome on iOS uses ios/web for the startup. Add call to WebThreadImpl::FlushThreadPoolHelperForTesting() to WebTestSuite to mirror ContentTestSuite. BUG=547725 Review URL: https://codereview.chromium.org/1406983008 Cr-Commit-Position: refs/heads/master@{#357330}
Diffstat (limited to 'components/components_tests.gyp')
-rw-r--r--components/components_tests.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 3e6b8c7..5ef7bd8 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -1212,7 +1212,7 @@
],
'dependencies': [
'../ios/ios_tests.gyp:test_support_ios',
- '../ios/web/ios_web.gyp:test_support_ios_web',
+ '../ios/web/ios_web.gyp:ios_web_test_support',
'../third_party/ocmock/ocmock.gyp:ocmock',
'components.gyp:autofill_ios_browser',
'components.gyp:sessions_ios',