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

Unified Diff: ui/views/views.gyp

Issue 8771046: Fix gyp warnings about missing files. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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 | « content/content_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
===================================================================
--- ui/views/views.gyp (revision 112749)
+++ ui/views/views.gyp (working copy)
@@ -371,9 +371,9 @@
'window/client_view.cc',
'window/client_view.h',
'window/custom_frame_view.cc',
- 'window/window/custom_frame_view.h',
+ 'window/custom_frame_view.h',
tfarina 2011/12/02 20:18:47 ops, that was probably me.
'window/dialog_client_view.cc',
- 'window/window/dialog_client_view.h',
+ 'window/dialog_client_view.h',
'window/dialog_delegate.cc',
'window/dialog_delegate.h',
'window/native_frame_view.cc',
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698