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

Unified Diff: components/components_tests.gyp

Issue 190513002: Run JSON schema tests in components_unittests 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
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index d5908391a23b9367ecf73276e3e8ae72357bd21f..c4f211e53b29e270394847d3a756e2903f4814d1 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -244,13 +244,11 @@
['exclude', '\\.cc$'],
['exclude', '\\.mm$'],
['include', '^test/run_all_unittests\\.cc$'],
- # TODO(ios): Include files here as they are made to work, see
- # http://crbug.com/303011.
# TODO(asvitkine): Bring up variations/ unittests on iOS.
- # TODO(blundell): Bring up json_schema/ unittests on iOS.
['include', '^auto_login_parser/'],
['include', '^autofill/'],
['include', '^dom_distiller/'],
+ ['include', '^json_schema/'],
['include', '^language_usage_metrics/'],
['include', '^password_manager/'],
['include', '^precache/core/'],
« 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