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

Unified Diff: base/base.gyp

Issue 165022: Factor out window creation into base::WindowImpl. This class will be used in... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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/window_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
===================================================================
--- base/base.gyp (revision 22547)
+++ base/base.gyp (working copy)
@@ -446,8 +446,15 @@
}
],
[ 'OS == "win"', {
+ 'include_dirs': [
+ '../chrome/third_party/wtl/include',
+ ],
'sources/': [ ['exclude', '_(linux|mac|posix|chromeos)\\.cc$'],
['exclude', '\\.mm?$' ] ],
+ 'sources': [
+ 'window_impl.cc',
+ 'window_impl.h',
+ ],
'sources!': [
'data_pack.cc',
'event_recorder_stubs.cc',
« no previous file with comments | « no previous file | base/window_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698