summaryrefslogtreecommitdiffstats
path: root/chrome/views
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-03 17:01:30 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-03 17:01:30 +0000
commitc1769d059bf8119de2df418d078310d382f470e6 (patch)
tree0879625ec809811a5d35a950aa32c128e8c1b4fe /chrome/views
parent52ab8f9091d3892f5528d5a71655d75635d1e66c (diff)
downloadchromium_src-c1769d059bf8119de2df418d078310d382f470e6.zip
chromium_src-c1769d059bf8119de2df418d078310d382f470e6.tar.gz
chromium_src-c1769d059bf8119de2df418d078310d382f470e6.tar.bz2
Add chrome\views\single_split_view.cc to the SCons build.
Review URL: http://codereview.chromium.org/9241 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4451 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views')
-rw-r--r--chrome/views/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/views/SConscript b/chrome/views/SConscript
index 58c15d7..81542aa 100644
--- a/chrome/views/SConscript
+++ b/chrome/views/SConscript
@@ -78,6 +78,7 @@ input_files = [
'scroll_bar.cc',
'scroll_view.cc',
'separator.cc',
+ 'single_split_view.cc',
'tabbed_pane.cc',
'table_view.cc',
'text_button.cc',