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

Unified Diff: chrome/test/automation/SConscript

Issue 9259: Adding visual studio solution files.... (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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/automation/SConscript
===================================================================
--- chrome/test/automation/SConscript (revision 4521)
+++ chrome/test/automation/SConscript (working copy)
@@ -27,8 +27,4 @@
'window_proxy.cc',
]
-lib = env.ChromeStaticLibrary('automation', input_files)
-
-i = env.Install('$TARGET_ROOT', lib)
-#env.Alias('chrome', i)
-
+env.ChromeStaticLibrary('automation', input_files)

Powered by Google App Engine
This is Rietveld 408576698