diff options
author | blundell <blundell@chromium.org> | 2015-10-26 01:12:55 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-10-26 08:14:06 +0000 |
commit | b458c69d81cceaafce4fde649f19e01b22759595 (patch) | |
tree | 725d475400f022f8f50ae68a4e182689bc40b097 /components/components_tests.gyp | |
parent | efafc6b60a513935f821512b9ad132b0c9a3f83b (diff) | |
download | chromium_src-b458c69d81cceaafce4fde649f19e01b22759595.zip chromium_src-b458c69d81cceaafce4fde649f19e01b22759595.tar.gz chromium_src-b458c69d81cceaafce4fde649f19e01b22759595.tar.bz2 |
[sync] Componentize TypedUrlModelAssociator unittest
content::TestBrowserThreadBundle dependency is removed by manually spinning up
a base::Thread instance instead.
BUG=544975
Review URL: https://codereview.chromium.org/1416623002
Cr-Commit-Position: refs/heads/master@{#356020}
Diffstat (limited to 'components/components_tests.gyp')
-rw-r--r-- | components/components_tests.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components_tests.gyp b/components/components_tests.gyp index de0efea..939a27e 100644 --- a/components/components_tests.gyp +++ b/components/components_tests.gyp @@ -277,6 +277,7 @@ 'history/core/browser/top_sites_cache_unittest.cc', 'history/core/browser/top_sites_database_unittest.cc', 'history/core/browser/top_sites_impl_unittest.cc', + 'history/core/browser/typed_url_model_associator_unittest.cc', 'history/core/browser/typed_url_syncable_service_unittest.cc', 'history/core/browser/url_database_unittest.cc', 'history/core/browser/url_utils_unittest.cc', |