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

Side by Side Diff: mojo/icu/BUILD.gn

Issue 1398973004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 2). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_1
Patch Set: add missing copyright notices Created 5 years, 2 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 | « mojo/gpu/texture_uploader.cc ('k') | mojo/icu/icu.cc » ('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 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
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 }
OLDNEW
« no previous file with comments | « mojo/gpu/texture_uploader.cc ('k') | mojo/icu/icu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698