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

Unified Diff: url/url.gyp

Issue 1756193007: Fix iOS GN build after r379128. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fixes Created 4 years, 10 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 | « url/run_all_unittests.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/url.gyp
diff --git a/url/url.gyp b/url/url.gyp
index e7fb3aa4d22581c98d44614bf87a1a0464f36842..d46512e6b4920611b5d226dd749b311ee4150309 100644
--- a/url/url.gyp
+++ b/url/url.gyp
@@ -49,7 +49,6 @@
],
'sources': [
'gurl_unittest.cc',
- 'mojo/url_gurl_struct_traits_unittest.cc',
'origin_unittest.cc',
'run_all_unittests.cc',
'scheme_host_port_unittest.cc',
@@ -59,6 +58,13 @@
'url_test_utils.h',
'url_util_unittest.cc',
],
+ 'conditions': [
+ ['OS!="ios"', {
+ 'sources': [
+ 'mojo/url_gurl_struct_traits_unittest.cc',
+ ],
+ }],
+ ],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],
},
« no previous file with comments | « url/run_all_unittests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698