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

Unified Diff: chrome/test/automation/automation.scons

Issue 16477: Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the (Closed)
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/renderer/renderer.scons ('k') | chrome/third_party/hunspell/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/automation.scons
diff --git a/chrome/test/automation/automation.scons b/chrome/test/automation/automation.scons
index f894f724b3522dc32221ecda9ad91b8d20e31862..2708f8bfac0e2505eaf93e227abe07c1be034295 100644
--- a/chrome/test/automation/automation.scons
+++ b/chrome/test/automation/automation.scons
@@ -29,7 +29,7 @@ input_files = [
# TODO(port):
if env.Bit('windows'):
- env.ChromeStaticLibrary('automation', input_files)
+ env.ChromeLibrary('automation', input_files)
env.ChromeMSVSProject('$CHROME_DIR/test/automation/automation.vcproj',
guid='{1556EF78-C7E6-43C8-951F-F6B43AC0DD12}')
« no previous file with comments | « chrome/renderer/renderer.scons ('k') | chrome/third_party/hunspell/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698