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

Unified Diff: components/search/BUILD.gn

Issue 1306153002: Revert of Sync more GN unit tests with GYP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tests3
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/rappor/BUILD.gn ('k') | components/search_engines/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search/BUILD.gn
diff --git a/components/search/BUILD.gn b/components/search/BUILD.gn
index 8e18d8c6bd77145c01f39e3cb848b1b49540e36d..21c49c4dcc4f1882a238f1dc7a4f4f59709593b2 100644
--- a/components/search/BUILD.gn
+++ b/components/search/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("search") {
+static_library("search") {
sources = [
"search.cc",
"search.h",
@@ -17,15 +17,3 @@
"//url",
]
}
-
-source_set("unit_tests") {
- testonly = true
- sources = [
- "search_android_unittest.cc",
- "search_unittest.cc",
- ]
- deps = [
- ":search",
- "//testing/gtest",
- ]
-}
« no previous file with comments | « components/rappor/BUILD.gn ('k') | components/search_engines/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698