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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 893 matching lines...) Expand 10 before | Expand all | Expand 10 after
904 # Cross-platform Aura files. 904 # Cross-platform Aura files.
905 'chrome_browser_aura_sources': [ 905 'chrome_browser_aura_sources': [
906 # This file is called _views but has aura calls in it. 906 # This file is called _views but has aura calls in it.
907 'browser/download/drag_download_item_views.cc', 907 'browser/download/drag_download_item_views.cc',
908 'browser/lifetime/application_lifetime_aura.cc', 908 'browser/lifetime/application_lifetime_aura.cc',
909 'browser/platform_util_aura.cc', 909 'browser/platform_util_aura.cc',
910 ], 910 ],
911 # ChromeOS-sources not ending in _chromeos (which would be included in 911 # ChromeOS-sources not ending in _chromeos (which would be included in
912 # other sections and filtered out for non-ChromeOS platforms. 912 # other sections and filtered out for non-ChromeOS platforms.
913 'chrome_browser_chromeos_sources': [ 913 'chrome_browser_chromeos_sources': [
914 'browser/download/notification/download_item_notification.cc',
915 'browser/download/notification/download_item_notification.h',
916 'browser/download/notification/download_notification.cc',
917 'browser/download/notification/download_notification.h',
918 'browser/download/notification/download_notification_manager.cc',
919 'browser/download/notification/download_notification_manager.h',
914 'browser/media/protected_media_identifier_infobar_delegate.cc', 920 'browser/media/protected_media_identifier_infobar_delegate.cc',
915 'browser/media/protected_media_identifier_infobar_delegate.h', 921 'browser/media/protected_media_identifier_infobar_delegate.h',
916 'browser/media/protected_media_identifier_permission_context.cc', 922 'browser/media/protected_media_identifier_permission_context.cc',
917 'browser/media/protected_media_identifier_permission_context.h', 923 'browser/media/protected_media_identifier_permission_context.h',
918 'browser/media/protected_media_identifier_permission_context_factory.cc', 924 'browser/media/protected_media_identifier_permission_context_factory.cc',
919 'browser/media/protected_media_identifier_permission_context_factory.h', 925 'browser/media/protected_media_identifier_permission_context_factory.h',
920 'browser/metrics/chromeos_metrics_provider.cc', 926 'browser/metrics/chromeos_metrics_provider.cc',
921 'browser/metrics/chromeos_metrics_provider.h', 927 'browser/metrics/chromeos_metrics_provider.h',
922 'browser/metrics/perf/random_selector.cc', 928 'browser/metrics/perf/random_selector.cc',
923 'browser/metrics/perf/random_selector.h', 929 'browser/metrics/perf/random_selector.h',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 'browser/download/download_commands.cc', 1050 'browser/download/download_commands.cc',
1045 'browser/download/download_commands.h', 1051 'browser/download/download_commands.h',
1046 'browser/download/download_crx_util.cc', 1052 'browser/download/download_crx_util.cc',
1047 'browser/download/download_crx_util.h', 1053 'browser/download/download_crx_util.h',
1048 'browser/download/download_danger_prompt.cc', 1054 'browser/download/download_danger_prompt.cc',
1049 'browser/download/download_danger_prompt.h', 1055 'browser/download/download_danger_prompt.h',
1050 'browser/download/download_shelf.cc', 1056 'browser/download/download_shelf.cc',
1051 'browser/download/download_shelf.h', 1057 'browser/download/download_shelf.h',
1052 'browser/download/download_shelf_context_menu.cc', 1058 'browser/download/download_shelf_context_menu.cc',
1053 'browser/download/download_shelf_context_menu.h', 1059 'browser/download/download_shelf_context_menu.h',
1054 'browser/download/notification/download_item_notification.cc',
1055 'browser/download/notification/download_item_notification.h',
1056 'browser/download/notification/download_notification.cc',
1057 'browser/download/notification/download_notification.h',
1058 'browser/download/notification/download_notification_manager.cc',
1059 'browser/download/notification/download_notification_manager.h',
1060 'browser/feedback/feedback_profile_observer.cc', 1060 'browser/feedback/feedback_profile_observer.cc',
1061 'browser/feedback/feedback_profile_observer.h', 1061 'browser/feedback/feedback_profile_observer.h',
1062 'browser/feedback/show_feedback_page.cc', 1062 'browser/feedback/show_feedback_page.cc',
1063 'browser/feedback/system_logs/about_system_logs_fetcher.cc', 1063 'browser/feedback/system_logs/about_system_logs_fetcher.cc',
1064 'browser/feedback/system_logs/about_system_logs_fetcher.h', 1064 'browser/feedback/system_logs/about_system_logs_fetcher.h',
1065 'browser/feedback/system_logs/log_sources/chrome_internal_log_source.cc', 1065 'browser/feedback/system_logs/log_sources/chrome_internal_log_source.cc',
1066 'browser/feedback/system_logs/log_sources/chrome_internal_log_source.h', 1066 'browser/feedback/system_logs/log_sources/chrome_internal_log_source.h',
1067 'browser/feedback/system_logs/log_sources/memory_details_log_source.cc', 1067 'browser/feedback/system_logs/log_sources/memory_details_log_source.cc',
1068 'browser/feedback/system_logs/log_sources/memory_details_log_source.h', 1068 'browser/feedback/system_logs/log_sources/memory_details_log_source.h',
1069 'browser/feedback/system_logs/scrubbed_system_logs_fetcher.cc', 1069 'browser/feedback/system_logs/scrubbed_system_logs_fetcher.cc',
(...skipping 3040 matching lines...) Expand 10 before | Expand all | Expand 10 after
4110 '../components/components.gyp:omnibox_browser', 4110 '../components/components.gyp:omnibox_browser',
4111 '../components/components.gyp:rlz', 4111 '../components/components.gyp:rlz',
4112 '../components/components.gyp:search_engines', 4112 '../components/components.gyp:search_engines',
4113 '../rlz/rlz.gyp:rlz_lib', 4113 '../rlz/rlz.gyp:rlz_lib',
4114 ], 4114 ],
4115 }, 4115 },
4116 ], 4116 ],
4117 }], 4117 }],
4118 ], 4118 ],
4119 } 4119 }
OLDNEW
« 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