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 2154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2165 'browser/sync/glue/bookmark_change_processor.cc', | 2165 'browser/sync/glue/bookmark_change_processor.cc', |
2166 'browser/sync/glue/bookmark_change_processor.h', | 2166 'browser/sync/glue/bookmark_change_processor.h', |
2167 'browser/sync/glue/bookmark_data_type_controller.cc', | 2167 'browser/sync/glue/bookmark_data_type_controller.cc', |
2168 'browser/sync/glue/bookmark_data_type_controller.h', | 2168 'browser/sync/glue/bookmark_data_type_controller.h', |
2169 'browser/sync/glue/bookmark_model_associator.cc', | 2169 'browser/sync/glue/bookmark_model_associator.cc', |
2170 'browser/sync/glue/bookmark_model_associator.h', | 2170 'browser/sync/glue/bookmark_model_associator.h', |
2171 'browser/sync/glue/browser_thread_model_worker.cc', | 2171 'browser/sync/glue/browser_thread_model_worker.cc', |
2172 'browser/sync/glue/browser_thread_model_worker.h', | 2172 'browser/sync/glue/browser_thread_model_worker.h', |
2173 'browser/sync/glue/chrome_report_unrecoverable_error.cc', | 2173 'browser/sync/glue/chrome_report_unrecoverable_error.cc', |
2174 'browser/sync/glue/chrome_report_unrecoverable_error.h', | 2174 'browser/sync/glue/chrome_report_unrecoverable_error.h', |
2175 'browser/sync/glue/data_type_manager_impl.cc', | |
2176 'browser/sync/glue/data_type_manager_impl.h', | |
2177 'browser/sync/glue/device_info.cc', | 2175 'browser/sync/glue/device_info.cc', |
2178 'browser/sync/glue/device_info.h', | 2176 'browser/sync/glue/device_info.h', |
2179 'browser/sync/glue/extension_data_type_controller.cc', | 2177 'browser/sync/glue/extension_data_type_controller.cc', |
2180 'browser/sync/glue/extension_data_type_controller.h', | 2178 'browser/sync/glue/extension_data_type_controller.h', |
2181 'browser/sync/glue/extension_setting_data_type_controller.cc', | 2179 'browser/sync/glue/extension_setting_data_type_controller.cc', |
2182 'browser/sync/glue/extension_setting_data_type_controller.h', | 2180 'browser/sync/glue/extension_setting_data_type_controller.h', |
2183 'browser/sync/glue/extensions_activity_monitor.cc', | 2181 'browser/sync/glue/extensions_activity_monitor.cc', |
2184 'browser/sync/glue/extensions_activity_monitor.h', | 2182 'browser/sync/glue/extensions_activity_monitor.h', |
2185 'browser/sync/glue/favicon_cache.cc', | 2183 'browser/sync/glue/favicon_cache.cc', |
2186 'browser/sync/glue/favicon_cache.h', | 2184 'browser/sync/glue/favicon_cache.h', |
(...skipping 1522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3709 'package_name': 'org/chromium/chrome/browser', | 3707 'package_name': 'org/chromium/chrome/browser', |
3710 'template_deps': ['browser/android/tab_load_status.h'], | 3708 'template_deps': ['browser/android/tab_load_status.h'], |
3711 }, | 3709 }, |
3712 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3710 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3713 }, | 3711 }, |
3714 ], | 3712 ], |
3715 }, | 3713 }, |
3716 ], | 3714 ], |
3717 ], | 3715 ], |
3718 } | 3716 } |
OLD | NEW |