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

Side by Side Diff: chrome/plugin/plugin.scons

Issue 14472: Initial generation of native Visual Studio solution files... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years 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 | « chrome/installer/util/util.scons ('k') | chrome/renderer/renderer.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 env.SConscript([ 9 env.SConscript([
10 '$NPAPI_DIR/using_npapi.scons', 10 '$NPAPI_DIR/using_npapi.scons',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'plugin_process.cc', 51 'plugin_process.cc',
52 'plugin_thread.cc', 52 'plugin_thread.cc',
53 'webplugin_delegate_stub.cc', 53 'webplugin_delegate_stub.cc',
54 'webplugin_proxy.cc', 54 'webplugin_proxy.cc',
55 ] 55 ]
56 for remove in to_be_ported_files: 56 for remove in to_be_ported_files:
57 input_files.remove(remove) 57 input_files.remove(remove)
58 58
59 env.ChromeStaticLibrary('plugin', input_files) 59 env.ChromeStaticLibrary('plugin', input_files)
60 60
61 env.ChromeMSVSProject('$CHROME_DIR/plugin/plugin.vcproj',
62 guid='{20A560A0-2CD0-4D9E-A58B-1F24B99C087A}')
OLDNEW
« no previous file with comments | « chrome/installer/util/util.scons ('k') | chrome/renderer/renderer.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698