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

Unified Diff: chrome/chrome_browser_chromeos.gypi

Issue 1475583002: Add IPC messages for ARC notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
Index: chrome/chrome_browser_chromeos.gypi
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
index 2ed0784a4cb1387bfe81eab76b8c3fb8630026b8..bf1711c2fd8cddcface2153d60590980651de2e8 100644
--- a/chrome/chrome_browser_chromeos.gypi
+++ b/chrome/chrome_browser_chromeos.gypi
@@ -52,6 +52,10 @@
'browser/chromeos/app_mode/kiosk_session_plugin_handler_delegate.h',
'browser/chromeos/app_mode/startup_app_launcher.cc',
'browser/chromeos/app_mode/startup_app_launcher.h',
+ 'browser/chromeos/arc/notification/arc_notification_item.cc',
khmel1 2015/11/25 00:30:10 They must be under define enable_arc
yoshiki 2015/11/25 09:40:35 Done.
+ 'browser/chromeos/arc/notification/arc_notification_item.h',
+ 'browser/chromeos/arc/notification/arc_notification_manager.cc',
+ 'browser/chromeos/arc/notification/arc_notification_manager.h',
'browser/chromeos/attestation/attestation_ca_client.cc',
'browser/chromeos/attestation/attestation_ca_client.h',
'browser/chromeos/attestation/attestation_policy_observer.cc',

Powered by Google App Engine
This is Rietveld 408576698