diff options
author | amanda@chromium.org <amanda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-02 23:49:05 +0000 |
---|---|---|
committer | amanda@chromium.org <amanda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-02 23:49:05 +0000 |
commit | 6ef2d78d1166ce8225e1219ae8a599705bca88d2 (patch) | |
tree | 927fae391271f538b9c392e6962fa57375bc1d5b /webkit/webkit.gyp | |
parent | a74050aee8760154318b1bece223259788e072aa (diff) | |
download | chromium_src-6ef2d78d1166ce8225e1219ae8a599705bca88d2.zip chromium_src-6ef2d78d1166ce8225e1219ae8a599705bca88d2.tar.gz chromium_src-6ef2d78d1166ce8225e1219ae8a599705bca88d2.tar.bz2 |
Reverting 25262. Worked OK in the browser, but blew up TestShell.
TBR=evan
Review URL: http://codereview.chromium.org/194001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25274 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 7569edf..f700208 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -1509,6 +1509,11 @@ }], ['OS!="mac"', { 'sources/': [['exclude', '_mac\\.(cc|mm)$']] + }, { # else: OS=="mac" + 'sources!': [ + # TODO(port): Unfork webplugin_delegate_impl_mac and this file. + 'glue/plugins/webplugin_delegate_impl.cc', + ], }], ['OS!="win"', { 'sources/': [['exclude', '_win\\.cc$']], |