diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-06 16:26:17 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-06 16:26:17 +0000 |
commit | 81cf7fcc246a0d79f907071dbb15b4f7b1e57c03 (patch) | |
tree | 46a746966df7f04e38542d53d5cc1bc86e8a4b00 /webkit/tools/test_shell/mac | |
parent | 574036712fa0d0347e088333117ed2ef99c087f5 (diff) | |
download | chromium_src-81cf7fcc246a0d79f907071dbb15b4f7b1e57c03.zip chromium_src-81cf7fcc246a0d79f907071dbb15b4f7b1e57c03.tar.gz chromium_src-81cf7fcc246a0d79f907071dbb15b4f7b1e57c03.tar.bz2 |
Fix FEATURE_DEFINES after r4818. Remove HAVE_ACCESSIBILITY from Release (it
was already removed from Debug). Remove the trailing space on the
FEATURE_DEFINES setting in debug mode; it was causing a DOUBLE space in the
--defines string being passed to generate-bindings.pl, of which that script is
intolerant.
Review URL: http://codereview.chromium.org/9640
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4886 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/mac')
-rw-r--r-- | webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj b/webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj index e48e415..796d3411 100644 --- a/webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj +++ b/webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj @@ -95,14 +95,14 @@ isa = PBXContainerItemProxy; containerPortal = 4D16386E0EBFA6F7008F024E /* sqlite.xcodeproj */; proxyType = 2; - remoteGlobalIDString = 4D7B007F0E9D5538009A6919 /* libsqlite.a */; + remoteGlobalIDString = 4D7B007F0E9D5538009A6919; remoteInfo = sqlite; }; 4D1638770EBFA706008F024E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 4D16386E0EBFA6F7008F024E /* sqlite.xcodeproj */; proxyType = 1; - remoteGlobalIDString = 4D7B007E0E9D5538009A6919 /* sqlite */; + remoteGlobalIDString = 4D7B007E0E9D5538009A6919; remoteInfo = sqlite; }; 4DB687D30EAFE79200AB2128 /* PBXContainerItemProxy */ = { |