summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/browser.scons1
-rw-r--r--chrome/views/SConscript20
2 files changed, 21 insertions, 0 deletions
diff --git a/chrome/browser/browser.scons b/chrome/browser/browser.scons
index 0cb68e8..81221a3 100644
--- a/chrome/browser/browser.scons
+++ b/chrome/browser/browser.scons
@@ -25,6 +25,7 @@ env.Append(
LIBS = [
'debugger',
'glue',
+ 'views',
],
)
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(