diff options
author | craig.schlenter@chromium.org <craig.schlenter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-10 15:12:50 +0000 |
---|---|---|
committer | craig.schlenter@chromium.org <craig.schlenter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-10 15:12:50 +0000 |
commit | 2a13607354f19d321f51d2552e5b6d22bba2a10b (patch) | |
tree | dee8e260e573fb7db6a7f6bf2746e45caf6dc4c9 /chrome/chrome_browser.gypi | |
parent | d7d126d49245e284174ae24b87552a8e9e46f8aa (diff) | |
download | chromium_src-2a13607354f19d321f51d2552e5b6d22bba2a10b.zip chromium_src-2a13607354f19d321f51d2552e5b6d22bba2a10b.tar.gz chromium_src-2a13607354f19d321f51d2552e5b6d22bba2a10b.tar.bz2 |
linux: fix the shared build by excluding cookie_modal_dialog.
This will have to be reverted of course once the linux-gtk implementation
of CookiePromptModalDialog lands.
Error was: out/Debug/lib.target/chrome/libbrowser.so: undefined reference
to `vtable for CookiePromptModalDialog'
BUG=None
TEST=compiles
Patch from Thiago Farina <thiago.farina@gmail.com>
Review URL: http://codereview.chromium.org/595002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38618 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rwxr-xr-x | chrome/chrome_browser.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index 4ae9277..09eb205f 100755 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -2616,6 +2616,7 @@ ['include', '^browser/printing/print_dialog_gtk.cc'], ['include', '^browser/printing/print_dialog_gtk.h'], ['exclude', '^browser/bookmarks/bookmark_drop_info.cc'], + ['exclude', '^browser/cookie_modal_dialog.cc'], ['exclude', '^browser/views/autocomplete/autocomplete_popup_gtk.cc'], ['exclude', '^browser/views/autocomplete/autocomplete_popup_gtk.h'], ], |