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

Unified Diff: components/guest_view/browser/BUILD.gn

Issue 1311623002: Add more components_unittests to GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years, 4 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
« no previous file with comments | « components/error_page/renderer/BUILD.gn ('k') | components/json_schema/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/guest_view/browser/BUILD.gn
diff --git a/components/guest_view/browser/BUILD.gn b/components/guest_view/browser/BUILD.gn
index d5885821f82b53cd682ed0471154e5023b301c1e..0aba6125617ecfb40cf9c00c68909b57ed9b229c 100644
--- a/components/guest_view/browser/BUILD.gn
+++ b/components/guest_view/browser/BUILD.gn
@@ -36,8 +36,19 @@ source_set("test_support") {
"//components/guest_view/browser/test_guest_view_manager.h",
]
- deps = [
+ public_deps = [
":browser",
"//content/test:test_support",
]
}
+
+source_set("unit_tests") {
+ testonly = true
+ sources = [
+ "guest_view_manager_unittest.cc",
+ ]
+ deps = [
+ ":test_support",
+ "//testing/gtest",
+ ]
+}
« no previous file with comments | « components/error_page/renderer/BUILD.gn ('k') | components/json_schema/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698