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

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

Issue 2857063002: Add a way to send the resource percentage signal to the RC. (Closed)
Patch Set: cleanup Created 3 years, 7 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 3331 matching lines...) Expand 10 before | Expand all | Expand 10 after
3342 "//chrome/browser/media/router:test_support", 3342 "//chrome/browser/media/router:test_support",
3343 "//chrome/common:test_support", 3343 "//chrome/common:test_support",
3344 "//components/autofill/content/renderer:test_support", 3344 "//components/autofill/content/renderer:test_support",
3345 "//components/browser_sync:test_support", 3345 "//components/browser_sync:test_support",
3346 "//components/component_updater:test_support", 3346 "//components/component_updater:test_support",
3347 "//components/content_settings/core/test:test_support", 3347 "//components/content_settings/core/test:test_support",
3348 "//components/data_reduction_proxy/core/browser:test_support", 3348 "//components/data_reduction_proxy/core/browser:test_support",
3349 "//components/data_use_measurement/core", 3349 "//components/data_use_measurement/core",
3350 "//components/metrics/proto", 3350 "//components/metrics/proto",
3351 "//components/ntp_snippets:test_support", 3351 "//components/ntp_snippets:test_support",
3352 "//components/offline_pages/core/background:test_support",
3352 "//components/os_crypt:test_support", 3353 "//components/os_crypt:test_support",
3353 "//components/resources", 3354 "//components/resources",
3354 "//components/safe_browsing_db", 3355 "//components/safe_browsing_db",
3355 "//components/safe_browsing_db:test_database_manager", 3356 "//components/safe_browsing_db:test_database_manager",
3356 "//components/safe_json:test_support", 3357 "//components/safe_json:test_support",
3357 "//components/spellcheck:build_features", 3358 "//components/spellcheck:build_features",
3358 "//components/strings", 3359 "//components/strings",
3359 "//components/subresource_filter/core/browser:test_support", 3360 "//components/subresource_filter/core/browser:test_support",
3360 "//components/sync:test_support_driver", 3361 "//components/sync:test_support_driver",
3361 "//components/sync:test_support_model", 3362 "//components/sync:test_support_model",
(...skipping 1680 matching lines...) Expand 10 before | Expand all | Expand 10 after
5042 } 5043 }
5043 5044
5044 if (is_win) { 5045 if (is_win) {
5045 loadable_module("conflicts_dll") { 5046 loadable_module("conflicts_dll") {
5046 testonly = true 5047 testonly = true
5047 sources = [ 5048 sources = [
5048 "conflicts/conflicts_dll.cc", 5049 "conflicts/conflicts_dll.cc",
5049 ] 5050 ]
5050 } 5051 }
5051 } 5052 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698