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

Side by Side Diff: services/BUILD.gn

Issue 826093004: Support ICU on Android (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Address review comments Created 5 years, 11 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
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 6
7 group("services") { 7 group("services") {
8 deps = [ 8 deps = [
9 "//services/clipboard", 9 "//services/clipboard",
10 "//services/fake_surfaces",
10 "//services/gles2:lib", 11 "//services/gles2:lib",
11 "//services/fake_surfaces",
12 "//services/http_server", 12 "//services/http_server",
13 "//services/http_server/public", 13 "//services/http_server/public",
14 "//services/icu_data",
14 "//services/js", 15 "//services/js",
15 "//services/native_viewport", 16 "//services/native_viewport",
16 "//services/surfaces", 17 "//services/surfaces",
17 "//services/test_service:bindings", 18 "//services/test_service:bindings",
18 "//services/tracing", 19 "//services/tracing",
19 "//services/view_manager", 20 "//services/view_manager",
20 "//services/window_manager", 21 "//services/window_manager",
21 ] 22 ]
22 } 23 }
OLDNEW
« no previous file with comments | « mojo/icu/icu.cc ('k') | services/icu_data/BUILD.gn » ('j') | services/icu_data/icu_data.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698