Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11958029: [Sync] Add support for proxy types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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 1087 matching lines...) Expand 10 before | Expand all | Expand 10 after
3106 'variables': { 3108 'variables': {
3107 'jni_gen_dir': 'chrome', 3109 'jni_gen_dir': 'chrome',
3108 }, 3110 },
3109 'includes': [ '../build/jni_generator.gypi' ], 3111 'includes': [ '../build/jni_generator.gypi' ],
3110 }, 3112 },
3111 ], 3113 ],
3112 }, 3114 },
3113 ], 3115 ],
3114 ], 3116 ],
3115 } 3117 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698