| 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 1404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1415 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc'
, | 1415 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc'
, |
| 1416 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', | 1416 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', |
| 1417 'browser/notifications/sync_notifier/notification_bitmap_fetcher.cc', | 1417 'browser/notifications/sync_notifier/notification_bitmap_fetcher.cc', |
| 1418 'browser/notifications/sync_notifier/notification_bitmap_fetcher.h', | 1418 'browser/notifications/sync_notifier/notification_bitmap_fetcher.h', |
| 1419 'browser/notifications/sync_notifier/synced_notification.cc', | 1419 'browser/notifications/sync_notifier/synced_notification.cc', |
| 1420 'browser/notifications/sync_notifier/synced_notification.h', | 1420 'browser/notifications/sync_notifier/synced_notification.h', |
| 1421 'browser/notifications/sync_notifier/welcome_delegate.cc', | 1421 'browser/notifications/sync_notifier/welcome_delegate.cc', |
| 1422 'browser/notifications/sync_notifier/welcome_delegate.h', | 1422 'browser/notifications/sync_notifier/welcome_delegate.h', |
| 1423 'browser/notifications/extension_welcome_notification.cc', | 1423 'browser/notifications/extension_welcome_notification.cc', |
| 1424 'browser/notifications/extension_welcome_notification.h', | 1424 'browser/notifications/extension_welcome_notification.h', |
| 1425 'browser/omaha_query_params/omaha_query_params.h', |
| 1426 'browser/omaha_query_params/omaha_query_params.cc', |
| 1425 'browser/omnibox/omnibox_field_trial.cc', | 1427 'browser/omnibox/omnibox_field_trial.cc', |
| 1426 'browser/omnibox/omnibox_field_trial.h', | 1428 'browser/omnibox/omnibox_field_trial.h', |
| 1427 'browser/omnibox/omnibox_log.cc', | 1429 'browser/omnibox/omnibox_log.cc', |
| 1428 'browser/omnibox/omnibox_log.h', | 1430 'browser/omnibox/omnibox_log.h', |
| 1429 'browser/parsers/metadata_parser.cc', | 1431 'browser/parsers/metadata_parser.cc', |
| 1430 'browser/parsers/metadata_parser.h', | 1432 'browser/parsers/metadata_parser.h', |
| 1431 'browser/parsers/metadata_parser_factory.h', | 1433 'browser/parsers/metadata_parser_factory.h', |
| 1432 'browser/parsers/metadata_parser_filebase.cc', | 1434 'browser/parsers/metadata_parser_filebase.cc', |
| 1433 'browser/parsers/metadata_parser_filebase.h', | 1435 'browser/parsers/metadata_parser_filebase.h', |
| 1434 'browser/parsers/metadata_parser_jpeg.cc', | 1436 'browser/parsers/metadata_parser_jpeg.cc', |
| (...skipping 2315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3750 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3752 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3751 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3753 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3752 }, | 3754 }, |
| 3753 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3755 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3754 }, | 3756 }, |
| 3755 ], | 3757 ], |
| 3756 }, | 3758 }, |
| 3757 ], | 3759 ], |
| 3758 ], | 3760 ], |
| 3759 } | 3761 } |
| OLD | NEW |