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

Unified Diff: tools/gn/BUILD.gn

Issue 1002353002: Add gn_unittests to linux bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp too Created 5 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 | « testing/buildbot/chromium.linux.json ('k') | tools/gn/gn.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/BUILD.gn
diff --git a/tools/gn/BUILD.gn b/tools/gn/BUILD.gn
index bc37bc765894afbbe7356bcffcdc4b5f82b1b1ee..677ce0a3ecf32bf1bd75e592e726322318dfd78d 100644
--- a/tools/gn/BUILD.gn
+++ b/tools/gn/BUILD.gn
@@ -254,7 +254,6 @@ test("gn_unittests") {
"parser_unittest.cc",
"path_output_unittest.cc",
"pattern_unittest.cc",
- "run_all_unittests.cc",
"scope_per_file_provider_unittest.cc",
"scope_unittest.cc",
"source_dir_unittest.cc",
@@ -273,6 +272,7 @@ test("gn_unittests") {
]
deps = [
":gn_lib",
+ "//base/test:run_all_unittests",
"//base/test:test_support",
"//testing/gtest",
]
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | tools/gn/gn.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698