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

Unified Diff: chrome/chrome_browser.gypi

Issue 1365963004: Don't compile download notification code on !CrOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: typo fix Created 5 years, 3 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 05cb07657d14a84eb3b1b1b7b47d0443a824d8f6..b3fcdacc2a10e1455d4422d44802656a92ec3420 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -914,6 +914,12 @@
# ChromeOS-sources not ending in _chromeos (which would be included in
# other sections and filtered out for non-ChromeOS platforms.
'chrome_browser_chromeos_sources': [
+ 'browser/download/notification/download_item_notification.cc',
+ 'browser/download/notification/download_item_notification.h',
+ 'browser/download/notification/download_notification.cc',
+ 'browser/download/notification/download_notification.h',
+ 'browser/download/notification/download_notification_manager.cc',
+ 'browser/download/notification/download_notification_manager.h',
'browser/media/protected_media_identifier_infobar_delegate.cc',
'browser/media/protected_media_identifier_infobar_delegate.h',
'browser/media/protected_media_identifier_permission_context.cc',
@@ -1054,12 +1060,6 @@
'browser/download/download_shelf.h',
'browser/download/download_shelf_context_menu.cc',
'browser/download/download_shelf_context_menu.h',
- 'browser/download/notification/download_item_notification.cc',
- 'browser/download/notification/download_item_notification.h',
- 'browser/download/notification/download_notification.cc',
- 'browser/download/notification/download_notification.h',
- 'browser/download/notification/download_notification_manager.cc',
- 'browser/download/notification/download_notification_manager.h',
'browser/feedback/feedback_profile_observer.cc',
'browser/feedback/feedback_profile_observer.h',
'browser/feedback/show_feedback_page.cc',

Powered by Google App Engine
This is Rietveld 408576698