diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-08 19:06:55 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-08 19:06:55 +0000 |
commit | 7f2b242b3599563f6cd6cf7aaddd5c993e92187a (patch) | |
tree | f322c81566535e2271557c9a7f60398790871cf8 /build | |
parent | 0a5bdc652f3abffeb20d4ef49899550ce8d7093d (diff) | |
download | chromium_src-7f2b242b3599563f6cd6cf7aaddd5c993e92187a.zip chromium_src-7f2b242b3599563f6cd6cf7aaddd5c993e92187a.tar.gz chromium_src-7f2b242b3599563f6cd6cf7aaddd5c993e92187a.tar.bz2 |
Revert stubs that were added in r88040. We need proper interfaces around features that need to be compiled out, instead of adding stubs.
Review URL: http://codereview.chromium.org/7046052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88374 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/common.gypi b/build/common.gypi index 1f323c3..06674f3 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -443,9 +443,6 @@ # 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.*. |