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

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

Issue 2321273003: Extend VariationParamsManager to support feature associations. (Closed)
Patch Set: Fixing windows build? Created 4 years 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 3423 matching lines...) Expand 10 before | Expand all | Expand 10 after
3434 # 2) test-specific support libraries: 3434 # 2) test-specific support libraries:
3435 ":test_support", 3435 ":test_support",
3436 ":test_support_unit", 3436 ":test_support_unit",
3437 "//base/test:test_support", 3437 "//base/test:test_support",
3438 "//components/browser_sync:test_support", 3438 "//components/browser_sync:test_support",
3439 "//components/content_settings/core/test:test_support", 3439 "//components/content_settings/core/test:test_support",
3440 "//components/resources", 3440 "//components/resources",
3441 "//components/sync:test_support_driver", 3441 "//components/sync:test_support_driver",
3442 "//components/sync:test_support_model", 3442 "//components/sync:test_support_model",
3443 "//components/sync_sessions:test_support", 3443 "//components/sync_sessions:test_support",
3444 "//components/variations:test_support",
3444 "//content/public/app:both", 3445 "//content/public/app:both",
3445 "//content/test:test_support", 3446 "//content/test:test_support",
3446 "//crypto:platform", 3447 "//crypto:platform",
3447 "//crypto:test_support", 3448 "//crypto:test_support",
3448 "//net", 3449 "//net",
3449 "//net:test_support", 3450 "//net:test_support",
3450 "//testing/gmock", 3451 "//testing/gmock",
3451 "//testing/gtest", 3452 "//testing/gtest",
3452 3453
3453 # 3) anything tests directly depend on 3454 # 3) anything tests directly depend on
(...skipping 1662 matching lines...) Expand 10 before | Expand all | Expand 10 after
5116 } 5117 }
5117 5118
5118 if (is_win) { 5119 if (is_win) {
5119 loadable_module("conflicts_dll") { 5120 loadable_module("conflicts_dll") {
5120 testonly = true 5121 testonly = true
5121 sources = [ 5122 sources = [
5122 "conflicts/conflicts_dll.cc", 5123 "conflicts/conflicts_dll.cc",
5123 ] 5124 ]
5124 } 5125 }
5125 } 5126 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698