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

Side by Side Diff: sky/viewer/BUILD.gn

Issue 826093004: Support ICU on Android (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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("//mojo/public/mojo_application.gni") 5 import("//mojo/public/mojo_application.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 7
8 mojo_native_application("viewer") { 8 mojo_native_application("viewer") {
9 output_name = "sky_viewer" 9 output_name = "sky_viewer"
10 10
(...skipping 19 matching lines...) Expand all
30 "services/inspector_impl.cc", 30 "services/inspector_impl.cc",
31 "services/inspector_impl.h", 31 "services/inspector_impl.h",
32 "viewer.cc", 32 "viewer.cc",
33 ] 33 ]
34 34
35 include_dirs = [ ".." ] 35 include_dirs = [ ".." ]
36 36
37 deps = [ 37 deps = [
38 ":bindings", 38 ":bindings",
39 ":sky_modules", 39 ":sky_modules",
40 "//base:i18n",
41 "//gin", 40 "//gin",
42 "//mojo/application", 41 "//mojo/application",
43 "//mojo/common", 42 "//mojo/common",
44 "//mojo/common:tracing_impl", 43 "//mojo/common:tracing_impl",
45 "//mojo/converters/geometry", 44 "//mojo/converters/geometry",
46 "//mojo/converters/surfaces", 45 "//mojo/converters/surfaces",
47 "//mojo/edk/js", 46 "//mojo/edk/js",
47 "//mojo/icu",
48 "//mojo/public/cpp/bindings", 48 "//mojo/public/cpp/bindings",
49 "//mojo/public/cpp/system", 49 "//mojo/public/cpp/system",
50 "//mojo/public/cpp/utility", 50 "//mojo/public/cpp/utility",
51 "//mojo/public/interfaces/application", 51 "//mojo/public/interfaces/application",
52 "//mojo/services/content_handler/public/interfaces", 52 "//mojo/services/content_handler/public/interfaces",
53 "//mojo/services/gpu/public/interfaces", 53 "//mojo/services/gpu/public/interfaces",
54 "//mojo/services/input_events/public/interfaces", 54 "//mojo/services/input_events/public/interfaces",
55 "//mojo/services/navigation/public/interfaces", 55 "//mojo/services/navigation/public/interfaces",
56 "//mojo/services/network/public/interfaces", 56 "//mojo/services/network/public/interfaces",
57 "//mojo/services/surfaces/public/interfaces", 57 "//mojo/services/surfaces/public/interfaces",
(...skipping 19 matching lines...) Expand all
77 77
78 copy("sky_modules") { 78 copy("sky_modules") {
79 sources = [ 79 sources = [
80 "script/core.sky", 80 "script/core.sky",
81 "script/support.sky", 81 "script/support.sky",
82 ] 82 ]
83 outputs = [ 83 outputs = [
84 "$root_gen_dir/mojo/public/sky/{{source_file_part}}", 84 "$root_gen_dir/mojo/public/sky/{{source_file_part}}",
85 ] 85 ]
86 } 86 }
OLDNEW
« services/icu_data/main.cc ('K') | « services/icu_data/main.cc ('k') | sky/viewer/viewer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698