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

Unified Diff: components/components_tests.gyp

Issue 191003002: Enable variations component unit tests on iOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
===================================================================
--- components/components_tests.gyp (revision 255631)
+++ components/components_tests.gyp (working copy)
@@ -115,7 +115,6 @@
'url_matcher/substring_set_matcher_unittest.cc',
'url_matcher/url_matcher_factory_unittest.cc',
'url_matcher/url_matcher_unittest.cc',
- # TODO(asvitkine): These should be tested on iOS too.
'variations/entropy_provider_unittest.cc',
'variations/metrics_util_unittest.cc',
'variations/variations_associated_data_unittest.cc',
@@ -247,7 +246,6 @@
['exclude', '\\.cc$'],
['exclude', '\\.mm$'],
['include', '^test/run_all_unittests\\.cc$'],
- # TODO(asvitkine): Bring up variations/ unittests on iOS.
['include', '^auto_login_parser/'],
['include', '^autofill/'],
['include', '^dom_distiller/'],
@@ -258,6 +256,7 @@
['include', '^signin/'],
['include', '^sync_driver/'],
['include', '^translate/'],
+ ['include', '^variations/'],
],
'actions': [
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698