| 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 2140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2151 'browser/status_icons/status_tray.cc', | 2151 'browser/status_icons/status_tray.cc', |
| 2152 'browser/status_icons/status_tray.h', | 2152 'browser/status_icons/status_tray.h', |
| 2153 'browser/sxs_linux.cc', | 2153 'browser/sxs_linux.cc', |
| 2154 'browser/sxs_linux.h', | 2154 'browser/sxs_linux.h', |
| 2155 'browser/sync/about_sync_util.cc', | 2155 'browser/sync/about_sync_util.cc', |
| 2156 'browser/sync/about_sync_util.h', | 2156 'browser/sync/about_sync_util.h', |
| 2157 'browser/sync/backend_migrator.cc', | 2157 'browser/sync/backend_migrator.cc', |
| 2158 'browser/sync/backend_migrator.h', | 2158 'browser/sync/backend_migrator.h', |
| 2159 'browser/sync/backend_unrecoverable_error_handler.cc', | 2159 'browser/sync/backend_unrecoverable_error_handler.cc', |
| 2160 'browser/sync/backend_unrecoverable_error_handler.h', | 2160 'browser/sync/backend_unrecoverable_error_handler.h', |
| 2161 'browser/sync/backup_rollback_controller.cc', |
| 2162 'browser/sync/backup_rollback_controller.h', |
| 2161 'browser/sync/open_tabs_ui_delegate.cc', | 2163 'browser/sync/open_tabs_ui_delegate.cc', |
| 2162 'browser/sync/open_tabs_ui_delegate.h', | 2164 'browser/sync/open_tabs_ui_delegate.h', |
| 2163 'browser/sync/glue/autofill_data_type_controller.cc', | 2165 'browser/sync/glue/autofill_data_type_controller.cc', |
| 2164 'browser/sync/glue/autofill_data_type_controller.h', | 2166 'browser/sync/glue/autofill_data_type_controller.h', |
| 2165 'browser/sync/glue/autofill_profile_data_type_controller.cc', | 2167 'browser/sync/glue/autofill_profile_data_type_controller.cc', |
| 2166 'browser/sync/glue/autofill_profile_data_type_controller.h', | 2168 'browser/sync/glue/autofill_profile_data_type_controller.h', |
| 2167 'browser/sync/glue/bookmark_change_processor.cc', | 2169 'browser/sync/glue/bookmark_change_processor.cc', |
| 2168 'browser/sync/glue/bookmark_change_processor.h', | 2170 'browser/sync/glue/bookmark_change_processor.h', |
| 2169 'browser/sync/glue/bookmark_data_type_controller.cc', | 2171 'browser/sync/glue/bookmark_data_type_controller.cc', |
| 2170 'browser/sync/glue/bookmark_data_type_controller.h', | 2172 'browser/sync/glue/bookmark_data_type_controller.h', |
| (...skipping 1561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3732 'package_name': 'org/chromium/chrome/browser', | 3734 'package_name': 'org/chromium/chrome/browser', |
| 3733 'template_deps': ['browser/android/tab_load_status.h'], | 3735 'template_deps': ['browser/android/tab_load_status.h'], |
| 3734 }, | 3736 }, |
| 3735 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3737 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3736 }, | 3738 }, |
| 3737 ], | 3739 ], |
| 3738 }, | 3740 }, |
| 3739 ], | 3741 ], |
| 3740 ], | 3742 ], |
| 3741 } | 3743 } |
| OLD | NEW |