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

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

Issue 2910843002: [Cleanup] Move all browsertests to use ScopedFeatureList to modify features
Patch Set: Ilya comments addressed 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 1612 matching lines...) Expand 10 before | Expand all | Expand 10 after
1623 "//chrome/test/media_router:media_router_browsertests", 1623 "//chrome/test/media_router:media_router_browsertests",
1624 "//components/autofill/content/browser:risk_proto", 1624 "//components/autofill/content/browser:risk_proto",
1625 "//components/autofill/content/renderer:test_support", 1625 "//components/autofill/content/renderer:test_support",
1626 "//components/captive_portal:test_support", 1626 "//components/captive_portal:test_support",
1627 "//components/dom_distiller/content/browser", 1627 "//components/dom_distiller/content/browser",
1628 "//components/dom_distiller/content/renderer", 1628 "//components/dom_distiller/content/renderer",
1629 "//components/dom_distiller/core:test_support", 1629 "//components/dom_distiller/core:test_support",
1630 "//components/policy:chrome_settings_proto", 1630 "//components/policy:chrome_settings_proto",
1631 "//components/resources", 1631 "//components/resources",
1632 "//components/safe_browsing_db:test_database_manager", 1632 "//components/safe_browsing_db:test_database_manager",
1633 "//components/safe_browsing_db:v4_feature_list",
1633 "//components/strings", 1634 "//components/strings",
1634 "//components/sync", 1635 "//components/sync",
1635 "//components/translate/core/common", 1636 "//components/translate/core/common",
1636 "//content/public/common:features", 1637 "//content/public/common:features",
1637 "//content/test:test_support", 1638 "//content/test:test_support",
1638 "//crypto:platform", 1639 "//crypto:platform",
1639 "//crypto:test_support", 1640 "//crypto:test_support",
1640 "//device/base:mocks", 1641 "//device/base:mocks",
1641 "//device/bluetooth:mocks", 1642 "//device/bluetooth:mocks",
1642 "//device/serial:test_support", 1643 "//device/serial:test_support",
(...skipping 3550 matching lines...) Expand 10 before | Expand all | Expand 10 after
5193 } 5194 }
5194 5195
5195 if (is_win) { 5196 if (is_win) {
5196 loadable_module("conflicts_dll") { 5197 loadable_module("conflicts_dll") {
5197 testonly = true 5198 testonly = true
5198 sources = [ 5199 sources = [
5199 "conflicts/conflicts_dll.cc", 5200 "conflicts/conflicts_dll.cc",
5200 ] 5201 ]
5201 } 5202 }
5202 } 5203 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698