Commit 70b51586 authored by Garrett Beaty's avatar Garrett Beaty Committed by Commit Bot

Set compile targets for devtools-frontend in test specs.

These targets are currently specified in recipe configuration.

Bug: 1091004
Change-Id: I41f31ac70d92750d4e5d441d8f8fb992c206395c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391513
Auto-Submit: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: default avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#804215}
parent 593e71e1
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
"AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {}, "AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {},
"AAAAA2 See generate_buildbot_json.py to make changes": {}, "AAAAA2 See generate_buildbot_json.py to make changes": {},
"DevTools Linux (chromium)": { "DevTools Linux (chromium)": {
"additional_compile_targets": [
"blink_tests"
],
"gtest_tests": [ "gtest_tests": [
{ {
"args": [ "args": [
......
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
"AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {}, "AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {},
"AAAAA2 See generate_buildbot_json.py to make changes": {}, "AAAAA2 See generate_buildbot_json.py to make changes": {},
"DevTools Linux": { "DevTools Linux": {
"additional_compile_targets": [
"blink_tests"
],
"gtest_tests": [ "gtest_tests": [
{ {
"args": [ "args": [
......
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
"AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {}, "AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {},
"AAAAA2 See generate_buildbot_json.py to make changes": {}, "AAAAA2 See generate_buildbot_json.py to make changes": {},
"DevTools Linux": { "DevTools Linux": {
"additional_compile_targets": [
"blink_tests"
],
"gtest_tests": [ "gtest_tests": [
{ {
"args": [ "args": [
...@@ -102,6 +105,9 @@ ...@@ -102,6 +105,9 @@
] ]
}, },
"DevTools Linux (chromium)": { "DevTools Linux (chromium)": {
"additional_compile_targets": [
"blink_tests"
],
"gtest_tests": [ "gtest_tests": [
{ {
"args": [ "args": [
......
...@@ -1705,6 +1705,7 @@ ...@@ -1705,6 +1705,7 @@
'mixins': [ 'mixins': [
'linux-xenial', 'linux-xenial',
], ],
'additional_compile_targets': ['blink_tests'],
'test_suites': { 'test_suites': {
'gtest_tests': 'layout_ng_gtests', 'gtest_tests': 'layout_ng_gtests',
'isolated_scripts': 'devtools_webkit_isolated_scripts', 'isolated_scripts': 'devtools_webkit_isolated_scripts',
...@@ -5140,6 +5141,7 @@ ...@@ -5140,6 +5141,7 @@
'mixins': [ 'mixins': [
'linux-xenial', 'linux-xenial',
], ],
'additional_compile_targets': ['blink_tests'],
'test_suites': { 'test_suites': {
'gtest_tests': 'devtools_gtests', 'gtest_tests': 'devtools_gtests',
'isolated_scripts': 'devtools_webkit_isolated_scripts', 'isolated_scripts': 'devtools_webkit_isolated_scripts',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment