| Index: services/python/BUILD.gn
|
| diff --git a/benchmarks/BUILD.gn b/services/python/BUILD.gn
|
| similarity index 59%
|
| copy from benchmarks/BUILD.gn
|
| copy to services/python/BUILD.gn
|
| index e1de13aa76441597b206c2f3379c785355d7544f..48d3421177691e1400d77e2c61c4e353dfb8d1a7 100644
|
| --- a/benchmarks/BUILD.gn
|
| +++ b/services/python/BUILD.gn
|
| @@ -2,10 +2,10 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -group("benchmarks") {
|
| - testonly = true
|
| -
|
| +group("python") {
|
| + assert(is_linux)
|
| deps = [
|
| - "//benchmarks/startup",
|
| + "//services/python/content_handler",
|
| + "//services/python/mojo_url_redirector",
|
| ]
|
| }
|
|
|