| 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 1325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1336 'browser/network_time/network_time_service_factory.cc', | 1336 'browser/network_time/network_time_service_factory.cc', |
| 1337 'browser/network_time/network_time_service_factory.h', | 1337 'browser/network_time/network_time_service_factory.h', |
| 1338 'browser/network_time/network_time_tracker.cc', | 1338 'browser/network_time/network_time_tracker.cc', |
| 1339 'browser/network_time/network_time_tracker.h', | 1339 'browser/network_time/network_time_tracker.h', |
| 1340 'browser/notifications/desktop_notification_service.cc', | 1340 'browser/notifications/desktop_notification_service.cc', |
| 1341 'browser/notifications/desktop_notification_service.h', | 1341 'browser/notifications/desktop_notification_service.h', |
| 1342 'browser/notifications/desktop_notification_service_factory.cc', | 1342 'browser/notifications/desktop_notification_service_factory.cc', |
| 1343 'browser/notifications/desktop_notification_service_factory.h', | 1343 'browser/notifications/desktop_notification_service_factory.h', |
| 1344 'browser/notifications/extension_welcome_notification.cc', | 1344 'browser/notifications/extension_welcome_notification.cc', |
| 1345 'browser/notifications/extension_welcome_notification.h', | 1345 'browser/notifications/extension_welcome_notification.h', |
| 1346 'browser/notifications/google_now_notification_stats_collector.cc', |
| 1347 'browser/notifications/google_now_notification_stats_collector.h', |
| 1346 'browser/notifications/message_center_notification_manager.cc', | 1348 'browser/notifications/message_center_notification_manager.cc', |
| 1347 'browser/notifications/message_center_notification_manager.h', | 1349 'browser/notifications/message_center_notification_manager.h', |
| 1348 'browser/notifications/message_center_notification_manager_win.cc', | 1350 'browser/notifications/message_center_notification_manager_win.cc', |
| 1349 'browser/notifications/message_center_settings_controller.cc', | 1351 'browser/notifications/message_center_settings_controller.cc', |
| 1350 'browser/notifications/message_center_settings_controller.h', | 1352 'browser/notifications/message_center_settings_controller.h', |
| 1351 'browser/notifications/message_center_stats_collector.cc', | 1353 'browser/notifications/message_center_stats_collector.cc', |
| 1352 'browser/notifications/message_center_stats_collector.h', | 1354 'browser/notifications/message_center_stats_collector.h', |
| 1353 'browser/notifications/notification.cc', | 1355 'browser/notifications/notification.cc', |
| 1354 'browser/notifications/notification.h', | 1356 'browser/notifications/notification.h', |
| 1355 'browser/notifications/screen_lock_notification_blocker.cc', | 1357 'browser/notifications/screen_lock_notification_blocker.cc', |
| (...skipping 2386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3742 'package_name': 'org/chromium/chrome/browser', | 3744 'package_name': 'org/chromium/chrome/browser', |
| 3743 'template_deps': ['browser/android/tab_load_status.h'], | 3745 'template_deps': ['browser/android/tab_load_status.h'], |
| 3744 }, | 3746 }, |
| 3745 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3747 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3746 }, | 3748 }, |
| 3747 ], | 3749 ], |
| 3748 }, | 3750 }, |
| 3749 ], | 3751 ], |
| 3750 ], | 3752 ], |
| 3751 } | 3753 } |
| OLD | NEW |