summaryrefslogtreecommitdiffstats
path: root/build/temp_gyp
diff options
context:
space:
mode:
authorericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-02 23:09:16 +0000
committerericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-02 23:09:16 +0000
commitc9755fbf878f4ae2e772168303cd9c4e2a940223 (patch)
treed4a1a18f637874ea449e820072fc9b832a8194a9 /build/temp_gyp
parent2898f6296698bbd600f0e06a4a34e0dd8fb35ae2 (diff)
downloadchromium_src-c9755fbf878f4ae2e772168303cd9c4e2a940223.zip
chromium_src-c9755fbf878f4ae2e772168303cd9c4e2a940223.tar.gz
chromium_src-c9755fbf878f4ae2e772168303cd9c4e2a940223.tar.bz2
Add full support for filesystem URLs.
BUG=114484 TEST=existing filesystem tests don't break Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=128753 Review URL: https://chromiumcodereview.appspot.com/7811006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130248 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': [