| 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 1319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1330 'browser/notifications/sync_notifier/chrome_notifier_delegate.cc', | 1330 'browser/notifications/sync_notifier/chrome_notifier_delegate.cc', |
| 1331 'browser/notifications/sync_notifier/chrome_notifier_delegate.h', | 1331 'browser/notifications/sync_notifier/chrome_notifier_delegate.h', |
| 1332 'browser/notifications/sync_notifier/chrome_notifier_service.cc', | 1332 'browser/notifications/sync_notifier/chrome_notifier_service.cc', |
| 1333 'browser/notifications/sync_notifier/chrome_notifier_service.h', | 1333 'browser/notifications/sync_notifier/chrome_notifier_service.h', |
| 1334 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc'
, | 1334 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc'
, |
| 1335 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', | 1335 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', |
| 1336 'browser/notifications/sync_notifier/notification_bitmap_fetcher.cc', | 1336 'browser/notifications/sync_notifier/notification_bitmap_fetcher.cc', |
| 1337 'browser/notifications/sync_notifier/notification_bitmap_fetcher.h', | 1337 'browser/notifications/sync_notifier/notification_bitmap_fetcher.h', |
| 1338 'browser/notifications/sync_notifier/synced_notification.cc', | 1338 'browser/notifications/sync_notifier/synced_notification.cc', |
| 1339 'browser/notifications/sync_notifier/synced_notification.h', | 1339 'browser/notifications/sync_notifier/synced_notification.h', |
| 1340 'browser/notifications/sync_notifier/synced_notification_stats.cc', |
| 1341 'browser/notifications/sync_notifier/synced_notification_stats.h', |
| 1340 'browser/omnibox/omnibox_field_trial.cc', | 1342 'browser/omnibox/omnibox_field_trial.cc', |
| 1341 'browser/omnibox/omnibox_field_trial.h', | 1343 'browser/omnibox/omnibox_field_trial.h', |
| 1342 'browser/omnibox/omnibox_log.cc', | 1344 'browser/omnibox/omnibox_log.cc', |
| 1343 'browser/omnibox/omnibox_log.h', | 1345 'browser/omnibox/omnibox_log.h', |
| 1344 'browser/parsers/metadata_parser.cc', | 1346 'browser/parsers/metadata_parser.cc', |
| 1345 'browser/parsers/metadata_parser.h', | 1347 'browser/parsers/metadata_parser.h', |
| 1346 'browser/parsers/metadata_parser_factory.h', | 1348 'browser/parsers/metadata_parser_factory.h', |
| 1347 'browser/parsers/metadata_parser_filebase.cc', | 1349 'browser/parsers/metadata_parser_filebase.cc', |
| 1348 'browser/parsers/metadata_parser_filebase.h', | 1350 'browser/parsers/metadata_parser_filebase.h', |
| 1349 'browser/parsers/metadata_parser_jpeg.cc', | 1351 'browser/parsers/metadata_parser_jpeg.cc', |
| (...skipping 2346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3696 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3698 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3697 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3699 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3698 }, | 3700 }, |
| 3699 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3701 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3700 }, | 3702 }, |
| 3701 ], | 3703 ], |
| 3702 }, | 3704 }, |
| 3703 ], | 3705 ], |
| 3704 ], | 3706 ], |
| 3705 } | 3707 } |
| OLD | NEW |