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

Unified Diff: base/base.gypi

Issue 7698005: Move base/resource_util.* into base/win/ since it's windows specific. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 4 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/resource_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 9d66f90375143e6e476e984b2607d1d8c9004cd1..32d0cd0e23ee357548c936a5862ef5d55e8180df 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -197,8 +197,6 @@
'rand_util.h',
'rand_util_posix.cc',
'rand_util_win.cc',
- 'resource_util.cc',
- 'resource_util.h',
'safe_strerror_posix.cc',
'safe_strerror_posix.h',
'scoped_ptr.h',
@@ -335,6 +333,8 @@
'win/object_watcher.h',
'win/registry.cc',
'win/registry.h',
+ 'win/resource_util.cc',
+ 'win/resource_util.h',
'win/scoped_bstr.cc',
'win/scoped_bstr.h',
'win/scoped_com_initializer.h',
@@ -542,9 +542,6 @@
}],
[ 'OS != "win"', {
'dependencies': ['../third_party/libevent/libevent.gyp:libevent'],
- 'sources!': [
- 'resource_util.cc',
- ],
},],
[ 'component=="shared_library"', {
'conditions': [
« no previous file with comments | « no previous file | base/resource_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698