| 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 2209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2220 'browser/sync/glue/non_frontend_data_type_controller.cc', | 2220 'browser/sync/glue/non_frontend_data_type_controller.cc', |
| 2221 'browser/sync/glue/non_frontend_data_type_controller.h', | 2221 'browser/sync/glue/non_frontend_data_type_controller.h', |
| 2222 'browser/sync/glue/non_ui_data_type_controller.cc', | 2222 'browser/sync/glue/non_ui_data_type_controller.cc', |
| 2223 'browser/sync/glue/non_ui_data_type_controller.h', | 2223 'browser/sync/glue/non_ui_data_type_controller.h', |
| 2224 'browser/sync/glue/password_data_type_controller.cc', | 2224 'browser/sync/glue/password_data_type_controller.cc', |
| 2225 'browser/sync/glue/password_data_type_controller.h', | 2225 'browser/sync/glue/password_data_type_controller.h', |
| 2226 'browser/sync/glue/password_model_worker.cc', | 2226 'browser/sync/glue/password_model_worker.cc', |
| 2227 'browser/sync/glue/password_model_worker.h', | 2227 'browser/sync/glue/password_model_worker.h', |
| 2228 'browser/sync/glue/search_engine_data_type_controller.cc', | 2228 'browser/sync/glue/search_engine_data_type_controller.cc', |
| 2229 'browser/sync/glue/search_engine_data_type_controller.h', | 2229 'browser/sync/glue/search_engine_data_type_controller.h', |
| 2230 'browser/sync/glue/shared_change_processor.cc', | |
| 2231 'browser/sync/glue/shared_change_processor.h', | |
| 2232 'browser/sync/glue/shared_change_processor_ref.cc', | |
| 2233 'browser/sync/glue/shared_change_processor_ref.h', | |
| 2234 'browser/sync/glue/sync_backend_host.cc', | 2230 'browser/sync/glue/sync_backend_host.cc', |
| 2235 'browser/sync/glue/sync_backend_host.h', | 2231 'browser/sync/glue/sync_backend_host.h', |
| 2236 'browser/sync/glue/sync_backend_host_core.cc', | 2232 'browser/sync/glue/sync_backend_host_core.cc', |
| 2237 'browser/sync/glue/sync_backend_host_core.h', | 2233 'browser/sync/glue/sync_backend_host_core.h', |
| 2238 'browser/sync/glue/sync_backend_host_impl.cc', | 2234 'browser/sync/glue/sync_backend_host_impl.cc', |
| 2239 'browser/sync/glue/sync_backend_host_impl.h', | 2235 'browser/sync/glue/sync_backend_host_impl.h', |
| 2240 'browser/sync/glue/sync_backend_registrar.cc', | 2236 'browser/sync/glue/sync_backend_registrar.cc', |
| 2241 'browser/sync/glue/sync_backend_registrar.h', | 2237 'browser/sync/glue/sync_backend_registrar.h', |
| 2242 'browser/sync/glue/sync_start_util.cc', | 2238 'browser/sync/glue/sync_start_util.cc', |
| 2243 'browser/sync/glue/sync_start_util.h', | 2239 'browser/sync/glue/sync_start_util.h', |
| (...skipping 1507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3751 'package_name': 'org/chromium/chrome/browser', | 3747 'package_name': 'org/chromium/chrome/browser', |
| 3752 'template_deps': ['browser/android/tab_load_status.h'], | 3748 'template_deps': ['browser/android/tab_load_status.h'], |
| 3753 }, | 3749 }, |
| 3754 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3750 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3755 }, | 3751 }, |
| 3756 ], | 3752 ], |
| 3757 }, | 3753 }, |
| 3758 ], | 3754 ], |
| 3759 ], | 3755 ], |
| 3760 } | 3756 } |
| OLD | NEW |