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

Unified Diff: ui/message_center/message_center.gyp

Issue 11229022: Move ash/system/web_notification message_center to ui/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again. Created 8 years, 2 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/message_center/message_center.cc ('k') | ui/message_center/message_center_bubble.h » ('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/oak/oak.gyp b/ui/message_center/message_center.gyp
similarity index 51%
copy from ui/oak/oak.gyp
copy to ui/message_center/message_center.gyp
index 1adff1195102f37a175787135f14b1660c557dff..c659da7360aca8e4a9bbc5576a18f481fac3adc4 100644
--- a/ui/oak/oak.gyp
+++ b/ui/message_center/message_center.gyp
@@ -6,38 +6,36 @@
'variables': {
'chromium_code': 1,
},
-
'targets': [
{
- 'target_name': 'oak',
+ 'target_name': 'message_center',
'type': '<(component)',
'dependencies': [
'../../base/base.gyp:base',
- '../../base/base.gyp:base_i18n',
- '../../build/temp_gyp/googleurl.gyp:googleurl',
'../../skia/skia.gyp:skia',
- '../aura/aura.gyp:aura',
+ '../base/strings/ui_strings.gyp:ui_strings',
'../compositor/compositor.gyp:compositor',
'../ui.gyp:ui',
'../ui.gyp:ui_resources',
'../views/views.gyp:views',
],
'defines': [
- 'OAK_IMPLEMENTATION',
+ 'MESSAGE_CENTER_IMPLEMENTATION',
],
'sources': [
- # All .cc, .h under oak, except unittests
- 'oak.h',
- 'oak_aura_window_display.cc',
- 'oak_aura_window_display.h',
- 'oak_export.h',
- 'oak_pretty_print.cc',
- 'oak_pretty_print.h',
- 'oak_tree_model.cc',
- 'oak_tree_model.h',
- 'oak_window.cc',
- 'oak_window.h',
- 'oak_details_model.h',
+ 'message_bubble_base.cc',
+ 'message_bubble_base.h',
+ 'message_center.cc',
+ 'message_center.h',
+ 'message_center_bubble.cc',
+ 'message_center_bubble.h',
+ 'message_center_export.h',
+ 'message_popup_bubble.cc',
+ 'message_popup_bubble.h',
+ 'message_view.cc',
+ 'message_view.h',
+ 'notification_list.cc',
+ 'notification_list.h',
],
},
],
« no previous file with comments | « ui/message_center/message_center.cc ('k') | ui/message_center/message_center_bubble.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698