| 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 1988 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1999 'browser/sync/glue/typed_url_change_processor.cc', | 1999 'browser/sync/glue/typed_url_change_processor.cc', |
| 2000 'browser/sync/glue/typed_url_change_processor.h', | 2000 'browser/sync/glue/typed_url_change_processor.h', |
| 2001 'browser/sync/glue/typed_url_data_type_controller.cc', | 2001 'browser/sync/glue/typed_url_data_type_controller.cc', |
| 2002 'browser/sync/glue/typed_url_data_type_controller.h', | 2002 'browser/sync/glue/typed_url_data_type_controller.h', |
| 2003 'browser/sync/glue/typed_url_model_associator.cc', | 2003 'browser/sync/glue/typed_url_model_associator.cc', |
| 2004 'browser/sync/glue/typed_url_model_associator.h', | 2004 'browser/sync/glue/typed_url_model_associator.h', |
| 2005 'browser/sync/glue/ui_data_type_controller.cc', | 2005 'browser/sync/glue/ui_data_type_controller.cc', |
| 2006 'browser/sync/glue/ui_data_type_controller.h', | 2006 'browser/sync/glue/ui_data_type_controller.h', |
| 2007 'browser/sync/glue/ui_model_worker.cc', | 2007 'browser/sync/glue/ui_model_worker.cc', |
| 2008 'browser/sync/glue/ui_model_worker.h', | 2008 'browser/sync/glue/ui_model_worker.h', |
| 2009 'browser/sync/glue/virtual_data_type_controller.cc', |
| 2010 'browser/sync/glue/virtual_data_type_controller.h', |
| 2009 'browser/sync/invalidations/invalidator_storage.cc', | 2011 'browser/sync/invalidations/invalidator_storage.cc', |
| 2010 'browser/sync/invalidations/invalidator_storage.h', | 2012 'browser/sync/invalidations/invalidator_storage.h', |
| 2011 'browser/sync/invalidation_frontend.h', | 2013 'browser/sync/invalidation_frontend.h', |
| 2012 'browser/sync/profile_sync_components_factory.h', | 2014 'browser/sync/profile_sync_components_factory.h', |
| 2013 'browser/sync/profile_sync_components_factory_impl.cc', | 2015 'browser/sync/profile_sync_components_factory_impl.cc', |
| 2014 'browser/sync/profile_sync_components_factory_impl.h', | 2016 'browser/sync/profile_sync_components_factory_impl.h', |
| 2015 'browser/sync/profile_sync_service.cc', | 2017 'browser/sync/profile_sync_service.cc', |
| 2016 'browser/sync/profile_sync_service.h', | 2018 'browser/sync/profile_sync_service.h', |
| 2017 'browser/sync/profile_sync_service_factory.cc', | 2019 'browser/sync/profile_sync_service_factory.cc', |
| 2018 'browser/sync/profile_sync_service_factory.h', | 2020 'browser/sync/profile_sync_service_factory.h', |
| (...skipping 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3135 'variables': { | 3137 'variables': { |
| 3136 'jni_gen_dir': 'chrome', | 3138 'jni_gen_dir': 'chrome', |
| 3137 }, | 3139 }, |
| 3138 'includes': [ '../build/jni_generator.gypi' ], | 3140 'includes': [ '../build/jni_generator.gypi' ], |
| 3139 }, | 3141 }, |
| 3140 ], | 3142 ], |
| 3141 }, | 3143 }, |
| 3142 ], | 3144 ], |
| 3143 ], | 3145 ], |
| 3144 } | 3146 } |
| OLD | NEW |