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

Unified Diff: ui/wm/wm.gyp

Issue 115153002: wm: public window_types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: ui/wm/wm.gyp
diff --git a/ui/wm/wm.gyp b/ui/wm/wm.gyp
index 4a681c11fbba8cb27f06d8fbfa82b5cf09d22417..50635510113ca01fc6baa803b197421a37bc3023 100644
--- a/ui/wm/wm.gyp
+++ b/ui/wm/wm.gyp
@@ -8,6 +8,13 @@
},
'targets': [
{
+ 'target_name': 'wm_public',
+ 'type': 'static_library',
+ 'sources': [
+ 'public/window_types.h',
+ ],
+ },
+ {
'target_name': 'wm_test_support',
'type': 'static_library',
'dependencies': [
« ash/shell/window_watcher_shelf_item_delegate.cc ('K') | « ui/wm/public/window_types.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698