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

Unified Diff: components/ssl_errors/BUILD.gn

Issue 1440593004: Make operators on scoped_ptr match the ones defined for std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/ssl_errors/BUILD.gn
diff --git a/components/ssl_errors/BUILD.gn b/components/ssl_errors/BUILD.gn
index cc1c7cebcf6c63b203e02fac7cf04cea25961902..56511d1324afa9ecfc741a981798d66e675dbed1 100644
--- a/components/ssl_errors/BUILD.gn
+++ b/components/ssl_errors/BUILD.gn
@@ -18,15 +18,3 @@ source_set("ssl_errors") {
"//ui/base",
]
}
-
-source_set("unit_tests") {
- testonly = true
- sources = [
- "error_classification_unittests.cc",
- ]
-
- deps = [
- ":ssl_errors",
- "//testing/gtest",
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698