| 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 1310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1321 'browser/notifications/sync_notifier/chrome_notifier_delegate.cc', | 1321 'browser/notifications/sync_notifier/chrome_notifier_delegate.cc', |
| 1322 'browser/notifications/sync_notifier/chrome_notifier_delegate.h', | 1322 'browser/notifications/sync_notifier/chrome_notifier_delegate.h', |
| 1323 'browser/notifications/sync_notifier/chrome_notifier_service.cc', | 1323 'browser/notifications/sync_notifier/chrome_notifier_service.cc', |
| 1324 'browser/notifications/sync_notifier/chrome_notifier_service.h', | 1324 'browser/notifications/sync_notifier/chrome_notifier_service.h', |
| 1325 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc'
, | 1325 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc'
, |
| 1326 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', | 1326 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', |
| 1327 'browser/notifications/sync_notifier/notification_bitmap_fetcher.cc', | 1327 'browser/notifications/sync_notifier/notification_bitmap_fetcher.cc', |
| 1328 'browser/notifications/sync_notifier/notification_bitmap_fetcher.h', | 1328 'browser/notifications/sync_notifier/notification_bitmap_fetcher.h', |
| 1329 'browser/notifications/sync_notifier/synced_notification.cc', | 1329 'browser/notifications/sync_notifier/synced_notification.cc', |
| 1330 'browser/notifications/sync_notifier/synced_notification.h', | 1330 'browser/notifications/sync_notifier/synced_notification.h', |
| 1331 'browser/notifications/sync_notifier/synced_notification_stats.cc', |
| 1332 'browser/notifications/sync_notifier/synced_notification_stats.h', |
| 1331 'browser/omnibox/omnibox_field_trial.cc', | 1333 'browser/omnibox/omnibox_field_trial.cc', |
| 1332 'browser/omnibox/omnibox_field_trial.h', | 1334 'browser/omnibox/omnibox_field_trial.h', |
| 1333 'browser/omnibox/omnibox_log.cc', | 1335 'browser/omnibox/omnibox_log.cc', |
| 1334 'browser/omnibox/omnibox_log.h', | 1336 'browser/omnibox/omnibox_log.h', |
| 1335 'browser/parsers/metadata_parser.cc', | 1337 'browser/parsers/metadata_parser.cc', |
| 1336 'browser/parsers/metadata_parser.h', | 1338 'browser/parsers/metadata_parser.h', |
| 1337 'browser/parsers/metadata_parser_factory.h', | 1339 'browser/parsers/metadata_parser_factory.h', |
| 1338 'browser/parsers/metadata_parser_filebase.cc', | 1340 'browser/parsers/metadata_parser_filebase.cc', |
| 1339 'browser/parsers/metadata_parser_filebase.h', | 1341 'browser/parsers/metadata_parser_filebase.h', |
| 1340 'browser/parsers/metadata_parser_jpeg.cc', | 1342 'browser/parsers/metadata_parser_jpeg.cc', |
| (...skipping 2352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3693 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3695 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3694 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3696 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3695 }, | 3697 }, |
| 3696 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3698 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3697 }, | 3699 }, |
| 3698 ], | 3700 ], |
| 3699 }, | 3701 }, |
| 3700 ], | 3702 ], |
| 3701 ], | 3703 ], |
| 3702 } | 3704 } |
| OLD | NEW |