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

Side by Side Diff: services/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, 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 unified diff | Download patch
« no previous file with comments | « no previous file | services/python/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//mojo/public/mojo.gni") 6 import("//mojo/public/mojo.gni")
7 7
8 group("services") { 8 group("services") {
9 deps = [ 9 deps = [
10 "//services/clipboard", 10 "//services/clipboard",
(...skipping 13 matching lines...) Expand all
24 "//services/tracing", 24 "//services/tracing",
25 "//services/view_manager", 25 "//services/view_manager",
26 "//services/window_manager", 26 "//services/window_manager",
27 ] 27 ]
28 28
29 if (is_android) { 29 if (is_android) {
30 deps += [ "//services/android:java_handler" ] 30 deps += [ "//services/android:java_handler" ]
31 } 31 }
32 32
33 if (is_linux) { 33 if (is_linux) {
34 deps += [ "//services/python/content_handler" ] 34 deps += [ "//services/python" ]
35 } 35 }
36 } 36 }
OLDNEW
« no previous file with comments | « no previous file | services/python/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698