summaryrefslogtreecommitdiffstats
path: root/build/temp_gyp
diff options
context:
space:
mode:
authorapavlov@chromium.org <apavlov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-03 13:51:58 +0000
committerapavlov@chromium.org <apavlov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-03 13:51:58 +0000
commitf1f8639f531a3a919a13d8f8aa8008e8b88e3b1f (patch)
tree74fb091262f2850a55aa99bbedcdaa163f0c09d1 /build/temp_gyp
parentbd070e2f0795ef0661be6be7585a62c81fbf7459 (diff)
downloadchromium_src-f1f8639f531a3a919a13d8f8aa8008e8b88e3b1f.zip
chromium_src-f1f8639f531a3a919a13d8f8aa8008e8b88e3b1f.tar.gz
chromium_src-f1f8639f531a3a919a13d8f8aa8008e8b88e3b1f.tar.bz2
Reapply 130248 - Add full support for filesystem URLs. Trying to get the build into the right state.
TBR=pfeldman Review URL: https://chromiumcodereview.appspot.com/9956101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130363 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/temp_gyp')
-rw-r--r--build/temp_gyp/googleurl.gyp7
1 files changed, 7 insertions, 0 deletions
diff --git a/build/temp_gyp/googleurl.gyp b/build/temp_gyp/googleurl.gyp
index 3115ce6..66665bb 100644
--- a/build/temp_gyp/googleurl.gyp
+++ b/build/temp_gyp/googleurl.gyp
@@ -23,6 +23,7 @@
'../../googleurl/src/url_canon.h',
'../../googleurl/src/url_canon_etc.cc',
'../../googleurl/src/url_canon_fileurl.cc',
+ '../../googleurl/src/url_canon_filesystemurl.cc',
'../../googleurl/src/url_canon_host.cc',
'../../googleurl/src/url_canon_icu.cc',
'../../googleurl/src/url_canon_icu.h',
@@ -51,6 +52,9 @@
'../..',
],
},
+ 'defines': [
+ 'FULL_FILESYSTEM_URL_SUPPORT=1',
+ ],
'conditions': [
['component=="shared_library"', {
'defines': [
@@ -82,6 +86,9 @@
'../../googleurl/src/url_test_utils.h',
'../../googleurl/src/url_util_unittest.cc',
],
+ 'defines': [
+ 'FULL_FILESYSTEM_URL_SUPPORT=1',
+ ],
'conditions': [
['os_posix==1 and OS!="mac"', {
'conditions': [