diff options
author | ericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-24 17:38:06 +0000 |
---|---|---|
committer | ericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-24 17:38:06 +0000 |
commit | 98901d9f7dc19e58a926970a26e31832d1377fa5 (patch) | |
tree | 83c516f48264356a6bd9df239b62ab3f412efa22 /build/temp_gyp | |
parent | f0b9405a4617ecdffc9a4d8d616cf9bafc84ae9f (diff) | |
download | chromium_src-98901d9f7dc19e58a926970a26e31832d1377fa5.zip chromium_src-98901d9f7dc19e58a926970a26e31832d1377fa5.tar.gz chromium_src-98901d9f7dc19e58a926970a26e31832d1377fa5.tar.bz2 |
Revert 128753 - Add full support for filesystem URLs.
BUG=114484
TEST=existing filesystem tests don't break
Review URL: https://chromiumcodereview.appspot.com/7811006
TBR=ericu@google.com
Review URL: https://chromiumcodereview.appspot.com/9808101
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128757 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/temp_gyp')
-rw-r--r-- | build/temp_gyp/googleurl.gyp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/build/temp_gyp/googleurl.gyp b/build/temp_gyp/googleurl.gyp index 66665bb..3115ce6 100644 --- a/build/temp_gyp/googleurl.gyp +++ b/build/temp_gyp/googleurl.gyp @@ -23,7 +23,6 @@ '../../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', @@ -52,9 +51,6 @@ '../..', ], }, - 'defines': [ - 'FULL_FILESYSTEM_URL_SUPPORT=1', - ], 'conditions': [ ['component=="shared_library"', { 'defines': [ @@ -86,9 +82,6 @@ '../../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': [ |