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

Side by Side Diff: sync/BUILD.gn

Issue 1082893003: [Sync] Erase sync DB when corrupted (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reduce test runtime by writing fewer bookmarks Created 5 years, 7 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("sync") { 8 component("sync") {
9 public_deps = [ 9 public_deps = [
10 ":sync_core", 10 ":sync_core",
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 static_library("test_support_sync_core") { 437 static_library("test_support_sync_core") {
438 testonly = true 438 testonly = true
439 sources = [ 439 sources = [
440 "internal_api/public/base/model_type_test_util.cc", 440 "internal_api/public/base/model_type_test_util.cc",
441 "internal_api/public/base/model_type_test_util.h", 441 "internal_api/public/base/model_type_test_util.h",
442 "js/js_test_util.cc", 442 "js/js_test_util.cc",
443 "js/js_test_util.h", 443 "js/js_test_util.h",
444 "sessions/test_util.cc", 444 "sessions/test_util.cc",
445 "sessions/test_util.h", 445 "sessions/test_util.h",
446 "test/callback_counter.h", 446 "test/callback_counter.h",
447 "test/directory_backing_store_corruption_testing.cc",
448 "test/directory_backing_store_corruption_testing.h",
447 "test/engine/fake_model_worker.cc", 449 "test/engine/fake_model_worker.cc",
448 "test/engine/fake_model_worker.h", 450 "test/engine/fake_model_worker.h",
449 "test/engine/fake_sync_scheduler.cc", 451 "test/engine/fake_sync_scheduler.cc",
450 "test/engine/fake_sync_scheduler.h", 452 "test/engine/fake_sync_scheduler.h",
451 "test/engine/injectable_sync_context_proxy.cc", 453 "test/engine/injectable_sync_context_proxy.cc",
452 "test/engine/injectable_sync_context_proxy.h", 454 "test/engine/injectable_sync_context_proxy.h",
453 "test/engine/mock_connection_manager.cc", 455 "test/engine/mock_connection_manager.cc",
454 "test/engine/mock_connection_manager.h", 456 "test/engine/mock_connection_manager.h",
455 "test/engine/mock_model_type_sync_proxy.cc", 457 "test/engine/mock_model_type_sync_proxy.cc",
456 "test/engine/mock_model_type_sync_proxy.h", 458 "test/engine/mock_model_type_sync_proxy.h",
(...skipping 24 matching lines...) Expand all
481 "test/null_transaction_observer.h", 483 "test/null_transaction_observer.h",
482 "test/sessions/mock_debug_info_getter.cc", 484 "test/sessions/mock_debug_info_getter.cc",
483 "test/sessions/mock_debug_info_getter.h", 485 "test/sessions/mock_debug_info_getter.h",
484 "test/sessions/test_scoped_session_event_listener.h", 486 "test/sessions/test_scoped_session_event_listener.h",
485 "test/test_directory_backing_store.cc", 487 "test/test_directory_backing_store.cc",
486 "test/test_directory_backing_store.h", 488 "test/test_directory_backing_store.h",
487 "test/test_transaction_observer.cc", 489 "test/test_transaction_observer.cc",
488 "test/test_transaction_observer.h", 490 "test/test_transaction_observer.h",
489 "test/trackable_mock_invalidation.cc", 491 "test/trackable_mock_invalidation.cc",
490 "test/trackable_mock_invalidation.h", 492 "test/trackable_mock_invalidation.h",
493 "util/mock_unrecoverable_error_handler.cc",
494 "util/mock_unrecoverable_error_handler.h",
491 "util/test_unrecoverable_error_handler.cc", 495 "util/test_unrecoverable_error_handler.cc",
492 "util/test_unrecoverable_error_handler.h", 496 "util/test_unrecoverable_error_handler.h",
493 ] 497 ]
494 498
495 public_deps = [ 499 public_deps = [
496 "//base", 500 "//base",
497 "//testing/gmock", 501 "//testing/gmock",
498 "//testing/gtest", 502 "//testing/gtest",
499 "//sync", 503 "//sync",
500 ] 504 ]
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 ":fake_server_jni", 827 ":fake_server_jni",
824 ":sync_core", 828 ":sync_core",
825 ":test_support_sync_fake_server", 829 ":test_support_sync_fake_server",
826 "//base", 830 "//base",
827 "//sync/protocol:protocol", 831 "//sync/protocol:protocol",
828 "//testing/gtest", 832 "//testing/gtest",
829 "//url:url", 833 "//url:url",
830 ] 834 ]
831 } 835 }
832 } 836 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/test/integration/single_client_directory_sync_test.cc ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698