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

Unified Diff: content/content_tests.gypi

Issue 8396043: Allow building without notification support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable notification interactive UI test. Created 9 years, 2 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 | « content/content_renderer.gypi ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index ffbbd3cc5999d11ca6ee52f6e88f01f58b15b99b..d5b2dd3a2c9fd00cf220680f40810046af2a8ecb 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -208,6 +208,11 @@
['exclude', '^browser/speech/'],
]
}],
+ ['notifications==0', {
+ 'sources!': [
+ 'renderer/active_notification_tracker_unittest.cc',
+ ],
+ }],
['use_x11 == 1', {
'dependencies': [
'../build/linux/system.gyp:dbus',
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698