OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 action("generate_icu_constants") { | 5 action("generate_icu_constants") { |
6 script = "generate_icu_constants.py" | 6 script = "generate_icu_constants.py" |
7 | 7 |
8 inputs = [ | 8 inputs = [ |
9 "$root_build_dir/icudtl.dat", | 9 "$root_build_dir/icudtl.dat", |
10 ] | 10 ] |
(...skipping 15 matching lines...) Expand all Loading... |
26 "constants.h", | 26 "constants.h", |
27 "icu.cc", | 27 "icu.cc", |
28 "icu.h", | 28 "icu.h", |
29 ] | 29 ] |
30 | 30 |
31 deps = [ | 31 deps = [ |
32 "//base:i18n", | 32 "//base:i18n", |
33 "//mojo/public/cpp/application", | 33 "//mojo/public/cpp/application", |
34 "//mojo/public/cpp/bindings", | 34 "//mojo/public/cpp/bindings", |
35 "//mojo/public/cpp/system", | 35 "//mojo/public/cpp/system", |
36 "//mojo/services/icu_data/public/interfaces", | 36 "//mojo/services/icu_data/interfaces", |
37 "//third_party/icu", | 37 "//third_party/icu", |
38 ":generate_icu_constants", | 38 ":generate_icu_constants", |
39 ] | 39 ] |
40 } | 40 } |
OLD | NEW |