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

Unified Diff: ui/views/views.gyp

Issue 108513015: Set up more pieces necessary to show the main Window for views_examples_exe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 11 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 | « ui/views/examples/examples_main.cc ('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
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 3cfd592c1f0ced0a86e56f3ab337e04e03da8751..a3d3a2bd4a83fb6b48259ee6656723d3c1c56f9c 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -961,6 +961,10 @@
'type': 'executable',
'dependencies': [
'../../base/base.gyp:base',
+ '../gfx/gfx.gyp:gfx',
+ '../resources/ui_resources.gyp:ui_test_pak',
+ '../ui.gyp:ui',
+ 'views',
],
'sources': [
'examples/examples_main.cc',
« no previous file with comments | « ui/views/examples/examples_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698