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

Unified Diff: chrome/chrome_browser.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 | « chrome/browser/profiles/profile_io_data.cc ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 31863917146ebc914bd35772cf5b40324fee119c..df88d16bec8f27a8a63f1d568e53a2ac941a13c2 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4744,6 +4744,11 @@
['exclude', '^browser/speech/'],
],
}],
+ ['notifications==0', {
+ 'sources/': [
+ ['exclude', '^browser/notifications/'],
+ ],
+ }],
['OS=="android"', {
'sources!': [
'browser/bookmarks/bookmark_context_menu_controller.cc',
@@ -4752,7 +4757,6 @@
'browser/ui/webui/certificate_viewer_webui.cc',
],
'sources/': [
- ['exclude', '^browser/notifications/'],
['exclude', '^browser/themes/'],
['exclude', '^browser/ui/panels/'],
['exclude', '^browser/ui/tabs/'],
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698