summaryrefslogtreecommitdiffstats
path: root/content/content_tests.gypi
diff options
context:
space:
mode:
authorjknotten@chromium.org <jknotten@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-28 10:41:57 +0000
committerjknotten@chromium.org <jknotten@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-28 10:41:57 +0000
commit7cce32386c8c7b26ad4ea4d40714e4d23c59d71a (patch)
treeecfbbb10126ac7c618a24b9ad9f6a53f60cb24e3 /content/content_tests.gypi
parent05aad2da76c3041ffa80c961e225aa12abfc1fc0 (diff)
downloadchromium_src-7cce32386c8c7b26ad4ea4d40714e4d23c59d71a.zip
chromium_src-7cce32386c8c7b26ad4ea4d40714e4d23c59d71a.tar.gz
chromium_src-7cce32386c8c7b26ad4ea4d40714e4d23c59d71a.tar.bz2
Allow building without notification support.
BUG=None TEST=Existing Review URL: http://codereview.chromium.org/8396043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107708 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_tests.gypi')
-rw-r--r--content/content_tests.gypi5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 5044aca..c8fb0eb 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -209,6 +209,11 @@
['exclude', '^browser/speech/'],
]
}],
+ ['notifications==0', {
+ 'sources!': [
+ 'renderer/active_notification_tracker_unittest.cc',
+ ],
+ }],
['use_x11 == 1', {
'dependencies': [
'../build/linux/system.gyp:dbus',