diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-01 21:45:48 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-01 21:45:48 +0000 |
commit | 1f9431546f1bafcbe8d5e0127ab8861413487174 (patch) | |
tree | 57e37254dede512fd076845448f0c72bb0f81291 /chrome/test/chrome_plugin | |
parent | 1ec8244f26aba55652a5ecf660df82563ba8f6bb (diff) | |
download | chromium_src-1f9431546f1bafcbe8d5e0127ab8861413487174.zip chromium_src-1f9431546f1bafcbe8d5e0127ab8861413487174.tar.gz chromium_src-1f9431546f1bafcbe8d5e0127ab8861413487174.tar.bz2 |
SCons build:
* Add base\object{,_watcher}.cc.
* Add chrome\browser\bookmark_{codec,storage}.cc.
* Add chrome\views\frame\browser_window_factory.cc.
* Split of app\main.cc into app\chrome_{dll,exe}_main.cc, with added CPPDEFINES for {BROWSER,RENDERER,PLUGIN}_DLL.
* Move $CSCRIPT, $PLATFORMSDK* and $VISUAL_STUDIO variables to the win32-specific construction environment.
* Remove unnecessary comments.
TBR: bradnelson
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/chrome_plugin')
-rw-r--r-- | chrome/test/chrome_plugin/SConscript | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/test/chrome_plugin/SConscript b/chrome/test/chrome_plugin/SConscript index af55a6d..134c868 100644 --- a/chrome/test/chrome_plugin/SConscript +++ b/chrome/test/chrome_plugin/SConscript @@ -78,9 +78,6 @@ env.Prepend( ],
)
-#/MANIFESTFILE:"C:\src\trunk-vs\chrome\Debug\obj\test_chrome_plugin\test_chrome_plugin.dll.intermediate.manifest"
-#/PDB:"c:\src\trunk-vs\chrome\Debug\test_chrome_plugin.pdb"
-
input_files = [
'test_chrome_plugin.cc',
'test_chrome_plugin.def',
|