diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-31 20:58:34 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-31 20:58:34 +0000 |
commit | ae607dc8ef50d1ccdbc459d3793f9c6b40408dd7 (patch) | |
tree | 865833372db3f4c6cf9e3824206ec19db7d46aaf /chrome/views/SConscript | |
parent | c4269ebd7bdebacfdbd375a7db135c641b6cbd3e (diff) | |
download | chromium_src-ae607dc8ef50d1ccdbc459d3793f9c6b40408dd7.zip chromium_src-ae607dc8ef50d1ccdbc459d3793f9c6b40408dd7.tar.gz chromium_src-ae607dc8ef50d1ccdbc459d3793f9c6b40408dd7.tar.bz2 |
Fix SCons breakage, plus latest updates:
* Update src/DEPS to latest icu38 rev.
* Add new browser/views/frame/*.cc files.
* Add new browser/debugger/debugger_contents.cc file.
* Add new views/dialog_client_view.cc file.
* Build new browser/debugger/resources/debugger_resources.rc file.
* Add a new ChromeVersionRC() builder to the environment to provide a simpler, abstract interface for the four *version.rc files we build, with fixed definitions of $VERSION_BAT and $CHROME_SRC_DIR.
* Fix the definition of $HTML_INLINE.
R=deanm,bradnelson
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/SConscript')
-rw-r--r-- | chrome/views/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/views/SConscript b/chrome/views/SConscript index a433eeb..49cc275 100644 --- a/chrome/views/SConscript +++ b/chrome/views/SConscript @@ -71,6 +71,7 @@ input_files = [ 'client_view.cc',
'combo_box.cc',
'custom_frame_window.cc',
+ 'dialog_client_view.cc',
'decision.cc',
'event.cc',
'external_focus_tracker.cc',
|