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

Unified Diff: url/url.gyp

Issue 174553004: Compile GURL for PNaCl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | url/url_nacl.gyp » ('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 d57c476542f85e65b26f71d90fd09e8491058e72..d47748cb54969f09c735ac701a1bfe3fb7bed633 100644
--- a/url/url.gyp
+++ b/url/url.gyp
@@ -6,6 +6,9 @@
'variables': {
'chromium_code': 1,
},
+ 'includes': [
+ 'url_srcs.gypi',
+ ],
'targets': [
{
# Note, this target_name cannot be 'url', because that will generate
@@ -20,35 +23,7 @@
'../third_party/icu/icu.gyp:icuuc',
],
'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',
- 'url_canon_fileurl.cc',
- 'url_canon_host.cc',
- 'url_canon_icu.cc',
- 'url_canon_icu.h',
- 'url_canon_internal.cc',
- 'url_canon_internal.h',
- 'url_canon_internal_file.h',
- 'url_canon_ip.cc',
- 'url_canon_ip.h',
- 'url_canon_mailtourl.cc',
- 'url_canon_path.cc',
- 'url_canon_pathurl.cc',
- 'url_canon_query.cc',
- 'url_canon_relative.cc',
- 'url_canon_stdstring.cc',
- 'url_canon_stdstring.h',
- 'url_canon_stdurl.cc',
- 'url_file.h',
- 'url_parse_file.cc',
- 'url_parse_internal.h',
- 'url_util.cc',
- 'url_util.h',
+ '<@(gurl_sources)',
],
'direct_dependent_settings': {
'include_dirs': [
@@ -79,16 +54,10 @@
'url_util_unittest.cc',
],
'conditions': [
- ['os_posix==1 and OS!="mac" and OS!="ios"',
+ ['os_posix==1 and OS!="mac" and OS!="ios" and linux_use_tcmalloc==1',
{
- 'conditions': [
- ['linux_use_tcmalloc==1',
- {
- 'dependencies': [
- '../base/allocator/allocator.gyp:allocator',
- ],
- }
- ],
+ 'dependencies': [
+ '../base/allocator/allocator.gyp:allocator',
],
}
],
« no previous file with comments | « no previous file | url/url_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698