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

Side by Side Diff: sync/sync.gyp

Issue 11533008: Use delete journal to remove bookmarks that are already deleted in sync model (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
« no previous file with comments | « sync/internal_api/test/test_user_share.cc ('k') | sync/syncable/delete_journal.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 '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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 'internal_api/public/engine/passive_model_worker.h', 338 'internal_api/public/engine/passive_model_worker.h',
339 'internal_api/public/engine/polling_constants.cc', 339 'internal_api/public/engine/polling_constants.cc',
340 'internal_api/public/engine/polling_constants.h', 340 'internal_api/public/engine/polling_constants.h',
341 'internal_api/public/engine/sync_status.cc', 341 'internal_api/public/engine/sync_status.cc',
342 'internal_api/public/engine/sync_status.h', 342 'internal_api/public/engine/sync_status.h',
343 'internal_api/public/http_bridge.h', 343 'internal_api/public/http_bridge.h',
344 'internal_api/public/http_post_provider_factory.h', 344 'internal_api/public/http_post_provider_factory.h',
345 'internal_api/public/http_post_provider_interface.h', 345 'internal_api/public/http_post_provider_interface.h',
346 'internal_api/public/internal_components_factory_impl.h', 346 'internal_api/public/internal_components_factory_impl.h',
347 'internal_api/public/internal_components_factory.h', 347 'internal_api/public/internal_components_factory.h',
348 'internal_api/public/delete_journal.h',
348 'internal_api/public/read_node.h', 349 'internal_api/public/read_node.h',
349 'internal_api/public/read_transaction.h', 350 'internal_api/public/read_transaction.h',
350 'internal_api/public/sessions/model_neutral_state.cc', 351 'internal_api/public/sessions/model_neutral_state.cc',
351 'internal_api/public/sessions/model_neutral_state.h', 352 'internal_api/public/sessions/model_neutral_state.h',
352 'internal_api/public/sessions/sync_session_snapshot.cc', 353 'internal_api/public/sessions/sync_session_snapshot.cc',
353 'internal_api/public/sessions/sync_session_snapshot.h', 354 'internal_api/public/sessions/sync_session_snapshot.h',
354 'internal_api/public/sessions/sync_source_info.cc', 355 'internal_api/public/sessions/sync_source_info.cc',
355 'internal_api/public/sessions/sync_source_info.h', 356 'internal_api/public/sessions/sync_source_info.h',
356 'internal_api/public/sync_encryption_handler.cc', 357 'internal_api/public/sync_encryption_handler.cc',
357 'internal_api/public/sync_encryption_handler.h', 358 'internal_api/public/sync_encryption_handler.h',
358 'internal_api/public/sync_manager_factory.h', 359 'internal_api/public/sync_manager_factory.h',
359 'internal_api/public/sync_manager.cc', 360 'internal_api/public/sync_manager.cc',
360 'internal_api/public/sync_manager.h', 361 'internal_api/public/sync_manager.h',
361 'internal_api/public/user_share.h', 362 'internal_api/public/user_share.h',
362 'internal_api/public/util/experiments.h', 363 'internal_api/public/util/experiments.h',
363 'internal_api/public/util/immutable.h', 364 'internal_api/public/util/immutable.h',
364 'internal_api/public/util/report_unrecoverable_error_function.h', 365 'internal_api/public/util/report_unrecoverable_error_function.h',
365 'internal_api/public/util/sync_string_conversions.cc', 366 'internal_api/public/util/sync_string_conversions.cc',
366 'internal_api/public/util/sync_string_conversions.h', 367 'internal_api/public/util/sync_string_conversions.h',
367 'internal_api/public/util/syncer_error.cc', 368 'internal_api/public/util/syncer_error.cc',
368 'internal_api/public/util/syncer_error.h', 369 'internal_api/public/util/syncer_error.h',
369 'internal_api/public/util/unrecoverable_error_handler.h', 370 'internal_api/public/util/unrecoverable_error_handler.h',
370 'internal_api/public/util/unrecoverable_error_info.cc', 371 'internal_api/public/util/unrecoverable_error_info.cc',
371 'internal_api/public/util/unrecoverable_error_info.h', 372 'internal_api/public/util/unrecoverable_error_info.h',
372 'internal_api/public/util/weak_handle.cc', 373 'internal_api/public/util/weak_handle.cc',
373 'internal_api/public/util/weak_handle.h', 374 'internal_api/public/util/weak_handle.h',
374 'internal_api/public/write_node.h', 375 'internal_api/public/write_node.h',
375 'internal_api/public/write_transaction.h', 376 'internal_api/public/write_transaction.h',
377 'internal_api/delete_journal.cc',
376 'internal_api/read_node.cc', 378 'internal_api/read_node.cc',
377 'internal_api/read_transaction.cc', 379 'internal_api/read_transaction.cc',
378 'internal_api/sync_encryption_handler_impl.cc', 380 'internal_api/sync_encryption_handler_impl.cc',
379 'internal_api/sync_encryption_handler_impl.h', 381 'internal_api/sync_encryption_handler_impl.h',
380 'internal_api/sync_manager_factory.cc', 382 'internal_api/sync_manager_factory.cc',
381 'internal_api/sync_manager_impl.cc', 383 'internal_api/sync_manager_impl.cc',
382 'internal_api/sync_manager_impl.h', 384 'internal_api/sync_manager_impl.h',
383 'internal_api/syncapi_internal.cc', 385 'internal_api/syncapi_internal.cc',
384 'internal_api/syncapi_internal.h', 386 'internal_api/syncapi_internal.h',
385 'internal_api/syncapi_server_connection_manager.cc', 387 'internal_api/syncapi_server_connection_manager.cc',
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
1031 'variables': { 1033 'variables': {
1032 'test_suite_name': 'sync_unit_tests', 1034 'test_suite_name': 'sync_unit_tests',
1033 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 1035 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
1034 }, 1036 },
1035 'includes': [ '../build/apk_test.gypi' ], 1037 'includes': [ '../build/apk_test.gypi' ],
1036 }, 1038 },
1037 ], 1039 ],
1038 }], 1040 }],
1039 ], 1041 ],
1040 } 1042 }
OLDNEW
« no previous file with comments | « sync/internal_api/test/test_user_share.cc ('k') | sync/syncable/delete_journal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698