summaryrefslogtreecommitdiffstats
path: root/chrome/views/SConscript
diff options
context:
space:
mode:
authormmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-27 00:46:25 +0000
committermmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-27 00:46:25 +0000
commit6cf8200b22c068431941fd02d0525d9bbc5b4a5a (patch)
tree47f1a849f233dd14775f5e9e3423f13b8f878825 /chrome/views/SConscript
parent985732844da6028e541ffad0dcc3d69365570e25 (diff)
downloadchromium_src-6cf8200b22c068431941fd02d0525d9bbc5b4a5a.zip
chromium_src-6cf8200b22c068431941fd02d0525d9bbc5b4a5a.tar.gz
chromium_src-6cf8200b22c068431941fd02d0525d9bbc5b4a5a.tar.bz2
Fix Linux shared build breakages due to undefined symbols.
Review URL: http://codereview.chromium.org/28206 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10545 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/SConscript')
-rw-r--r--chrome/views/SConscript20
1 files changed, 20 insertions, 0 deletions
diff --git a/chrome/views/SConscript b/chrome/views/SConscript
index c10e6bb..90f2b95 100644
--- a/chrome/views/SConscript
+++ b/chrome/views/SConscript
@@ -185,6 +185,26 @@ if env.Bit('linux'):
"root_view_gtk.cc",
"view_gtk.cc"
]
+ # TODO(port?): Incomplete and undecided Views stuff. These compile but aren't
+ # currently needed, and they break the shared build due to missing symbols
+ # (from files that aren't yet ported).
+ input_files.Remove(
+ 'background.cc',
+ 'border.cc',
+ 'external_focus_tracker.cc',
+ 'grid_layout.cc',
+ 'image_view.cc',
+ 'label.cc',
+ 'layout_manager.cc',
+ 'painter.cc',
+ 'repeat_controller.cc',
+ 'root_view.cc',
+ 'scroll_bar.cc',
+ 'scroll_view.cc',
+ 'throbber.cc',
+ 'view.cc',
+ 'view_storage.cc',
+ )
# TODO(port): Port to Linux.
input_files.Remove(