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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11745024: Synced Notification Sync Change Processor (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 11 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 '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 1181 matching lines...) Expand 10 before | Expand all | Expand 10 after
1192 'browser/notifications/notification_options_menu_model.cc', 1192 'browser/notifications/notification_options_menu_model.cc',
1193 'browser/notifications/notification_options_menu_model.h', 1193 'browser/notifications/notification_options_menu_model.h',
1194 'browser/notifications/notification_prefs_manager.cc', 1194 'browser/notifications/notification_prefs_manager.cc',
1195 'browser/notifications/notification_prefs_manager.h', 1195 'browser/notifications/notification_prefs_manager.h',
1196 'browser/notifications/notification_ui_manager.cc', 1196 'browser/notifications/notification_ui_manager.cc',
1197 'browser/notifications/notification_ui_manager.h', 1197 'browser/notifications/notification_ui_manager.h',
1198 'browser/notifications/notification_ui_manager_impl.cc', 1198 'browser/notifications/notification_ui_manager_impl.cc',
1199 'browser/notifications/notification_ui_manager_impl.h', 1199 'browser/notifications/notification_ui_manager_impl.h',
1200 'browser/notifications/notification_ui_manager_mac.mm', 1200 'browser/notifications/notification_ui_manager_mac.mm',
1201 'browser/notifications/notification_ui_manager_mac.h', 1201 'browser/notifications/notification_ui_manager_mac.h',
1202 'browser/notifier/chrome_notifier_service.cc',
1203 'browser/notifier/chrome_notifier_service.h',
1204 'browser/notifier/synced_notification.cc',
1205 'browser/notifier/synced_notification.h',
1202 'browser/omnibox_search_hint.cc', 1206 'browser/omnibox_search_hint.cc',
1203 'browser/omnibox_search_hint.h', 1207 'browser/omnibox_search_hint.h',
1204 'browser/page_cycler/page_cycler.cc', 1208 'browser/page_cycler/page_cycler.cc',
1205 'browser/page_cycler/page_cycler.h', 1209 'browser/page_cycler/page_cycler.h',
1206 'browser/page_info_model.cc', 1210 'browser/page_info_model.cc',
1207 'browser/page_info_model.h', 1211 'browser/page_info_model.h',
1208 'browser/page_info_model_observer.h', 1212 'browser/page_info_model_observer.h',
1209 'browser/parsers/metadata_parser.cc', 1213 'browser/parsers/metadata_parser.cc',
1210 'browser/parsers/metadata_parser.h', 1214 'browser/parsers/metadata_parser.h',
1211 'browser/parsers/metadata_parser_factory.h', 1215 'browser/parsers/metadata_parser_factory.h',
(...skipping 1947 matching lines...) Expand 10 before | Expand all | Expand 10 after
3159 'proto_in_dir': '../third_party/cros_system_api/dbus', 3163 'proto_in_dir': '../third_party/cros_system_api/dbus',
3160 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3164 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3161 }, 3165 },
3162 'includes': ['../build/protoc.gypi'], 3166 'includes': ['../build/protoc.gypi'],
3163 }, 3167 },
3164 ], 3168 ],
3165 }, 3169 },
3166 ], 3170 ],
3167 ], 3171 ],
3168 } 3172 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698