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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7669052: Added DataTypeController integration and UI surfacing for syncing Search Engines. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Initial upload. Created 9 years, 4 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 2085 matching lines...) Expand 10 before | Expand all | Expand 10 after
2096 'browser/sync/glue/password_change_processor.cc', 2096 'browser/sync/glue/password_change_processor.cc',
2097 'browser/sync/glue/password_change_processor.h', 2097 'browser/sync/glue/password_change_processor.h',
2098 'browser/sync/glue/password_data_type_controller.cc', 2098 'browser/sync/glue/password_data_type_controller.cc',
2099 'browser/sync/glue/password_data_type_controller.h', 2099 'browser/sync/glue/password_data_type_controller.h',
2100 'browser/sync/glue/password_model_associator.cc', 2100 'browser/sync/glue/password_model_associator.cc',
2101 'browser/sync/glue/password_model_associator.h', 2101 'browser/sync/glue/password_model_associator.h',
2102 'browser/sync/glue/password_model_worker.cc', 2102 'browser/sync/glue/password_model_worker.cc',
2103 'browser/sync/glue/password_model_worker.h', 2103 'browser/sync/glue/password_model_worker.h',
2104 'browser/sync/glue/preference_data_type_controller.cc', 2104 'browser/sync/glue/preference_data_type_controller.cc',
2105 'browser/sync/glue/preference_data_type_controller.h', 2105 'browser/sync/glue/preference_data_type_controller.h',
2106 'browser/sync/glue/search_engine_data_type_controller.cc',
2107 'browser/sync/glue/search_engine_data_type_controller.h',
2106 'browser/sync/glue/session_change_processor.cc', 2108 'browser/sync/glue/session_change_processor.cc',
2107 'browser/sync/glue/session_change_processor.h', 2109 'browser/sync/glue/session_change_processor.h',
2108 'browser/sync/glue/session_data_type_controller.cc', 2110 'browser/sync/glue/session_data_type_controller.cc',
2109 'browser/sync/glue/session_data_type_controller.h', 2111 'browser/sync/glue/session_data_type_controller.h',
2110 'browser/sync/glue/session_model_associator.cc', 2112 'browser/sync/glue/session_model_associator.cc',
2111 'browser/sync/glue/session_model_associator.h', 2113 'browser/sync/glue/session_model_associator.h',
2112 'browser/sync/glue/syncable_service_adapter.cc', 2114 'browser/sync/glue/syncable_service_adapter.cc',
2113 'browser/sync/glue/syncable_service_adapter.h', 2115 'browser/sync/glue/syncable_service_adapter.h',
2114 'browser/sync/glue/synced_window_delegate.h', 2116 'browser/sync/glue/synced_window_delegate.h',
2115 'browser/sync/glue/sync_backend_host.cc', 2117 'browser/sync/glue/sync_backend_host.cc',
(...skipping 2905 matching lines...) Expand 10 before | Expand all | Expand 10 after
5021 # weak imports in dependents, who still must #include 5023 # weak imports in dependents, who still must #include
5022 # closure_blocks_leopard_compat.h to get weak imports. 5024 # closure_blocks_leopard_compat.h to get weak imports.
5023 'type': 'none', 5025 'type': 'none',
5024 }], 5026 }],
5025 ], 5027 ],
5026 }, 5028 },
5027 ], 5029 ],
5028 }], 5030 }],
5029 ], 5031 ],
5030 } 5032 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698