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

Side by Side Diff: chrome/views/SConscript

Issue 9241: Add chrome\views\single_split_view.cc to the SCons build. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 Import('env') 5 Import('env')
6 6
7 env = env.Clone() 7 env = env.Clone()
8 8
9 9
10 env.Prepend( 10 env.Prepend(
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'non_client_view.cc', 71 'non_client_view.cc',
72 'painter.cc', 72 'painter.cc',
73 'radio_button.cc', 73 'radio_button.cc',
74 'repeat_controller.cc', 74 'repeat_controller.cc',
75 'resize_corner.cc', 75 'resize_corner.cc',
76 'root_view.cc', 76 'root_view.cc',
77 'root_view_drop_target.cc', 77 'root_view_drop_target.cc',
78 'scroll_bar.cc', 78 'scroll_bar.cc',
79 'scroll_view.cc', 79 'scroll_view.cc',
80 'separator.cc', 80 'separator.cc',
81 'single_split_view.cc',
81 'tabbed_pane.cc', 82 'tabbed_pane.cc',
82 'table_view.cc', 83 'table_view.cc',
83 'text_button.cc', 84 'text_button.cc',
84 'text_field.cc', 85 'text_field.cc',
85 'throbber.cc', 86 'throbber.cc',
86 'tooltip_manager.cc', 87 'tooltip_manager.cc',
87 'tree_view.cc', 88 'tree_view.cc',
88 'view.cc', 89 'view.cc',
89 'view_storage.cc', 90 'view_storage.cc',
90 'window.cc', 91 'window.cc',
91 'window_delegate.cc', 92 'window_delegate.cc',
92 ] 93 ]
93 94
94 env.ChromeStaticLibrary('views', input_files) 95 env.ChromeStaticLibrary('views', input_files)
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698