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

Side by Side Diff: sync/sync.gyp

Issue 10827266: [Sync] Add SyncEncryptionHandler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. 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 # 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 # The core sync library. 10 # The core sync library.
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 'syncable/entry_kernel.cc', 166 'syncable/entry_kernel.cc',
167 'syncable/entry_kernel.h', 167 'syncable/entry_kernel.h',
168 'syncable/in_memory_directory_backing_store.cc', 168 'syncable/in_memory_directory_backing_store.cc',
169 'syncable/in_memory_directory_backing_store.h', 169 'syncable/in_memory_directory_backing_store.h',
170 'syncable/invalid_directory_backing_store.cc', 170 'syncable/invalid_directory_backing_store.cc',
171 'syncable/invalid_directory_backing_store.h', 171 'syncable/invalid_directory_backing_store.h',
172 'syncable/metahandle_set.h', 172 'syncable/metahandle_set.h',
173 'syncable/model_type.cc', 173 'syncable/model_type.cc',
174 'syncable/mutable_entry.cc', 174 'syncable/mutable_entry.cc',
175 'syncable/mutable_entry.h', 175 'syncable/mutable_entry.h',
176 'syncable/nigori_handler.h',
177 'syncable/nigori_handler.cc',
176 'syncable/nigori_util.cc', 178 'syncable/nigori_util.cc',
177 'syncable/nigori_util.h', 179 'syncable/nigori_util.h',
178 'syncable/on_disk_directory_backing_store.cc', 180 'syncable/on_disk_directory_backing_store.cc',
179 'syncable/on_disk_directory_backing_store.h', 181 'syncable/on_disk_directory_backing_store.h',
180 'syncable/read_transaction.cc', 182 'syncable/read_transaction.cc',
181 'syncable/read_transaction.h', 183 'syncable/read_transaction.h',
182 'syncable/scoped_kernel_lock.h', 184 'syncable/scoped_kernel_lock.h',
183 'syncable/syncable-inl.h', 185 'syncable/syncable-inl.h',
184 'syncable/syncable_changes_version.h', 186 'syncable/syncable_changes_version.h',
185 'syncable/syncable_columns.h', 187 'syncable/syncable_columns.h',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 'internal_api/public/change_record.h', 315 'internal_api/public/change_record.h',
314 'internal_api/public/configure_reason.h', 316 'internal_api/public/configure_reason.h',
315 'internal_api/public/http_bridge.h', 317 'internal_api/public/http_bridge.h',
316 'internal_api/public/http_post_provider_factory.h', 318 'internal_api/public/http_post_provider_factory.h',
317 'internal_api/public/http_post_provider_interface.h', 319 'internal_api/public/http_post_provider_interface.h',
318 'internal_api/public/internal_components_factory.h', 320 'internal_api/public/internal_components_factory.h',
319 'internal_api/public/internal_components_factory_impl.h', 321 'internal_api/public/internal_components_factory_impl.h',
320 'internal_api/public/read_node.h', 322 'internal_api/public/read_node.h',
321 'internal_api/public/read_transaction.h', 323 'internal_api/public/read_transaction.h',
322 'internal_api/public/sync_manager.h', 324 'internal_api/public/sync_manager.h',
325 'internal_api/public/sync_encryption_handler.cc',
326 'internal_api/public/sync_encryption_handler.h',
323 'internal_api/public/sync_manager.cc', 327 'internal_api/public/sync_manager.cc',
324 'internal_api/public/sync_manager_factory.h', 328 'internal_api/public/sync_manager_factory.h',
325 'internal_api/public/user_share.h', 329 'internal_api/public/user_share.h',
326 'internal_api/public/write_node.h', 330 'internal_api/public/write_node.h',
327 'internal_api/public/write_transaction.h', 331 'internal_api/public/write_transaction.h',
328 'internal_api/base_node.cc', 332 'internal_api/base_node.cc',
329 'internal_api/base_transaction.cc', 333 'internal_api/base_transaction.cc',
330 'internal_api/change_record.cc', 334 'internal_api/change_record.cc',
331 'internal_api/change_reorder_buffer.cc', 335 'internal_api/change_reorder_buffer.cc',
332 'internal_api/change_reorder_buffer.h', 336 'internal_api/change_reorder_buffer.h',
333 'internal_api/debug_info_event_listener.cc', 337 'internal_api/debug_info_event_listener.cc',
334 'internal_api/debug_info_event_listener.h', 338 'internal_api/debug_info_event_listener.h',
335 'internal_api/http_bridge.cc', 339 'internal_api/http_bridge.cc',
336 'internal_api/internal_components_factory_impl.cc', 340 'internal_api/internal_components_factory_impl.cc',
337 'internal_api/js_mutation_event_observer.cc', 341 'internal_api/js_mutation_event_observer.cc',
338 'internal_api/js_mutation_event_observer.h', 342 'internal_api/js_mutation_event_observer.h',
343 'internal_api/js_sync_encryption_handler_observer.cc',
344 'internal_api/js_sync_encryption_handler_observer.h',
339 'internal_api/js_sync_manager_observer.cc', 345 'internal_api/js_sync_manager_observer.cc',
340 'internal_api/js_sync_manager_observer.h', 346 'internal_api/js_sync_manager_observer.h',
341 'internal_api/read_node.cc', 347 'internal_api/read_node.cc',
342 'internal_api/read_transaction.cc', 348 'internal_api/read_transaction.cc',
343 'internal_api/syncapi_internal.cc', 349 'internal_api/syncapi_internal.cc',
344 'internal_api/syncapi_internal.h', 350 'internal_api/syncapi_internal.h',
345 'internal_api/syncapi_server_connection_manager.cc', 351 'internal_api/syncapi_server_connection_manager.cc',
346 'internal_api/syncapi_server_connection_manager.h', 352 'internal_api/syncapi_server_connection_manager.h',
353 'internal_api/sync_encryption_handler_impl.cc',
354 'internal_api/sync_encryption_handler_impl.h',
347 'internal_api/sync_manager_factory.cc', 355 'internal_api/sync_manager_factory.cc',
348 'internal_api/sync_manager_impl.cc', 356 'internal_api/sync_manager_impl.cc',
349 'internal_api/sync_manager_impl.h', 357 'internal_api/sync_manager_impl.h',
350 'internal_api/user_share.cc', 358 'internal_api/user_share.cc',
351 'internal_api/write_node.cc', 359 'internal_api/write_node.cc',
352 'internal_api/write_transaction.cc', 360 'internal_api/write_transaction.cc',
353 ], 361 ],
354 }, 362 },
355 363
356 # The sync external API library. 364 # The sync external API library.
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 'test/engine/mock_connection_manager.h', 431 'test/engine/mock_connection_manager.h',
424 'test/engine/syncer_command_test.cc', 432 'test/engine/syncer_command_test.cc',
425 'test/engine/syncer_command_test.h', 433 'test/engine/syncer_command_test.h',
426 'test/engine/test_directory_setter_upper.cc', 434 'test/engine/test_directory_setter_upper.cc',
427 'test/engine/test_directory_setter_upper.h', 435 'test/engine/test_directory_setter_upper.h',
428 'test/engine/test_id_factory.h', 436 'test/engine/test_id_factory.h',
429 'test/engine/test_syncable_utils.cc', 437 'test/engine/test_syncable_utils.cc',
430 'test/engine/test_syncable_utils.h', 438 'test/engine/test_syncable_utils.h',
431 'test/fake_encryptor.cc', 439 'test/fake_encryptor.cc',
432 'test/fake_encryptor.h', 440 'test/fake_encryptor.h',
441 'test/fake_sync_encryption_handler.h',
442 'test/fake_sync_encryption_handler.cc',
433 'test/fake_extensions_activity_monitor.cc', 443 'test/fake_extensions_activity_monitor.cc',
434 'test/fake_extensions_activity_monitor.h', 444 'test/fake_extensions_activity_monitor.h',
435 'test/null_directory_change_delegate.cc', 445 'test/null_directory_change_delegate.cc',
436 'test/null_directory_change_delegate.h', 446 'test/null_directory_change_delegate.h',
437 'test/null_transaction_observer.cc', 447 'test/null_transaction_observer.cc',
438 'test/null_transaction_observer.h', 448 'test/null_transaction_observer.h',
439 'test/sessions/test_scoped_session_event_listener.h', 449 'test/sessions/test_scoped_session_event_listener.h',
440 'test/test_directory_backing_store.cc', 450 'test/test_directory_backing_store.cc',
441 'test/test_directory_backing_store.h', 451 'test/test_directory_backing_store.h',
442 'util/test_unrecoverable_error_handler.cc', 452 'util/test_unrecoverable_error_handler.cc',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 'sync_notifier', 493 'sync_notifier',
484 'test_support_sync', 494 'test_support_sync',
485 ], 495 ],
486 'export_dependent_settings': [ 496 'export_dependent_settings': [
487 '../testing/gtest.gyp:gtest', 497 '../testing/gtest.gyp:gtest',
488 'syncapi_core', 498 'syncapi_core',
489 'sync_notifier', 499 'sync_notifier',
490 'test_support_sync', 500 'test_support_sync',
491 ], 501 ],
492 'sources': [ 502 'sources': [
503 'internal_api/public/test/fake_encryption_handler.h',
493 'internal_api/public/test/fake_sync_manager.h', 504 'internal_api/public/test/fake_sync_manager.h',
494 'internal_api/public/test/test_entry_factory.h', 505 'internal_api/public/test/test_entry_factory.h',
495 'internal_api/public/test/test_internal_components_factory.h', 506 'internal_api/public/test/test_internal_components_factory.h',
496 'internal_api/public/test/test_user_share.h', 507 'internal_api/public/test/test_user_share.h',
497 'internal_api/test/fake_sync_manager.cc', 508 'internal_api/test/fake_sync_manager.cc',
498 'internal_api/test/test_entry_factory.cc', 509 'internal_api/test/test_entry_factory.cc',
499 'internal_api/test/test_internal_components_factory.cc', 510 'internal_api/test/test_internal_components_factory.cc',
500 'internal_api/test/test_user_share.cc', 511 'internal_api/test/test_user_share.cc',
501 ], 512 ],
502 }, 513 },
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 'direct_dependent_settings': { 710 'direct_dependent_settings': {
700 'variables': { 'enable_wexit_time_destructors': 1, }, 711 'variables': { 'enable_wexit_time_destructors': 1, },
701 'include_dirs': [ 712 'include_dirs': [
702 '..', 713 '..',
703 ], 714 ],
704 'sources': [ 715 'sources': [
705 'internal_api/public/change_record_unittest.cc', 716 'internal_api/public/change_record_unittest.cc',
706 'internal_api/debug_info_event_listener_unittest.cc', 717 'internal_api/debug_info_event_listener_unittest.cc',
707 'internal_api/http_bridge_unittest.cc', 718 'internal_api/http_bridge_unittest.cc',
708 'internal_api/js_mutation_event_observer_unittest.cc', 719 'internal_api/js_mutation_event_observer_unittest.cc',
720 'internal_api/js_sync_encryption_handler_observer_unittest.cc',
709 'internal_api/js_sync_manager_observer_unittest.cc', 721 'internal_api/js_sync_manager_observer_unittest.cc',
710 'internal_api/syncapi_server_connection_manager_unittest.cc', 722 'internal_api/syncapi_server_connection_manager_unittest.cc',
723 'internal_api/sync_encryption_handler_impl_unittest.cc',
711 'internal_api/sync_manager_impl_unittest.cc', 724 'internal_api/sync_manager_impl_unittest.cc',
712 ], 725 ],
713 }, 726 },
714 }, 727 },
715 728
716 # Unit tests for the 'syncapi_service' target. This cannot be a static 729 # Unit tests for the 'syncapi_service' target. This cannot be a static
717 # library because the unit test files have to be compiled directly 730 # library because the unit test files have to be compiled directly
718 # into the executable, so we push the target files to the 731 # into the executable, so we push the target files to the
719 # depending executable target via direct_dependent_settings. 732 # depending executable target via direct_dependent_settings.
720 { 733 {
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 'variables': { 853 'variables': {
841 'test_suite_name': 'sync_unit_tests', 854 'test_suite_name': 'sync_unit_tests',
842 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 855 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
843 }, 856 },
844 'includes': [ '../build/apk_test.gypi' ], 857 'includes': [ '../build/apk_test.gypi' ],
845 }, 858 },
846 ], 859 ],
847 }], 860 }],
848 ], 861 ],
849 } 862 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698