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

Unified Diff: base/base.gypi

Issue 7231016: Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: brettw review Created 9 years, 6 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/shell.cc ('k') | base/win/iat_patch_function.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 dac1bd2b7e4acda9905f4370f7890474133454a1..1085d3a488aaf44b5f680d9dad250ba14b32b116 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -321,6 +321,8 @@
'version.h',
'vlog.cc',
'vlog.h',
+ 'nix/xdg_util.cc',
+ 'nix/xdg_util.h',
'win/event_trace_consumer.h',
'win/event_trace_controller.cc',
'win/event_trace_controller.h',
@@ -328,12 +330,15 @@
'win/event_trace_provider.h',
'win/i18n.cc',
'win/i18n.h',
+ 'win/iat_patch_function.cc',
+ 'win/iat_patch_function.h',
'win/object_watcher.cc',
'win/object_watcher.h',
'win/registry.cc',
'win/registry.h',
'win/scoped_bstr.cc',
'win/scoped_bstr.h',
+ 'win/scoped_com_initializer.h',
'win/scoped_comptr.h',
'win/scoped_gdi_object.h',
'win/scoped_handle.h',
@@ -341,14 +346,12 @@
'win/scoped_hglobal.h',
'win/scoped_variant.cc',
'win/scoped_variant.h',
- 'win/win_util.cc',
- 'win/win_util.h',
'win/windows_version.cc',
'win/windows_version.h',
+ 'win/win_util.cc',
+ 'win/win_util.h',
'win/wrapped_window_proc.cc',
'win/wrapped_window_proc.h',
- 'nix/xdg_util.h',
- 'nix/xdg_util.cc',
],
'include_dirs': [
'..',
« no previous file with comments | « app/win/shell.cc ('k') | base/win/iat_patch_function.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698