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

Unified Diff: build/common.gypi

Issue 9447034: Android: Guard off desktop notifications (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixing rebase Created 8 years, 10 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 | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 821adc9da32b4c009491ae56536b727f79300d65..14515572991005e7848b382025369e4b5b1e0549 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -744,6 +744,9 @@
'configuration_policy%': 0,
'input_speech%': 0,
'java_bridge%': 1,
+
+ # Set to 1 once we have a notification system for Android.
+ # http://crbug.com/115320
'notifications%': 0,
# Builds the gtest targets as a shared_library.
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698