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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 15295018: Continue bitmap fetching for notifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Synced Notification Bitmap Fetching - DCheng and MikeT feedback, make NotificationBitmapFetcher no … Created 7 years, 6 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 | Annotate | Revision Log
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1206 matching lines...) Expand 10 before | Expand all | Expand 10 after
1217 'browser/notifications/notification_ui_manager_impl.cc', 1217 'browser/notifications/notification_ui_manager_impl.cc',
1218 'browser/notifications/notification_ui_manager_impl.h', 1218 'browser/notifications/notification_ui_manager_impl.h',
1219 'browser/notifications/notification_ui_manager_mac.mm', 1219 'browser/notifications/notification_ui_manager_mac.mm',
1220 'browser/notifications/notification_ui_manager_mac.h', 1220 'browser/notifications/notification_ui_manager_mac.h',
1221 'browser/notifications/sync_notifier/chrome_notifier_delegate.cc', 1221 'browser/notifications/sync_notifier/chrome_notifier_delegate.cc',
1222 'browser/notifications/sync_notifier/chrome_notifier_delegate.h', 1222 'browser/notifications/sync_notifier/chrome_notifier_delegate.h',
1223 'browser/notifications/sync_notifier/chrome_notifier_service.cc', 1223 'browser/notifications/sync_notifier/chrome_notifier_service.cc',
1224 'browser/notifications/sync_notifier/chrome_notifier_service.h', 1224 'browser/notifications/sync_notifier/chrome_notifier_service.h',
1225 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc' , 1225 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc' ,
1226 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', 1226 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h',
1227 'browser/notifications/sync_notifier/notification_bitmap_fetcher.cc',
1228 'browser/notifications/sync_notifier/notification_bitmap_fetcher.h',
1227 'browser/notifications/sync_notifier/synced_notification.cc', 1229 'browser/notifications/sync_notifier/synced_notification.cc',
1228 'browser/notifications/sync_notifier/synced_notification.h', 1230 'browser/notifications/sync_notifier/synced_notification.h',
1229 'browser/omnibox_search_hint.cc', 1231 'browser/omnibox_search_hint.cc',
1230 'browser/omnibox_search_hint.h', 1232 'browser/omnibox_search_hint.h',
1231 'browser/omnibox/omnibox_field_trial.cc', 1233 'browser/omnibox/omnibox_field_trial.cc',
1232 'browser/omnibox/omnibox_field_trial.h', 1234 'browser/omnibox/omnibox_field_trial.h',
1233 'browser/page_cycler/page_cycler.cc', 1235 'browser/page_cycler/page_cycler.cc',
1234 'browser/page_cycler/page_cycler.h', 1236 'browser/page_cycler/page_cycler.h',
1235 'browser/parsers/metadata_parser.cc', 1237 'browser/parsers/metadata_parser.cc',
1236 'browser/parsers/metadata_parser.h', 1238 'browser/parsers/metadata_parser.h',
(...skipping 2012 matching lines...) Expand 10 before | Expand all | Expand 10 after
3249 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3251 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3250 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3252 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3251 }, 3253 },
3252 'includes': [ '../build/android/java_cpp_template.gypi' ], 3254 'includes': [ '../build/android/java_cpp_template.gypi' ],
3253 }, 3255 },
3254 ], 3256 ],
3255 }, 3257 },
3256 ], 3258 ],
3257 ], 3259 ],
3258 } 3260 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698