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

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

Issue 2948303002: [Sync] Sanity test for UserEvents. (Closed)
Patch Set: Rebase Created 3 years, 5 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 2646 matching lines...) Expand 10 before | Expand all | Expand 10 after
2657 "../browser/sync/test/integration/single_client_directory_sync_test.cc", 2657 "../browser/sync/test/integration/single_client_directory_sync_test.cc",
2658 "../browser/sync/test/integration/single_client_extensions_sync_test.cc", 2658 "../browser/sync/test/integration/single_client_extensions_sync_test.cc",
2659 "../browser/sync/test/integration/single_client_passwords_sync_test.cc", 2659 "../browser/sync/test/integration/single_client_passwords_sync_test.cc",
2660 "../browser/sync/test/integration/single_client_preferences_sync_test.cc", 2660 "../browser/sync/test/integration/single_client_preferences_sync_test.cc",
2661 "../browser/sync/test/integration/single_client_printers_sync_test.cc", 2661 "../browser/sync/test/integration/single_client_printers_sync_test.cc",
2662 "../browser/sync/test/integration/single_client_search_engines_sync_test.c c", 2662 "../browser/sync/test/integration/single_client_search_engines_sync_test.c c",
2663 "../browser/sync/test/integration/single_client_sessions_sync_test.cc", 2663 "../browser/sync/test/integration/single_client_sessions_sync_test.cc",
2664 "../browser/sync/test/integration/single_client_supervised_user_settings_s ync_test.cc", 2664 "../browser/sync/test/integration/single_client_supervised_user_settings_s ync_test.cc",
2665 "../browser/sync/test/integration/single_client_themes_sync_test.cc", 2665 "../browser/sync/test/integration/single_client_themes_sync_test.cc",
2666 "../browser/sync/test/integration/single_client_typed_urls_sync_test.cc", 2666 "../browser/sync/test/integration/single_client_typed_urls_sync_test.cc",
2667 "../browser/sync/test/integration/single_client_user_events_sync_test.cc",
2667 "../browser/sync/test/integration/single_client_wallet_sync_test.cc", 2668 "../browser/sync/test/integration/single_client_wallet_sync_test.cc",
2668 "../browser/sync/test/integration/single_client_wifi_credentials_sync_test .cc", 2669 "../browser/sync/test/integration/single_client_wifi_credentials_sync_test .cc",
2669 "../browser/sync/test/integration/sync_auth_test.cc", 2670 "../browser/sync/test/integration/sync_auth_test.cc",
2670 "../browser/sync/test/integration/sync_errors_test.cc", 2671 "../browser/sync/test/integration/sync_errors_test.cc",
2671 "../browser/sync/test/integration/sync_exponential_backoff_test.cc", 2672 "../browser/sync/test/integration/sync_exponential_backoff_test.cc",
2672 "../browser/sync/test/integration/two_client_app_list_sync_test.cc", 2673 "../browser/sync/test/integration/two_client_app_list_sync_test.cc",
2673 "../browser/sync/test/integration/two_client_apps_sync_test.cc", 2674 "../browser/sync/test/integration/two_client_apps_sync_test.cc",
2674 "../browser/sync/test/integration/two_client_arc_package_sync_test.cc", 2675 "../browser/sync/test/integration/two_client_arc_package_sync_test.cc",
2675 "../browser/sync/test/integration/two_client_autofill_sync_test.cc", 2676 "../browser/sync/test/integration/two_client_autofill_sync_test.cc",
2676 "../browser/sync/test/integration/two_client_bookmarks_sync_test.cc", 2677 "../browser/sync/test/integration/two_client_bookmarks_sync_test.cc",
(...skipping 2503 matching lines...) Expand 10 before | Expand all | Expand 10 after
5180 } 5181 }
5181 5182
5182 if (is_win) { 5183 if (is_win) {
5183 loadable_module("conflicts_dll") { 5184 loadable_module("conflicts_dll") {
5184 testonly = true 5185 testonly = true
5185 sources = [ 5186 sources = [
5186 "conflicts/conflicts_dll.cc", 5187 "conflicts/conflicts_dll.cc",
5187 ] 5188 ]
5188 } 5189 }
5189 } 5190 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698