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

Unified Diff: services/python/BUILD.gn

Issue 953353002: Add HTTP handler that redirects requests for Mojo apps (Closed) Base URL: https://github.com/domokit/mojo.git@python_data_pipe_utils
Patch Set: Response to review Created 5 years, 10 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 | « services/BUILD.gn ('k') | services/python/mojo_url_redirector/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « services/BUILD.gn ('k') | services/python/mojo_url_redirector/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698