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

Unified Diff: components/BUILD.gn

Issue 2358063002: Preparing components_perftests (Closed)
Patch Set: Attempt to guess how generate_perf_json.py works Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index b591e9813f2359ca97693d50a6d6dd86cafd9d1b..286730e87645ddafee357fc79faa081d22da8b40 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -37,6 +37,8 @@ if (is_ios) {
# test target if convenient.
test("components_unittests") {
sources = [
+ "test/components_test_suit.cc",
+ "test/components_test_suit.h",
"test/run_all_unittests.cc",
]
@@ -475,6 +477,10 @@ if (!is_ios) {
test("components_perftests") {
sources = [
+ "omnibox/browser/history_quick_provider_performance_unittest.cc",
+ "test/components_test_suit.cc",
+ "test/components_test_suit.h",
+ "test/run_all_perftests.cc",
"visitedlink/test/visitedlink_perftest.cc",
]
@@ -484,7 +490,7 @@ if (!is_ios) {
deps = [
"//base",
"//base/test:test_support",
- "//base/test:test_support_perf",
+ "//components/omnibox/browser/",
"//components/visitedlink/browser",
"//content/test:test_support",
"//testing/gtest",

Powered by Google App Engine
This is Rietveld 408576698