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

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: images and strings 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 8aa69d212d295fa97bbd232db22a2c37a7afa641..865213bd8682591b219a6864caffdf57252aad5b 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -911,6 +911,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',
@@ -1051,12 +1057,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',
« chrome/app/theme/theme_resources.grd ('K') | « chrome/browser/download/save_page_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698