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

Unified Diff: mojo/mojo_examples.gypi

Issue 549883003: Window controls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: , Created 6 years, 3 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 | « mojo/examples/wm_flow/wm/wm.cc ('k') | mojo/services/public/cpp/view_manager/view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_examples.gypi
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
index 154e4268ac0fa72460f99e23c1dc992bd1d786f0..b2c89f4328cc1b8ad992ba2fc652fcd0e1bef21e 100644
--- a/mojo/mojo_examples.gypi
+++ b/mojo/mojo_examples.gypi
@@ -747,12 +747,17 @@
'type': 'loadable_module',
'dependencies': [
'../base/base.gyp:base',
+ '../skia/skia.gyp:skia',
+ '../ui/views/views.gyp:views',
'mojo_base.gyp:mojo_application_chromium',
'mojo_core_window_manager_lib',
'mojo_view_manager_lib',
+ 'mojo_views_support',
'<(mojo_system_for_loadable_module)',
],
'sources': [
+ 'examples/wm_flow/wm/frame_controller.cc',
+ 'examples/wm_flow/wm/frame_controller.h',
'examples/wm_flow/wm/wm.cc',
],
},
« no previous file with comments | « mojo/examples/wm_flow/wm/wm.cc ('k') | mojo/services/public/cpp/view_manager/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698