| 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 2202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2213 'browser/sync/glue/extension_setting_data_type_controller.cc', | 2213 'browser/sync/glue/extension_setting_data_type_controller.cc', |
| 2214 'browser/sync/glue/extension_setting_data_type_controller.h', | 2214 'browser/sync/glue/extension_setting_data_type_controller.h', |
| 2215 'browser/sync/glue/extensions_activity_monitor.cc', | 2215 'browser/sync/glue/extensions_activity_monitor.cc', |
| 2216 'browser/sync/glue/extensions_activity_monitor.h', | 2216 'browser/sync/glue/extensions_activity_monitor.h', |
| 2217 'browser/sync/glue/favicon_cache.cc', | 2217 'browser/sync/glue/favicon_cache.cc', |
| 2218 'browser/sync/glue/favicon_cache.h', | 2218 'browser/sync/glue/favicon_cache.h', |
| 2219 'browser/sync/glue/frontend_data_type_controller.cc', | 2219 'browser/sync/glue/frontend_data_type_controller.cc', |
| 2220 'browser/sync/glue/frontend_data_type_controller.h', | 2220 'browser/sync/glue/frontend_data_type_controller.h', |
| 2221 'browser/sync/glue/history_model_worker.cc', | 2221 'browser/sync/glue/history_model_worker.cc', |
| 2222 'browser/sync/glue/history_model_worker.h', | 2222 'browser/sync/glue/history_model_worker.h', |
| 2223 'browser/sync/glue/invalidation_wrapper.cc', |
| 2224 'browser/sync/glue/invalidation_wrapper.h', |
| 2223 'browser/sync/glue/non_frontend_data_type_controller.cc', | 2225 'browser/sync/glue/non_frontend_data_type_controller.cc', |
| 2224 'browser/sync/glue/non_frontend_data_type_controller.h', | 2226 'browser/sync/glue/non_frontend_data_type_controller.h', |
| 2225 'browser/sync/glue/non_ui_data_type_controller.cc', | 2227 'browser/sync/glue/non_ui_data_type_controller.cc', |
| 2226 'browser/sync/glue/non_ui_data_type_controller.h', | 2228 'browser/sync/glue/non_ui_data_type_controller.h', |
| 2227 'browser/sync/glue/password_data_type_controller.cc', | 2229 'browser/sync/glue/password_data_type_controller.cc', |
| 2228 'browser/sync/glue/password_data_type_controller.h', | 2230 'browser/sync/glue/password_data_type_controller.h', |
| 2229 'browser/sync/glue/password_model_worker.cc', | 2231 'browser/sync/glue/password_model_worker.cc', |
| 2230 'browser/sync/glue/password_model_worker.h', | 2232 'browser/sync/glue/password_model_worker.h', |
| 2231 'browser/sync/glue/search_engine_data_type_controller.cc', | 2233 'browser/sync/glue/search_engine_data_type_controller.cc', |
| 2232 'browser/sync/glue/search_engine_data_type_controller.h', | 2234 'browser/sync/glue/search_engine_data_type_controller.h', |
| (...skipping 1550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3783 'package_name': 'org/chromium/chrome/browser', | 3785 'package_name': 'org/chromium/chrome/browser', |
| 3784 'template_deps': ['browser/android/tab_load_status.h'], | 3786 'template_deps': ['browser/android/tab_load_status.h'], |
| 3785 }, | 3787 }, |
| 3786 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3788 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3787 }, | 3789 }, |
| 3788 ], | 3790 ], |
| 3789 }, | 3791 }, |
| 3790 ], | 3792 ], |
| 3791 ], | 3793 ], |
| 3792 } | 3794 } |
| OLD | NEW |