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

Side by Side Diff: chrome/browser/views/SConscript

Issue 16477: Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the (Closed)
Patch Set: Created 11 years, 12 months 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
« no previous file with comments | « chrome/browser/debugger/debugger.scons ('k') | chrome/common/common.scons » ('j') | 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'toolbar_star_toggle.cc', 130 'toolbar_star_toggle.cc',
131 'toolbar_view.cc', 131 'toolbar_view.cc',
132 'user_data_dir_dialog.cc', 132 'user_data_dir_dialog.cc',
133 ] 133 ]
134 134
135 if env.Bit('windows'): 135 if env.Bit('windows'):
136 input_files.extend([ 136 input_files.extend([
137 'find_bar_win.cc', 137 'find_bar_win.cc',
138 ]) 138 ])
139 139
140 env.ChromeStaticLibrary('browser_views', input_files) 140 env.ChromeLibrary('browser_views', input_files)
141 141
142 env.ChromeMSVSProject('$CHROME_DIR/browser/views/browser_views.vcproj', 142 env.ChromeMSVSProject('$CHROME_DIR/browser/views/browser_views.vcproj',
143 dependencies = [ 143 dependencies = [
144 '$LIBXML_DIR/build/libxml_config.vcproj', 144 '$LIBXML_DIR/build/libxml_config.vcproj',
145 '$GOOGLE_UPDATE_DIR/ondemand_updates.vcproj', 145 '$GOOGLE_UPDATE_DIR/ondemand_updates.vcproj',
146 '$CHROME_DIR/app/generated_resources.vcproj', 146 '$CHROME_DIR/app/generated_resources.vcproj',
147 ], 147 ],
148 guid='{FA537565-7B03-4FFC-AF15-F7A979B72E22}') 148 guid='{FA537565-7B03-4FFC-AF15-F7A979B72E22}')
OLDNEW
« no previous file with comments | « chrome/browser/debugger/debugger.scons ('k') | chrome/common/common.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698