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

Unified Diff: media/media_unittests.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/media_lib.scons ('k') | net/crash_cache.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media_unittests.scons
===================================================================
--- media/media_unittests.scons (revision 7290)
+++ media/media_unittests.scons (working copy)
@@ -52,3 +52,11 @@
]
env.ChromeTestProgram('media_unittests', input_files)
+
+env.ChromeMSVSProject('$MEDIA_DIR/build/media_unittests.vcproj',
+ dependencies = [
+ '$BASE_DIR/build/base.vcproj',
+ '$MEDIA_DIR/build/media.vcproj',
+ '$TESTING_DIR/gtest.vcproj',
+ ],
+ guid='{C8C6183C-B03C-11DD-B471-DFD256D89593}')
« no previous file with comments | « media/media_lib.scons ('k') | net/crash_cache.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698