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

Unified Diff: chrome/browser/ui/cocoa/notifications/notification_common.gyp

Issue 2047643003: DO NOT SUBMIT. Implement an XPCService for notifications. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge to use AlertNotificationService Created 4 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
Index: chrome/browser/ui/cocoa/notifications/notification_common.gyp
diff --git a/chrome/browser/ui/cocoa/notifications/notification_common.gyp b/chrome/browser/ui/cocoa/notifications/notification_common.gyp
index cabb46f9cc08735482316a6a2bf5cb93230ec3b3..f59cda35b502bf72b62f1bb9bcd9a13483d56e40 100644
--- a/chrome/browser/ui/cocoa/notifications/notification_common.gyp
+++ b/chrome/browser/ui/cocoa/notifications/notification_common.gyp
@@ -8,9 +8,9 @@
# GN version: //chrome/browser/ui/notifications:common
'target_name': 'notification_common',
'type': 'static_library',
- 'include_dirs': [
- '<(DEPTH)',
- ],
+ 'include_dirs': [
+ '<(DEPTH)',
+ ],
'sources': [
'notification_builder_mac.h',
'notification_builder_mac.mm',

Powered by Google App Engine
This is Rietveld 408576698