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

Unified Diff: url/url.gyp

Issue 20349002: Stop pulling googleurl through DEPS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix android? Created 7 years, 4 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/third_party/mozilla/url_parse.cc ('k') | url/url_parse.h » ('j') | 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 a9a1a19dbfb6f2246c8760336da5579ad1a3e546..fe4d5fdbce54c4fd86b250408eb1d9b32ecf4fca 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',
« no previous file with comments | « url/third_party/mozilla/url_parse.cc ('k') | url/url_parse.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698