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

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

Issue 1313463002: Revert of Add more components_unittests to GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tests4
Patch Set: 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 0aba6125617ecfb40cf9c00c68909b57ed9b229c..d5885821f82b53cd682ed0471154e5023b301c1e 100644
--- a/components/guest_view/browser/BUILD.gn
+++ b/components/guest_view/browser/BUILD.gn
@@ -36,19 +36,8 @@
"//components/guest_view/browser/test_guest_view_manager.h",
]
- public_deps = [
+ 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