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

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

Issue 2725813003: reland of [sync] Add Sessions integration tests (Closed)
Patch Set: Switch back to WaitForURLOnServer, make everything a constant Created 3 years, 9 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 841 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 "../browser/sync/test/integration/printers_helper.cc", 852 "../browser/sync/test/integration/printers_helper.cc",
853 "../browser/sync/test/integration/printers_helper.h", 853 "../browser/sync/test/integration/printers_helper.h",
854 "../browser/sync/test/integration/profile_sync_service_harness.cc", 854 "../browser/sync/test/integration/profile_sync_service_harness.cc",
855 "../browser/sync/test/integration/profile_sync_service_harness.h", 855 "../browser/sync/test/integration/profile_sync_service_harness.h",
856 "../browser/sync/test/integration/quiesce_status_change_checker.cc", 856 "../browser/sync/test/integration/quiesce_status_change_checker.cc",
857 "../browser/sync/test/integration/quiesce_status_change_checker.h", 857 "../browser/sync/test/integration/quiesce_status_change_checker.h",
858 "../browser/sync/test/integration/retry_verifier.cc", 858 "../browser/sync/test/integration/retry_verifier.cc",
859 "../browser/sync/test/integration/retry_verifier.h", 859 "../browser/sync/test/integration/retry_verifier.h",
860 "../browser/sync/test/integration/search_engines_helper.cc", 860 "../browser/sync/test/integration/search_engines_helper.cc",
861 "../browser/sync/test/integration/search_engines_helper.h", 861 "../browser/sync/test/integration/search_engines_helper.h",
862 "../browser/sync/test/integration/session_hierarchy_match_checker.cc",
863 "../browser/sync/test/integration/session_hierarchy_match_checker.h",
862 "../browser/sync/test/integration/sessions_helper.cc", 864 "../browser/sync/test/integration/sessions_helper.cc",
863 "../browser/sync/test/integration/sessions_helper.h", 865 "../browser/sync/test/integration/sessions_helper.h",
864 "../browser/sync/test/integration/single_client_status_change_checker.cc", 866 "../browser/sync/test/integration/single_client_status_change_checker.cc",
865 "../browser/sync/test/integration/single_client_status_change_checker.h", 867 "../browser/sync/test/integration/single_client_status_change_checker.h",
866 "../browser/sync/test/integration/status_change_checker.cc", 868 "../browser/sync/test/integration/status_change_checker.cc",
867 "../browser/sync/test/integration/status_change_checker.h", 869 "../browser/sync/test/integration/status_change_checker.h",
868 "../browser/sync/test/integration/sync_app_helper.cc", 870 "../browser/sync/test/integration/sync_app_helper.cc",
869 "../browser/sync/test/integration/sync_app_helper.h", 871 "../browser/sync/test/integration/sync_app_helper.h",
870 "../browser/sync/test/integration/sync_app_list_helper.cc", 872 "../browser/sync/test/integration/sync_app_list_helper.cc",
871 "../browser/sync/test/integration/sync_app_list_helper.h", 873 "../browser/sync/test/integration/sync_app_list_helper.h",
(...skipping 4317 matching lines...) Expand 10 before | Expand all | Expand 10 after
5189 } 5191 }
5190 5192
5191 if (is_win) { 5193 if (is_win) {
5192 loadable_module("conflicts_dll") { 5194 loadable_module("conflicts_dll") {
5193 testonly = true 5195 testonly = true
5194 sources = [ 5196 sources = [
5195 "conflicts/conflicts_dll.cc", 5197 "conflicts/conflicts_dll.cc",
5196 ] 5198 ]
5197 } 5199 }
5198 } 5200 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698