diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-03 02:19:18 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-03 02:19:18 +0000 |
commit | a8217e2c510a15dc5664ad1b1168a8e0df4493aa (patch) | |
tree | 014fc1818464d4fb8433f1cf0c03c3c6fc17347c /build/temp_gyp | |
parent | 3ac565d1b634e70715be51a51a7e9999084556f9 (diff) | |
download | chromium_src-a8217e2c510a15dc5664ad1b1168a8e0df4493aa.zip chromium_src-a8217e2c510a15dc5664ad1b1168a8e0df4493aa.tar.gz chromium_src-a8217e2c510a15dc5664ad1b1168a8e0df4493aa.tar.bz2 |
Revert 130248 - 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
TBR=ericu@google.com
Review URL: https://chromiumcodereview.appspot.com/9950079
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130293 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': [ |