Index: url/url.gyp |
=================================================================== |
--- url/url.gyp (revision 202256) |
+++ url/url.gyp (working copy) |
@@ -8,8 +8,8 @@ |
}, |
'targets': [ |
{ |
- 'target_name': 'url', |
- 'type': 'static_library', |
+ 'target_name': 'url_lib', |
+ 'type': '<(component)', |
'dependencies': [ |
'../base/base.gyp:base', |
'../third_party/icu/icu.gyp:icudata', |
@@ -52,7 +52,7 @@ |
], |
}, |
'defines': [ |
- 'FULL_FILESYSTEM_URL_SUPPORT=1', |
+ 'URL_IMPLEMENTATION', |
], |
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
'msvs_disabled_warnings': [4267, ], |
@@ -65,7 +65,7 @@ |
'../base/base.gyp:run_all_unittests', |
'../testing/gtest.gyp:gtest', |
'../third_party/icu/icu.gyp:icuuc', |
- 'url', |
+ 'url_lib', |
], |
'sources': [ |
'gurl_unittest.cc', |
@@ -74,9 +74,6 @@ |
'url_test_utils.h', |
'url_util_unittest.cc', |
], |
- 'defines': [ |
- 'FULL_FILESYSTEM_URL_SUPPORT=1', |
- ], |
'conditions': [ |
['os_posix==1 and OS!="mac" and OS!="ios"', |
{ |