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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10827266: [Sync] Add SyncEncryptionHandler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests Created 8 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2258 matching lines...) Expand 10 before | Expand all | Expand 10 after
2269 'browser/sync/glue/frontend_data_type_controller.h', 2269 'browser/sync/glue/frontend_data_type_controller.h',
2270 'browser/sync/glue/generic_change_processor.cc', 2270 'browser/sync/glue/generic_change_processor.cc',
2271 'browser/sync/glue/generic_change_processor.h', 2271 'browser/sync/glue/generic_change_processor.h',
2272 'browser/sync/glue/history_model_worker.cc', 2272 'browser/sync/glue/history_model_worker.cc',
2273 'browser/sync/glue/history_model_worker.h', 2273 'browser/sync/glue/history_model_worker.h',
2274 'browser/sync/glue/model_association_manager.cc', 2274 'browser/sync/glue/model_association_manager.cc',
2275 'browser/sync/glue/model_association_manager.h', 2275 'browser/sync/glue/model_association_manager.h',
2276 'browser/sync/glue/model_associator.h', 2276 'browser/sync/glue/model_associator.h',
2277 'browser/sync/glue/new_non_frontend_data_type_controller.cc', 2277 'browser/sync/glue/new_non_frontend_data_type_controller.cc',
2278 'browser/sync/glue/new_non_frontend_data_type_controller.h', 2278 'browser/sync/glue/new_non_frontend_data_type_controller.h',
2279 'browser/sync/glue/nigori_change_processor.cc',
2280 'browser/sync/glue/nigori_change_processor.h',
2279 'browser/sync/glue/non_frontend_data_type_controller.cc', 2281 'browser/sync/glue/non_frontend_data_type_controller.cc',
2280 'browser/sync/glue/non_frontend_data_type_controller.h', 2282 'browser/sync/glue/non_frontend_data_type_controller.h',
2281 'browser/sync/glue/password_change_processor.cc', 2283 'browser/sync/glue/password_change_processor.cc',
2282 'browser/sync/glue/password_change_processor.h', 2284 'browser/sync/glue/password_change_processor.h',
2283 'browser/sync/glue/password_data_type_controller.cc', 2285 'browser/sync/glue/password_data_type_controller.cc',
2284 'browser/sync/glue/password_data_type_controller.h', 2286 'browser/sync/glue/password_data_type_controller.h',
2285 'browser/sync/glue/password_model_associator.cc', 2287 'browser/sync/glue/password_model_associator.cc',
2286 'browser/sync/glue/password_model_associator.h', 2288 'browser/sync/glue/password_model_associator.h',
2287 'browser/sync/glue/password_model_worker.cc', 2289 'browser/sync/glue/password_model_worker.cc',
2288 'browser/sync/glue/password_model_worker.h', 2290 'browser/sync/glue/password_model_worker.h',
(...skipping 3261 matching lines...) Expand 10 before | Expand all | Expand 10 after
5550 'includes': [ '../build/jni_generator.gypi' ], 5552 'includes': [ '../build/jni_generator.gypi' ],
5551 'dependencies': [ 5553 'dependencies': [
5552 'android_jar_jni_headers', 5554 'android_jar_jni_headers',
5553 ], 5555 ],
5554 }, 5556 },
5555 ], 5557 ],
5556 }, 5558 },
5557 ], 5559 ],
5558 ], 5560 ],
5559 } 5561 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698