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

Unified Diff: chrome/chrome.gyp

Issue 113169: Move win_util.h from common to app. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 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 | « chrome/browser/visitedlink_master.cc ('k') | chrome/common/common.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 15687)
+++ chrome/chrome.gyp (working copy)
@@ -169,6 +169,8 @@
'../app/slide_animation.h',
'../app/throb_animation.cc',
'../app/throb_animation.h',
+ '../app/win_util.cc',
+ '../app/win_util.h',
],
'direct_dependent_settings': {
'include_dirs': [
@@ -419,8 +421,6 @@
'common/webkit_param_traits.h',
'common/win_safe_util.cc',
'common/win_safe_util.h',
- 'common/win_util.cc',
- 'common/win_util.h',
'common/worker_thread_ticker.cc',
'common/worker_thread_ticker.h',
'common/x11_util.cc',
@@ -2633,7 +2633,7 @@
'common/resource_dispatcher_unittest.cc',
'common/time_format_unittest.cc',
'common/unzip_unittest.cc',
- 'common/win_util_unittest.cc',
+ '../app/win_util_unittest.cc',
'common/worker_thread_ticker_unittest.cc',
'renderer/extensions/extension_api_client_unittest.cc',
'renderer/extensions/greasemonkey_api_unittest.cc',
« no previous file with comments | « chrome/browser/visitedlink_master.cc ('k') | chrome/common/common.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698