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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7819002: Migrate AutofillProfile sync to new API. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'dependencies': [ 10 'dependencies': [
(...skipping 2037 matching lines...) Expand 10 before | Expand all | Expand 10 after
2048 'browser/status_icons/status_tray.cc', 2048 'browser/status_icons/status_tray.cc',
2049 'browser/status_icons/status_tray.h', 2049 'browser/status_icons/status_tray.h',
2050 'browser/sync/glue/app_data_type_controller.cc', 2050 'browser/sync/glue/app_data_type_controller.cc',
2051 'browser/sync/glue/app_data_type_controller.h', 2051 'browser/sync/glue/app_data_type_controller.h',
2052 'browser/sync/glue/autofill_change_processor.cc', 2052 'browser/sync/glue/autofill_change_processor.cc',
2053 'browser/sync/glue/autofill_change_processor.h', 2053 'browser/sync/glue/autofill_change_processor.h',
2054 'browser/sync/glue/autofill_data_type_controller.cc', 2054 'browser/sync/glue/autofill_data_type_controller.cc',
2055 'browser/sync/glue/autofill_data_type_controller.h', 2055 'browser/sync/glue/autofill_data_type_controller.h',
2056 'browser/sync/glue/autofill_model_associator.cc', 2056 'browser/sync/glue/autofill_model_associator.cc',
2057 'browser/sync/glue/autofill_model_associator.h', 2057 'browser/sync/glue/autofill_model_associator.h',
2058 'browser/sync/glue/autofill_profile_change_processor.cc',
2059 'browser/sync/glue/autofill_profile_change_processor.h',
2060 'browser/sync/glue/autofill_profile_data_type_controller.cc', 2058 'browser/sync/glue/autofill_profile_data_type_controller.cc',
2061 'browser/sync/glue/autofill_profile_data_type_controller.h', 2059 'browser/sync/glue/autofill_profile_data_type_controller.h',
2062 'browser/sync/glue/autofill_profile_model_associator.cc', 2060 'browser/sync/glue/autofill_profile_syncable_service.cc',
2063 'browser/sync/glue/autofill_profile_model_associator.h', 2061 'browser/sync/glue/autofill_profile_syncable_service.h',
2064 'browser/sync/glue/bookmark_change_processor.cc', 2062 'browser/sync/glue/bookmark_change_processor.cc',
2065 'browser/sync/glue/bookmark_change_processor.h', 2063 'browser/sync/glue/bookmark_change_processor.h',
2066 'browser/sync/glue/bookmark_data_type_controller.cc', 2064 'browser/sync/glue/bookmark_data_type_controller.cc',
2067 'browser/sync/glue/bookmark_data_type_controller.h', 2065 'browser/sync/glue/bookmark_data_type_controller.h',
2068 'browser/sync/glue/bookmark_model_associator.cc', 2066 'browser/sync/glue/bookmark_model_associator.cc',
2069 'browser/sync/glue/bookmark_model_associator.h', 2067 'browser/sync/glue/bookmark_model_associator.h',
2070 'browser/sync/glue/change_processor.cc', 2068 'browser/sync/glue/change_processor.cc',
2071 'browser/sync/glue/change_processor.h', 2069 'browser/sync/glue/change_processor.h',
2072 'browser/sync/glue/data_type_controller.h', 2070 'browser/sync/glue/data_type_controller.h',
2073 'browser/sync/glue/data_type_manager.cc', 2071 'browser/sync/glue/data_type_manager.cc',
(...skipping 2930 matching lines...) Expand 10 before | Expand all | Expand 10 after
5004 # weak imports in dependents, who still must #include 5002 # weak imports in dependents, who still must #include
5005 # closure_blocks_leopard_compat.h to get weak imports. 5003 # closure_blocks_leopard_compat.h to get weak imports.
5006 'type': 'none', 5004 'type': 'none',
5007 }], 5005 }],
5008 ], 5006 ],
5009 }, 5007 },
5010 ], 5008 ],
5011 }], 5009 }],
5012 ], 5010 ],
5013 } 5011 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698