OLD | NEW |
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 1210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1221 'browser/notifications/notification_ui_manager_impl.cc', | 1221 'browser/notifications/notification_ui_manager_impl.cc', |
1222 'browser/notifications/notification_ui_manager_impl.h', | 1222 'browser/notifications/notification_ui_manager_impl.h', |
1223 'browser/notifications/notification_ui_manager_mac.mm', | 1223 'browser/notifications/notification_ui_manager_mac.mm', |
1224 'browser/notifications/notification_ui_manager_mac.h', | 1224 'browser/notifications/notification_ui_manager_mac.h', |
1225 'browser/notifications/sync_notifier/chrome_notifier_delegate.cc', | 1225 'browser/notifications/sync_notifier/chrome_notifier_delegate.cc', |
1226 'browser/notifications/sync_notifier/chrome_notifier_delegate.h', | 1226 'browser/notifications/sync_notifier/chrome_notifier_delegate.h', |
1227 'browser/notifications/sync_notifier/chrome_notifier_service.cc', | 1227 'browser/notifications/sync_notifier/chrome_notifier_service.cc', |
1228 'browser/notifications/sync_notifier/chrome_notifier_service.h', | 1228 'browser/notifications/sync_notifier/chrome_notifier_service.h', |
1229 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc'
, | 1229 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc'
, |
1230 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', | 1230 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', |
| 1231 'browser/notifications/sync_notifier/notification_bitmap_fetcher.cc', |
| 1232 'browser/notifications/sync_notifier/notification_bitmap_fetcher.h', |
1231 'browser/notifications/sync_notifier/synced_notification.cc', | 1233 'browser/notifications/sync_notifier/synced_notification.cc', |
1232 'browser/notifications/sync_notifier/synced_notification.h', | 1234 'browser/notifications/sync_notifier/synced_notification.h', |
1233 'browser/omnibox_search_hint.cc', | 1235 'browser/omnibox_search_hint.cc', |
1234 'browser/omnibox_search_hint.h', | 1236 'browser/omnibox_search_hint.h', |
1235 'browser/omnibox/omnibox_field_trial.cc', | 1237 'browser/omnibox/omnibox_field_trial.cc', |
1236 'browser/omnibox/omnibox_field_trial.h', | 1238 'browser/omnibox/omnibox_field_trial.h', |
1237 'browser/page_cycler/page_cycler.cc', | 1239 'browser/page_cycler/page_cycler.cc', |
1238 'browser/page_cycler/page_cycler.h', | 1240 'browser/page_cycler/page_cycler.h', |
1239 'browser/parsers/metadata_parser.cc', | 1241 'browser/parsers/metadata_parser.cc', |
1240 'browser/parsers/metadata_parser.h', | 1242 'browser/parsers/metadata_parser.h', |
(...skipping 2013 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3254 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3256 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3255 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3257 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3256 }, | 3258 }, |
3257 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3259 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3258 }, | 3260 }, |
3259 ], | 3261 ], |
3260 }, | 3262 }, |
3261 ], | 3263 ], |
3262 ], | 3264 ], |
3263 } | 3265 } |
OLD | NEW |