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

Unified Diff: components/components_tests.gypi

Issue 25706003: Build components and run components_tests on iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase better Created 7 years, 2 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 | « build/ios/grit_whitelist.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gypi
diff --git a/components/components_tests.gypi b/components/components_tests.gypi
index b11b20c6d4266d30285f81bac6df63137ffeb9a6..b38353da9209e389a9a706086482ae669b1aeb49 100644
--- a/components/components_tests.gypi
+++ b/components/components_tests.gypi
@@ -4,7 +4,7 @@
{
'conditions': [
- ['OS != "ios" and android_webview_build == 0', {
+ ['android_webview_build == 0', {
'targets': [
{
'target_name': 'components_unittests',
@@ -84,6 +84,21 @@
'web_modal',
],
'conditions': [
+ ['OS == "ios"', {
+ 'sources/': [
+ ['exclude', '\\.cc$'],
+ ['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 varations/ unittests on iOS.
+ ['include', '^dom_distiller'],
+ ],
+ 'dependencies!': [
+ 'autofill_core_common',
+ 'navigation_interception',
+ 'visitedlink_renderer',
+ ],
+ }],
['OS == "android"', {
'sources!': [
'web_modal/web_contents_modal_dialog_manager_unittest.cc',
@@ -119,6 +134,10 @@
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],
},
+ ],
+ }],
+ ['OS != "ios" and android_webview_build == 0', {
+ 'targets': [
{
'target_name': 'components_perftests',
'type': '<(gtest_target_type)',
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698