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 - refactor unit tests into browser test 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 1203 matching lines...) Expand 10 before | Expand all | Expand 10 after
1214 'browser/notifications/notification_ui_manager_impl.cc', 1214 'browser/notifications/notification_ui_manager_impl.cc',
1215 'browser/notifications/notification_ui_manager_impl.h', 1215 'browser/notifications/notification_ui_manager_impl.h',
1216 'browser/notifications/notification_ui_manager_mac.mm', 1216 'browser/notifications/notification_ui_manager_mac.mm',
1217 'browser/notifications/notification_ui_manager_mac.h', 1217 'browser/notifications/notification_ui_manager_mac.h',
1218 'browser/notifications/sync_notifier/chrome_notifier_delegate.cc', 1218 'browser/notifications/sync_notifier/chrome_notifier_delegate.cc',
1219 'browser/notifications/sync_notifier/chrome_notifier_delegate.h', 1219 'browser/notifications/sync_notifier/chrome_notifier_delegate.h',
1220 'browser/notifications/sync_notifier/chrome_notifier_service.cc', 1220 'browser/notifications/sync_notifier/chrome_notifier_service.cc',
1221 'browser/notifications/sync_notifier/chrome_notifier_service.h', 1221 'browser/notifications/sync_notifier/chrome_notifier_service.h',
1222 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc' , 1222 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc' ,
1223 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', 1223 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h',
1224 'browser/notifications/sync_notifier/notification_bitmap_fetcher.cc',
1225 'browser/notifications/sync_notifier/notification_bitmap_fetcher.h',
1224 'browser/notifications/sync_notifier/synced_notification.cc', 1226 'browser/notifications/sync_notifier/synced_notification.cc',
1225 'browser/notifications/sync_notifier/synced_notification.h', 1227 'browser/notifications/sync_notifier/synced_notification.h',
1226 'browser/omnibox_search_hint.cc', 1228 'browser/omnibox_search_hint.cc',
1227 'browser/omnibox_search_hint.h', 1229 'browser/omnibox_search_hint.h',
1228 'browser/omnibox/omnibox_field_trial.cc', 1230 'browser/omnibox/omnibox_field_trial.cc',
1229 'browser/omnibox/omnibox_field_trial.h', 1231 'browser/omnibox/omnibox_field_trial.h',
1230 'browser/page_cycler/page_cycler.cc', 1232 'browser/page_cycler/page_cycler.cc',
1231 'browser/page_cycler/page_cycler.h', 1233 'browser/page_cycler/page_cycler.h',
1232 'browser/parsers/metadata_parser.cc', 1234 'browser/parsers/metadata_parser.cc',
1233 'browser/parsers/metadata_parser.h', 1235 'browser/parsers/metadata_parser.h',
(...skipping 2009 matching lines...) Expand 10 before | Expand all | Expand 10 after
3243 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3245 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3244 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3246 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3245 }, 3247 },
3246 'includes': [ '../build/android/java_cpp_template.gypi' ], 3248 'includes': [ '../build/android/java_cpp_template.gypi' ],
3247 }, 3249 },
3248 ], 3250 ],
3249 }, 3251 },
3250 ], 3252 ],
3251 ], 3253 ],
3252 } 3254 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698