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

Unified Diff: base/base.gypi

Issue 7263009: Reland "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: 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 41ea923c2b9c21f6f1fc011c485e7dc2db28af3e..79bff9bc5c1a278ce063a3b096338849e34aefb0 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