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

Unified Diff: url/url.gyp

Issue 719783005: Upstream "nsurl_util.{h,mm}" from Chrome on iOS repository. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from droger. Created 6 years, 1 month 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/mac/url_conversions_unittest.mm ('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 0ffc51a8c410ecad04934baa5f790deae3c8d9d5..97426603244879f51917e8364c4d44c77f892035 100644
--- a/url/url.gyp
+++ b/url/url.gyp
@@ -54,6 +54,12 @@
'url_canon_icu_alternatives_android.h',
],
}],
+ ['OS=="mac" or OS=="ios"', {
+ 'sources': [
+ 'mac/url_conversions.h',
+ 'mac/url_conversions.mm',
+ ],
+ }],
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],
@@ -94,6 +100,11 @@
],
}
],
+ ['OS=="mac" or OS=="ios"', {
+ 'sources': [
+ 'mac/url_conversions_unittest.mm',
+ ],
+ }],
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],
« no previous file with comments | « url/mac/url_conversions_unittest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698