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

Unified Diff: ui/message_center/message_center.gyp

Issue 369243002: Fix component build linking with notifications=0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move notification_delegate match correctly. 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 | « no previous file | no next file » | 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 6de3c5bf6eafa3697ab100a1487c834f7520f783..4338ce5e56f0814ef6256959935227f9f8f5b48a 100644
--- a/ui/message_center/message_center.gyp
+++ b/ui/message_center/message_center.gyp
@@ -140,6 +140,7 @@
['exclude', '\\.(cc|mm)$'],
['include', '^dummy_message_center\\.cc$'],
['include', '^message_center_switches\\.cc$'],
+ ['include', '^notification_delegate\\.cc$'],
],
}, { # notifications==1
'sources!': [ 'dummy_message_center.cc' ],
@@ -148,7 +149,6 @@
['OS=="android"', {
'sources/': [
['include', '^notification\\.cc$'],
- ['include', '^notification_delegate\\.cc$'],
['include', '^notifier_settings\\.cc$'],
],
}],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698