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

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

Issue 2713913002: [sync] Add Sessions integration tests (Closed)
Patch Set: Fix TwoClient tests 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 840 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 "../browser/sync/test/integration/printers_helper.cc", 851 "../browser/sync/test/integration/printers_helper.cc",
852 "../browser/sync/test/integration/printers_helper.h", 852 "../browser/sync/test/integration/printers_helper.h",
853 "../browser/sync/test/integration/profile_sync_service_harness.cc", 853 "../browser/sync/test/integration/profile_sync_service_harness.cc",
854 "../browser/sync/test/integration/profile_sync_service_harness.h", 854 "../browser/sync/test/integration/profile_sync_service_harness.h",
855 "../browser/sync/test/integration/quiesce_status_change_checker.cc", 855 "../browser/sync/test/integration/quiesce_status_change_checker.cc",
856 "../browser/sync/test/integration/quiesce_status_change_checker.h", 856 "../browser/sync/test/integration/quiesce_status_change_checker.h",
857 "../browser/sync/test/integration/retry_verifier.cc", 857 "../browser/sync/test/integration/retry_verifier.cc",
858 "../browser/sync/test/integration/retry_verifier.h", 858 "../browser/sync/test/integration/retry_verifier.h",
859 "../browser/sync/test/integration/search_engines_helper.cc", 859 "../browser/sync/test/integration/search_engines_helper.cc",
860 "../browser/sync/test/integration/search_engines_helper.h", 860 "../browser/sync/test/integration/search_engines_helper.h",
861 "../browser/sync/test/integration/session_hierarchy_match_checker.cc",
862 "../browser/sync/test/integration/session_hierarchy_match_checker.h",
861 "../browser/sync/test/integration/sessions_helper.cc", 863 "../browser/sync/test/integration/sessions_helper.cc",
862 "../browser/sync/test/integration/sessions_helper.h", 864 "../browser/sync/test/integration/sessions_helper.h",
863 "../browser/sync/test/integration/single_client_status_change_checker.cc", 865 "../browser/sync/test/integration/single_client_status_change_checker.cc",
864 "../browser/sync/test/integration/single_client_status_change_checker.h", 866 "../browser/sync/test/integration/single_client_status_change_checker.h",
865 "../browser/sync/test/integration/status_change_checker.cc", 867 "../browser/sync/test/integration/status_change_checker.cc",
866 "../browser/sync/test/integration/status_change_checker.h", 868 "../browser/sync/test/integration/status_change_checker.h",
867 "../browser/sync/test/integration/sync_app_helper.cc", 869 "../browser/sync/test/integration/sync_app_helper.cc",
868 "../browser/sync/test/integration/sync_app_helper.h", 870 "../browser/sync/test/integration/sync_app_helper.h",
869 "../browser/sync/test/integration/sync_app_list_helper.cc", 871 "../browser/sync/test/integration/sync_app_list_helper.cc",
870 "../browser/sync/test/integration/sync_app_list_helper.h", 872 "../browser/sync/test/integration/sync_app_list_helper.h",
(...skipping 4316 matching lines...) Expand 10 before | Expand all | Expand 10 after
5187 } 5189 }
5188 5190
5189 if (is_win) { 5191 if (is_win) {
5190 loadable_module("conflicts_dll") { 5192 loadable_module("conflicts_dll") {
5191 testonly = true 5193 testonly = true
5192 sources = [ 5194 sources = [
5193 "conflicts/conflicts_dll.cc", 5195 "conflicts/conflicts_dll.cc",
5194 ] 5196 ]
5195 } 5197 }
5196 } 5198 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698