summaryrefslogtreecommitdiffstats
path: root/chrome/views
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-30 05:35:44 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-30 05:35:44 +0000
commitd1b13d7b10e2edeb4faf23caec84a9851c0b3aa7 (patch)
tree6795a61276e10ddf48fc4c095ca18da479121c51 /chrome/views
parent6ea265a8b1b6e1512992945efa08942f575ad4c1 (diff)
downloadchromium_src-d1b13d7b10e2edeb4faf23caec84a9851c0b3aa7.zip
chromium_src-d1b13d7b10e2edeb4faf23caec84a9851c0b3aa7.tar.gz
chromium_src-d1b13d7b10e2edeb4faf23caec84a9851c0b3aa7.tar.bz2
Accumulated SCons changes for Windows chrome build and other
recent additions (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/8725 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4205 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views')
-rw-r--r--chrome/views/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/views/SConscript b/chrome/views/SConscript
index 21a936a..58c15d7 100644
--- a/chrome/views/SConscript
+++ b/chrome/views/SConscript
@@ -21,6 +21,8 @@ env.Prepend(
env.Append(
CPPPATH = [
'$CHROME_DIR/app/resources',
+ '$ICU38_DIR/public/common',
+ '$ICU38_DIR/public/i18n',
'$SKIA_DIR/include',
'$SKIA_DIR/include/corecg',
'$SKIA_DIR/include/platform',