diff options
Diffstat (limited to 'url/url.gyp')
-rw-r--r-- | url/url.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/url/url.gyp b/url/url.gyp index a9a1a19d..fe4d5fd 100644 --- a/url/url.gyp +++ b/url/url.gyp @@ -22,6 +22,8 @@ 'sources': [ 'gurl.cc', 'gurl.h', + 'third_party/mozilla/url_parse.cc', + 'third_party/mozilla/url_parse.h', 'url_canon.h', 'url_canon_etc.cc', 'url_canon_filesystemurl.cc', @@ -42,8 +44,6 @@ 'url_canon_stdstring.h', 'url_canon_stdurl.cc', 'url_file.h', - 'url_parse.cc', - 'url_parse.h', 'url_parse_file.cc', 'url_parse_internal.h', 'url_util.cc', |