From f1f8639f531a3a919a13d8f8aa8008e8b88e3b1f Mon Sep 17 00:00:00 2001 From: "apavlov@chromium.org" Date: Tue, 3 Apr 2012 13:51:58 +0000 Subject: 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 --- build/temp_gyp/googleurl.gyp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'build/temp_gyp') 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': [ -- cgit v1.1