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

Unified Diff: base/base_lib.scons

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 | « no previous file | base/debug_message.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_lib.scons
===================================================================
--- base/base_lib.scons (revision 8251)
+++ base/base_lib.scons (working copy)
@@ -219,8 +219,8 @@
'system_monitor.h',
'system_monitor_win.cc',
'task.h',
+ 'test_file_util.h',
'test_file_util_win.cc',
- 'test_file_util.h',
'thread.cc',
'thread.h',
'thread_collision_warner.cc',
@@ -246,8 +246,9 @@
'values.cc',
'values.h',
'waitable_event.h',
+ 'waitable_event_watcher.h',
+ 'waitable_event_watcher_win.cc',
'waitable_event_win.cc',
- 'waitable_event_watcher_win.cc',
'watchdog.cc',
'watchdog.h',
'win_util.cc',
@@ -388,6 +389,7 @@
p = env.ChromeMSVSProject('build/base.vcproj',
dest='$CHROME_SRC_DIR/base/build/base.vcproj',
guid='{1832A374-8A74-4F9E-B536-69A699B3E165}',
+ keyword='Win32Proj',
dependencies=[
'build/debug_message.vcproj',
# Necessary for chrome.sln.
« no previous file with comments | « no previous file | base/debug_message.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698