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

Unified Diff: testing/SConscript.gtest

Issue 17603: Generate all chrome .vcproj files: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 months 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 | « skia/SConscript ('k') | third_party/libpng/libpng.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/SConscript.gtest
===================================================================
--- testing/SConscript.gtest (revision 8251)
+++ testing/SConscript.gtest (working copy)
@@ -57,9 +57,9 @@
'gtest/include/gtest/internal/gtest-type-util.h',
]),
]),
- 'multiprocess_func_list.cc',
- 'multiprocess_func_list.h',
- 'platform_test.h',
+ 'multiprocess_func_list.cc',
+ 'multiprocess_func_list.h',
+ 'platform_test.h',
])
env.ChromeLibrary('gtest', input_files)
@@ -67,6 +67,7 @@
p = env.ChromeMSVSProject('gtest.vcproj',
dest='$CHROME_SRC_DIR/testing/gtest.vcproj',
guid='{BFE8E2A7-3B3B-43B0-A994-3058B852DB8B}',
+ keyword='Win32Proj',
files=input_files,
relative_path_prefix=r'./',
tools = [
« no previous file with comments | « skia/SConscript ('k') | third_party/libpng/libpng.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698