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

Unified Diff: base/base.gypi

Issue 3836005: Move pe_image and registry from base to base/win and use the namespace. It re... (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 | « base/base.gyp ('k') | base/file_util_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
===================================================================
--- base/base.gypi (revision 62848)
+++ base/base.gypi (working copy)
@@ -156,8 +156,6 @@
'observer_list_threadsafe.h',
'path_service.cc',
'path_service.h',
- 'pe_image.cc',
- 'pe_image.h',
'pickle.cc',
'pickle.h',
'platform_file.h',
@@ -189,8 +187,6 @@
'ref_counted.h',
'ref_counted_memory.cc',
'ref_counted_memory.h',
- 'registry.cc',
- 'registry.h',
'resource_util.cc',
'resource_util.h',
'safe_strerror_posix.cc',
@@ -295,6 +291,10 @@
'watchdog.h',
'weak_ptr.cc',
'weak_ptr.h',
+ 'win/pe_image.cc',
+ 'win/pe_image.h',
+ 'win/registry.cc',
+ 'win/registry.h',
'win/scoped_bstr.cc',
'win/scoped_bstr.h',
'win/scoped_comptr.h',
« no previous file with comments | « base/base.gyp ('k') | base/file_util_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698