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

Unified Diff: ui/message_center/message_center.gyp

Issue 393953008: Add ui/display, message_center, webview to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years, 5 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/BUILD.gn ('k') | ui/ozone/BUILD.gn » ('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 2094f33d645d5814a2c754a4174b89ab33871696..d163ee4d0323a42674368599c20fc7f6b9662784 100644
--- a/ui/message_center/message_center.gyp
+++ b/ui/message_center/message_center.gyp
@@ -8,6 +8,7 @@
},
'targets': [
{
+ # GN version: //ui/message_center
'target_name': 'message_center',
'type': '<(component)',
'dependencies': [
@@ -26,6 +27,7 @@
'MESSAGE_CENTER_IMPLEMENTATION',
],
'sources': [
+ # Note: file list duplicated in GN build.
'cocoa/notification_controller.h',
'cocoa/notification_controller.mm',
'cocoa/opaque_views.h',
@@ -132,8 +134,6 @@
'views/message_bubble_base.h',
'views/message_center_bubble.cc',
'views/message_center_bubble.h',
- 'views/message_popup_bubble.cc',
- 'views/message_popup_bubble.h',
],
}],
# iOS disables notifications altogether, Android implements its own
@@ -143,7 +143,6 @@
# Exclude everything except dummy impl.
['exclude', '\\.(cc|mm)$'],
['include', '^dummy_message_center\\.cc$'],
- ['include', '^message_center_switches\\.cc$'],
['include', '^notification_delegate\\.cc$'],
],
}, { # notifications==1
@@ -159,6 +158,7 @@
],
}, # target_name: message_center
{
+ # GN version: //ui/message_center:test_support
'target_name': 'message_center_test_support',
'type': 'static_library',
'dependencies': [
@@ -171,6 +171,7 @@
'message_center',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'fake_message_center.h',
'fake_message_center.cc',
'fake_message_center_tray_delegate.h',
@@ -180,6 +181,7 @@
],
}, # target_name: message_center_test_support
{
+ # GN version: //ui/message_center:message_center_unittests
'target_name': 'message_center_unittests',
'type': 'executable',
'dependencies': [
@@ -197,6 +199,7 @@
'message_center_test_support',
],
'sources': [
+ # Note: file list duplicated in GN build.
'cocoa/notification_controller_unittest.mm',
'cocoa/popup_collection_unittest.mm',
'cocoa/popup_controller_unittest.mm',
« no previous file with comments | « ui/message_center/BUILD.gn ('k') | ui/ozone/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698