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

Unified Diff: base/base.gyp

Issue 3781009: Move the windows-specific scoped_* stuff from base to base/win and in the bas... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 2 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 | « app/win_util.h ('k') | base/base.gypi » ('j') | base/win/scoped_comptr.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
===================================================================
--- base/base.gyp (revision 62693)
+++ base/base.gyp (working copy)
@@ -124,12 +124,9 @@
'rand_util_unittest.cc',
'ref_counted_unittest.cc',
'registry_unittest.cc',
- 'scoped_bstr_win_unittest.cc',
- 'scoped_comptr_win_unittest.cc',
'scoped_native_library_unittest.cc',
'scoped_ptr_unittest.cc',
'scoped_temp_dir_unittest.cc',
- 'scoped_variant_win_unittest.cc',
'sha1_unittest.cc',
'sha2_unittest.cc',
'shared_memory_unittest.cc',
@@ -168,6 +165,9 @@
'watchdog_unittest.cc',
'weak_ptr_unittest.cc',
'win_util_unittest.cc',
+ 'win/scoped_bstr_unittest.cc',
+ 'win/scoped_comptr_unittest.cc',
+ 'win/scoped_variant_unittest.cc',
'worker_pool_unittest.cc',
],
'include_dirs': [
@@ -213,6 +213,9 @@
'file_descriptor_shuffle_unittest.cc',
],
}, { # OS != "win"
+ 'sources/': [
+ ['exclude', '/win/*'],
+ ],
'sources!': [
'event_trace_consumer_win_unittest.cc',
'event_trace_controller_win_unittest.cc',
« no previous file with comments | « app/win_util.h ('k') | base/base.gypi » ('j') | base/win/scoped_comptr.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698