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

Unified Diff: ui/message_center/message_center.gyp

Issue 209383003: Move wm/public into wm target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 9 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/keyboard/keyboard_controller_unittest.cc ('k') | ui/snapshot/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/message_center.gyp
diff --git a/ui/message_center/message_center.gyp b/ui/message_center/message_center.gyp
index 8fc29a6209f54e1465fc6277a6dba791077796c6..79fecb92479bb261195ddb136505a0b47adbcdaf 100644
--- a/ui/message_center/message_center.gyp
+++ b/ui/message_center/message_center.gyp
@@ -115,9 +115,10 @@
}],
['toolkit_views==1', {
'dependencies': [
+ '../compositor/compositor.gyp:compositor',
'../events/events.gyp:events',
'../views/views.gyp:views',
- '../compositor/compositor.gyp:compositor',
+ '../wm/wm.gyp:wm',
],
}, {
'sources/': [
« no previous file with comments | « ui/keyboard/keyboard_controller_unittest.cc ('k') | ui/snapshot/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698