From 3c8808a2b5e3d01505443e4fdcba2a0e0620644a Mon Sep 17 00:00:00 2001 From: "sgk@google.com" Date: Thu, 30 Oct 2008 17:43:13 +0000 Subject: Accumulated SCons changes for Windows chrome build, round II: Includes other recent additions, and doesn't fix everything, but gets significant pieces back on track: * New/additional library dependencies in various test executables (too many to be worth listing). * Portability: put library base names in $LIBS instead of explicitly listing .lib files. * Have interactive_ui re-use various object files from test/ui instead of (re-)listing the .cc files. * Add new files: chrome\browser\bookmarks\bookmark_drag_data.cc chrome\browser\bookmarks\bookmark_drag_utils.cc chrome\browser\bookmarks\bookmark_table_model.cc chrome\browser\browser_trial.cc chrome\browser\download\download_request_manager_unittest.cc chrome\browser\greasmonkey_master.cc chrome\browser\spellcheck_unittest.cc chrome\browser\views\find_bar_view.cc chrome\browser\views\find_bar_win.cc chrome\renderer\greasemonkey_slave.cc * Remove old files: chrome\browser\find_in_page_controller.cc chrome\browser\find_in_page_view.cc chrome\renderer\spellcheck_unittest.cc * Remove relative reference to ../../app/google_update_settings$OBJSUFFIX. * Get rid of by-hand /IMPLIB and /MAP flags. * Prefix / suffix portability in the jscre library. * Rename $LIBXML_DIR/scons => $LIBXML_DIR/DerivedSources. * Add $CHROME_DIR/app/resources to CPPPATH. * Add icu38 directories to CPPPATH for building chrome/views files. Review URL: http://codereview.chromium.org/8742 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4215 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/renderer/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/renderer') diff --git a/chrome/renderer/SConscript b/chrome/renderer/SConscript index e1fbd63..76ea461 100644 --- a/chrome/renderer/SConscript +++ b/chrome/renderer/SConscript @@ -56,6 +56,7 @@ if env['PLATFORM'] == 'win32': 'dom_ui_bindings.cc', 'external_js_object.cc', 'external_host_bindings.cc', + 'greasemonkey_slave.cc', 'localized_error.cc', 'net/render_dns_master.cc', 'plugin_channel_host.cc', -- cgit v1.1