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

Unified Diff: build/common.gypi

Issue 7053041: Add a Create method to DesktopNotificationHandler and stubs for the notification objects. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 6 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 6083fab050245ecdb2f68c5ee73f05b0c43ac050..387cd78735e560453796571a1109bafeb37de2e1 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -437,6 +437,9 @@
# Point to ICU directory.
'icu_src_dir': '../third_party/icu',
+ # Enable desktop notifications.
+ 'enable_desktop_notifications%': 1,
+
'conditions': [
['os_posix==1 and OS!="mac"', {
# This will set gcc_version to XY if you are running gcc X.Y.*.
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | content/browser/renderer_host/render_message_filter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698