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

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 Notifications Bitmap Fetching improve unit tests Created 7 years, 7 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 1182 matching lines...) Expand 10 before | Expand all | Expand 10 after
1193 'browser/notifications/notification_ui_manager_impl.cc', 1193 'browser/notifications/notification_ui_manager_impl.cc',
1194 'browser/notifications/notification_ui_manager_impl.h', 1194 'browser/notifications/notification_ui_manager_impl.h',
1195 'browser/notifications/notification_ui_manager_mac.mm', 1195 'browser/notifications/notification_ui_manager_mac.mm',
1196 'browser/notifications/notification_ui_manager_mac.h', 1196 'browser/notifications/notification_ui_manager_mac.h',
1197 'browser/notifications/sync_notifier/chrome_notifier_delegate.cc', 1197 'browser/notifications/sync_notifier/chrome_notifier_delegate.cc',
1198 'browser/notifications/sync_notifier/chrome_notifier_delegate.h', 1198 'browser/notifications/sync_notifier/chrome_notifier_delegate.h',
1199 'browser/notifications/sync_notifier/chrome_notifier_service.cc', 1199 'browser/notifications/sync_notifier/chrome_notifier_service.cc',
1200 'browser/notifications/sync_notifier/chrome_notifier_service.h', 1200 'browser/notifications/sync_notifier/chrome_notifier_service.h',
1201 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc' , 1201 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc' ,
1202 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', 1202 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h',
1203 'browser/notifications/sync_notifier/notification_bitmap_fetcher.cc',
1204 'browser/notifications/sync_notifier/notification_bitmap_fetcher.h',
1203 'browser/notifications/sync_notifier/synced_notification.cc', 1205 'browser/notifications/sync_notifier/synced_notification.cc',
1204 'browser/notifications/sync_notifier/synced_notification.h', 1206 'browser/notifications/sync_notifier/synced_notification.h',
1205 'browser/omnibox_search_hint.cc', 1207 'browser/omnibox_search_hint.cc',
1206 'browser/omnibox_search_hint.h', 1208 'browser/omnibox_search_hint.h',
1207 'browser/omnibox/omnibox_field_trial.cc', 1209 'browser/omnibox/omnibox_field_trial.cc',
1208 'browser/omnibox/omnibox_field_trial.h', 1210 'browser/omnibox/omnibox_field_trial.h',
1209 'browser/page_cycler/page_cycler.cc', 1211 'browser/page_cycler/page_cycler.cc',
1210 'browser/page_cycler/page_cycler.h', 1212 'browser/page_cycler/page_cycler.h',
1211 'browser/parsers/metadata_parser.cc', 1213 'browser/parsers/metadata_parser.cc',
1212 'browser/parsers/metadata_parser.h', 1214 'browser/parsers/metadata_parser.h',
(...skipping 1979 matching lines...) Expand 10 before | Expand all | Expand 10 after
3192 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3194 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3193 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3195 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3194 }, 3196 },
3195 'includes': [ '../build/android/java_cpp_template.gypi' ], 3197 'includes': [ '../build/android/java_cpp_template.gypi' ],
3196 }, 3198 },
3197 ], 3199 ],
3198 }, 3200 },
3199 ], 3201 ],
3200 ], 3202 ],
3201 } 3203 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698