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

Unified Diff: testing/buildbot/chromium.linux.json

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 | « no previous file | tools/gn/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.linux.json
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
index 48ed3244c5fcb6756446602aa6f3e282d3019624..ed29387268c22db523d7f2678dab5a9275f69ed8 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -1,6 +1,7 @@
{
"Linux Tests": {
"gtest_tests": [
+ "gn_unittests",
{
"test": "accessibility_unittests",
"swarming": {
@@ -195,6 +196,7 @@
},
"Linux Tests (dbg)(1)(32)": {
"gtest_tests": [
+ "gn_unittests",
{
"test": "accessibility_unittests",
"swarming": {
@@ -363,6 +365,7 @@
},
"Linux Tests (dbg)(1)": {
"gtest_tests": [
+ "gn_unittests",
{
"test": "accessibility_unittests",
"swarming": {
@@ -543,6 +546,7 @@
},
"Linux Clang (dbg)": {
"gtest_tests": [
+ "gn_unittests",
"accessibility_unittests",
"app_shell_unittests",
"base_unittests",
« no previous file with comments | « no previous file | tools/gn/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698