Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(942)

Unified Diff: chrome/views/SConscript

Issue 28206: Fix Linux shared build breakages due to undefined symbols. (Closed)
Patch Set: rearrange scons file list Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser.scons ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/views/SConscript
diff --git a/chrome/views/SConscript b/chrome/views/SConscript
index c10e6bb9cffa535aeecff6c1398e7dd0af452457..90f2b95554825e7d8e6184b4767f1df358a490c0 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(
« no previous file with comments | « chrome/browser/browser.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698