summaryrefslogtreecommitdiffstats
path: root/build/config/features.gni
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-28 00:25:44 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-28 00:25:44 +0000
commitae8eecf31bbb9b093bcc1e0c613fbda721a7ad9f (patch)
tree44293d67c2abf560c9bd189eab14842cc67ecb06 /build/config/features.gni
parentbe8234b6aa27d51910c61e55bf6135111afd0e6c (diff)
downloadchromium_src-ae8eecf31bbb9b093bcc1e0c613fbda721a7ad9f.zip
chromium_src-ae8eecf31bbb9b093bcc1e0c613fbda721a7ad9f.tar.gz
chromium_src-ae8eecf31bbb9b093bcc1e0c613fbda721a7ad9f.tar.bz2
Revert 273079 "Add content renderer to the GN build"
> Add content renderer to the GN build > > Also adds ui/native_theme, third_party/npapi, and some required mojo stuff to make it build. > > BUG= > R=scottmg@chromium.org > > Review URL: https://codereview.chromium.org/299113002 TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/302443010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273086 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/config/features.gni')
-rw-r--r--build/config/features.gni4
1 files changed, 0 insertions, 4 deletions
diff --git a/build/config/features.gni b/build/config/features.gni
index f76f42c..f4ec0f8 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -56,7 +56,3 @@ use_seccomp_bpf = (is_linux || is_android) &&
(cpu_arch == "x86" || cpu_arch == "x64" || cpu_arch == "arm")
enable_webrtc = !is_ios
-
-# Enable notifications everywhere except Android.
-# Android is http://crbug.com/115320
-enable_notifications = !is_android