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

Side by Side Diff: chrome/test/BUILD.gn

Issue 2328393002: [Sync] Add a sanity integration test for USS. (Closed)
Patch Set: Rebase. Created 4 years, 3 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 879 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 ] 890 ]
891 public_deps = [ 891 public_deps = [
892 "//chrome/browser", 892 "//chrome/browser",
893 ] 893 ]
894 deps = [ 894 deps = [
895 ":test_support", 895 ":test_support",
896 "//base", 896 "//base",
897 "//components/invalidation/impl", 897 "//components/invalidation/impl",
898 "//components/invalidation/impl:test_support", 898 "//components/invalidation/impl:test_support",
899 "//components/sync", 899 "//components/sync",
900 "//components/sync:test_support_sync_api",
900 "//components/sync:test_support_sync_fake_server", 901 "//components/sync:test_support_sync_fake_server",
901 "//components/sync:test_support_sync_testserver", 902 "//components/sync:test_support_sync_testserver",
902 "//content/test:test_support", 903 "//content/test:test_support",
903 "//net", 904 "//net",
904 "//skia", 905 "//skia",
905 ] 906 ]
906 907
907 if (is_mac) { 908 if (is_mac) {
908 sources -= [ 909 sources -= [
909 "../browser/sync/test/integration/dictionary_helper.cc", 910 "../browser/sync/test/integration/dictionary_helper.cc",
(...skipping 1764 matching lines...) Expand 10 before | Expand all | Expand 10 after
2674 "../browser/sync/test/integration/two_client_dictionary_sync_test.cc", 2675 "../browser/sync/test/integration/two_client_dictionary_sync_test.cc",
2675 "../browser/sync/test/integration/two_client_extension_settings_and_app_se ttings_sync_test.cc", 2676 "../browser/sync/test/integration/two_client_extension_settings_and_app_se ttings_sync_test.cc",
2676 "../browser/sync/test/integration/two_client_extensions_sync_test.cc", 2677 "../browser/sync/test/integration/two_client_extensions_sync_test.cc",
2677 "../browser/sync/test/integration/two_client_password_manager_setting_migr ator_service_sync_test.cc", 2678 "../browser/sync/test/integration/two_client_password_manager_setting_migr ator_service_sync_test.cc",
2678 "../browser/sync/test/integration/two_client_passwords_sync_test.cc", 2679 "../browser/sync/test/integration/two_client_passwords_sync_test.cc",
2679 "../browser/sync/test/integration/two_client_preferences_sync_test.cc", 2680 "../browser/sync/test/integration/two_client_preferences_sync_test.cc",
2680 "../browser/sync/test/integration/two_client_search_engines_sync_test.cc", 2681 "../browser/sync/test/integration/two_client_search_engines_sync_test.cc",
2681 "../browser/sync/test/integration/two_client_sessions_sync_test.cc", 2682 "../browser/sync/test/integration/two_client_sessions_sync_test.cc",
2682 "../browser/sync/test/integration/two_client_themes_sync_test.cc", 2683 "../browser/sync/test/integration/two_client_themes_sync_test.cc",
2683 "../browser/sync/test/integration/two_client_typed_urls_sync_test.cc", 2684 "../browser/sync/test/integration/two_client_typed_urls_sync_test.cc",
2685 "../browser/sync/test/integration/two_client_uss_sync_test.cc",
2684 "../browser/sync/test/integration/two_client_wifi_credentials_sync_test.cc ", 2686 "../browser/sync/test/integration/two_client_wifi_credentials_sync_test.cc ",
2685 "data/resource.rc", 2687 "data/resource.rc",
2686 ] 2688 ]
2687 2689
2688 data = [ 2690 data = [
2689 "//chrome/test/data/sync/", 2691 "//chrome/test/data/sync/",
2690 "//net/tools/testserver/", 2692 "//net/tools/testserver/",
2691 "//components/sync/tools/testserver/", 2693 "//components/sync/tools/testserver/",
2692 "//third_party/pyftpdlib/", 2694 "//third_party/pyftpdlib/",
2693 "//third_party/pywebsocket/", 2695 "//third_party/pywebsocket/",
(...skipping 2282 matching lines...) Expand 10 before | Expand all | Expand 10 after
4976 "touch_hud", 4978 "touch_hud",
4977 "ui", 4979 "ui",
4978 ] 4980 ]
4979 4981
4980 if (is_linux && !is_android) { 4982 if (is_linux && !is_android) {
4981 deps += [ "//components/font_service:manifest" ] 4983 deps += [ "//components/font_service:manifest" ]
4982 packaged_services += [ "font_service" ] 4984 packaged_services += [ "font_service" ]
4983 } 4985 }
4984 } 4986 }
4985 } 4987 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698