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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 11633013: Parsing server response and showing notifications for Google Now (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « chrome/browser/ui/google_now/google_now_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 88a147c276340d5374f440954c6ec64540e47176..e1babc5c4e76737891348a53fa0a49c0e87ef866 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -834,6 +834,8 @@
'browser/ui/global_error/global_error_service.h',
'browser/ui/global_error/global_error_service_factory.cc',
'browser/ui/global_error/global_error_service_factory.h',
+ 'browser/ui/google_now/google_now_notification_delegate.cc',
+ 'browser/ui/google_now/google_now_notification_delegate.h',
'browser/ui/google_now/google_now_service.cc',
'browser/ui/google_now/google_now_service.h',
'browser/ui/google_now/google_now_service_factory.cc',
@@ -2195,6 +2197,8 @@
}],
['enable_google_now==0', {
'sources!': [
+ 'browser/ui/google_now/google_now_notification_delegate.cc',
+ 'browser/ui/google_now/google_now_notification_delegate.h',
'browser/ui/google_now/google_now_service.cc',
'browser/ui/google_now/google_now_service.h',
'browser/ui/google_now/google_now_service_factory.cc',
« no previous file with comments | « chrome/browser/ui/google_now/google_now_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698