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

Unified Diff: components/test/BUILD.gn

Issue 2358063002: Preparing components_perftests (Closed)
Patch Set: Review, round 1 Created 4 years, 2 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/test/BUILD.gn
diff --git a/components/content_settings/core/test/BUILD.gn b/components/test/BUILD.gn
similarity index 51%
copy from components/content_settings/core/test/BUILD.gn
copy to components/test/BUILD.gn
index 2c1316df30b2f05114248ac2bd7505a089c8852e..de1ab703729b2aaefd19138ff735627cee81e1b2 100644
--- a/components/content_settings/core/test/BUILD.gn
+++ b/components/test/BUILD.gn
@@ -1,21 +1,19 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
+# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
static_library("test_support") {
Peter Kasting 2016/10/18 17:31:12 I think you want a source_set here and not a stati
testonly = true
sources = [
- "content_settings_test_utils.cc",
- "content_settings_test_utils.h",
- ]
-
- public_deps = [
- "//components/content_settings/core/browser",
+ "components_test_suite.cc",
+ "components_test_suite.h",
]
deps = [
- "//base",
"//components/content_settings/core/common",
- "//testing/gmock",
+ "//mojo/edk/system",
+ "//net",
"//testing/gtest",
+ "//ui/base",
+ "//ui/resources:ui_test_pak",
]
}
« components/BUILD.gn ('K') | « components/BUILD.gn ('k') | components/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698