| 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 1422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1433 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc'
, | 1433 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc'
, |
| 1434 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', | 1434 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', |
| 1435 'browser/notifications/sync_notifier/notification_bitmap_fetcher.cc', | 1435 'browser/notifications/sync_notifier/notification_bitmap_fetcher.cc', |
| 1436 'browser/notifications/sync_notifier/notification_bitmap_fetcher.h', | 1436 'browser/notifications/sync_notifier/notification_bitmap_fetcher.h', |
| 1437 'browser/notifications/sync_notifier/synced_notification.cc', | 1437 'browser/notifications/sync_notifier/synced_notification.cc', |
| 1438 'browser/notifications/sync_notifier/synced_notification.h', | 1438 'browser/notifications/sync_notifier/synced_notification.h', |
| 1439 'browser/notifications/sync_notifier/welcome_delegate.cc', | 1439 'browser/notifications/sync_notifier/welcome_delegate.cc', |
| 1440 'browser/notifications/sync_notifier/welcome_delegate.h', | 1440 'browser/notifications/sync_notifier/welcome_delegate.h', |
| 1441 'browser/notifications/extension_welcome_notification.cc', | 1441 'browser/notifications/extension_welcome_notification.cc', |
| 1442 'browser/notifications/extension_welcome_notification.h', | 1442 'browser/notifications/extension_welcome_notification.h', |
| 1443 'browser/omaha_query_params/omaha_query_params.h', |
| 1444 'browser/omaha_query_params/omaha_query_params.cc', |
| 1443 'browser/omnibox/omnibox_field_trial.cc', | 1445 'browser/omnibox/omnibox_field_trial.cc', |
| 1444 'browser/omnibox/omnibox_field_trial.h', | 1446 'browser/omnibox/omnibox_field_trial.h', |
| 1445 'browser/omnibox/omnibox_log.cc', | 1447 'browser/omnibox/omnibox_log.cc', |
| 1446 'browser/omnibox/omnibox_log.h', | 1448 'browser/omnibox/omnibox_log.h', |
| 1447 'browser/parsers/metadata_parser.cc', | 1449 'browser/parsers/metadata_parser.cc', |
| 1448 'browser/parsers/metadata_parser.h', | 1450 'browser/parsers/metadata_parser.h', |
| 1449 'browser/parsers/metadata_parser_factory.h', | 1451 'browser/parsers/metadata_parser_factory.h', |
| 1450 'browser/parsers/metadata_parser_filebase.cc', | 1452 'browser/parsers/metadata_parser_filebase.cc', |
| 1451 'browser/parsers/metadata_parser_filebase.h', | 1453 'browser/parsers/metadata_parser_filebase.h', |
| 1452 'browser/parsers/metadata_parser_jpeg.cc', | 1454 'browser/parsers/metadata_parser_jpeg.cc', |
| (...skipping 2327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3780 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3782 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3781 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3783 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3782 }, | 3784 }, |
| 3783 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3785 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3784 }, | 3786 }, |
| 3785 ], | 3787 ], |
| 3786 }, | 3788 }, |
| 3787 ], | 3789 ], |
| 3788 ], | 3790 ], |
| 3789 } | 3791 } |
| OLD | NEW |