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 2138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2149 'browser/status_icons/status_tray.cc', | 2149 'browser/status_icons/status_tray.cc', |
2150 'browser/status_icons/status_tray.h', | 2150 'browser/status_icons/status_tray.h', |
2151 'browser/sxs_linux.cc', | 2151 'browser/sxs_linux.cc', |
2152 'browser/sxs_linux.h', | 2152 'browser/sxs_linux.h', |
2153 'browser/sync/about_sync_util.cc', | 2153 'browser/sync/about_sync_util.cc', |
2154 'browser/sync/about_sync_util.h', | 2154 'browser/sync/about_sync_util.h', |
2155 'browser/sync/backend_migrator.cc', | 2155 'browser/sync/backend_migrator.cc', |
2156 'browser/sync/backend_migrator.h', | 2156 'browser/sync/backend_migrator.h', |
2157 'browser/sync/backend_unrecoverable_error_handler.cc', | 2157 'browser/sync/backend_unrecoverable_error_handler.cc', |
2158 'browser/sync/backend_unrecoverable_error_handler.h', | 2158 'browser/sync/backend_unrecoverable_error_handler.h', |
| 2159 'browser/sync/backup_rollback_controller.cc', |
| 2160 'browser/sync/backup_rollback_controller.h', |
2159 'browser/sync/open_tabs_ui_delegate.cc', | 2161 'browser/sync/open_tabs_ui_delegate.cc', |
2160 'browser/sync/open_tabs_ui_delegate.h', | 2162 'browser/sync/open_tabs_ui_delegate.h', |
2161 'browser/sync/glue/autofill_data_type_controller.cc', | 2163 'browser/sync/glue/autofill_data_type_controller.cc', |
2162 'browser/sync/glue/autofill_data_type_controller.h', | 2164 'browser/sync/glue/autofill_data_type_controller.h', |
2163 'browser/sync/glue/autofill_profile_data_type_controller.cc', | 2165 'browser/sync/glue/autofill_profile_data_type_controller.cc', |
2164 'browser/sync/glue/autofill_profile_data_type_controller.h', | 2166 'browser/sync/glue/autofill_profile_data_type_controller.h', |
2165 'browser/sync/glue/bookmark_change_processor.cc', | 2167 'browser/sync/glue/bookmark_change_processor.cc', |
2166 'browser/sync/glue/bookmark_change_processor.h', | 2168 'browser/sync/glue/bookmark_change_processor.h', |
2167 'browser/sync/glue/bookmark_data_type_controller.cc', | 2169 'browser/sync/glue/bookmark_data_type_controller.cc', |
2168 'browser/sync/glue/bookmark_data_type_controller.h', | 2170 'browser/sync/glue/bookmark_data_type_controller.h', |
(...skipping 1541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3710 'package_name': 'org/chromium/chrome/browser', | 3712 'package_name': 'org/chromium/chrome/browser', |
3711 'template_deps': ['browser/android/tab_load_status.h'], | 3713 'template_deps': ['browser/android/tab_load_status.h'], |
3712 }, | 3714 }, |
3713 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3715 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3714 }, | 3716 }, |
3715 ], | 3717 ], |
3716 }, | 3718 }, |
3717 ], | 3719 ], |
3718 ], | 3720 ], |
3719 } | 3721 } |
OLD | NEW |