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

Unified Diff: base/test/BUILD.gn

Issue 206813002: Remove GN GYP generator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « base/allocator/BUILD.gn ('k') | base/third_party/dynamic_annotations/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/BUILD.gn
diff --git a/base/test/BUILD.gn b/base/test/BUILD.gn
index ae15fd595966758b1f3f390da2cd1446f1596597..ed100eb26ee6b55881b4d05a5b5911ac8a007110 100644
--- a/base/test/BUILD.gn
+++ b/base/test/BUILD.gn
@@ -5,7 +5,6 @@
import("//build/config/ui.gni")
static_library("test_support_base") {
- external = true
sources = [
"expectations/expectation.cc",
"expectations/expectation.h",
@@ -125,7 +124,6 @@ config("perf_test_config") {
}
static_library("test_support_perf") {
- external = true
sources = [
"run_all_perftests.cc",
]
@@ -142,7 +140,6 @@ static_library("test_support_perf") {
}
static_library("run_all_unittests") {
- external = true
sources = [
"run_all_unittests.cc",
]
« no previous file with comments | « base/allocator/BUILD.gn ('k') | base/third_party/dynamic_annotations/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698