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

Unified Diff: mojo/icu/BUILD.gn

Issue 2010853002: Delete //mojo/icu. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mojo/icu/constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/icu/BUILD.gn
diff --git a/mojo/icu/BUILD.gn b/mojo/icu/BUILD.gn
deleted file mode 100644
index 554b52b001ab2618dc0fa4f7f09bff7aa36ef8a5..0000000000000000000000000000000000000000
--- a/mojo/icu/BUILD.gn
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-action("generate_icu_constants") {
- script = "generate_icu_constants.py"
-
- inputs = [
- "$root_build_dir/icudtl.dat",
- ]
-
- outputs = [
- "$root_gen_dir/mojo/icu/constants.cc",
- ]
-
- args = rebase_path(inputs + outputs, root_build_dir)
-
- deps = [
- "//third_party/icu:icudata",
- ]
-}
-
-source_set("icu") {
- sources = [
- "$root_gen_dir/mojo/icu/constants.cc",
- "constants.h",
- "icu.cc",
- "icu.h",
- ]
-
- deps = [
- "//base:i18n",
- "//mojo/public/cpp/application",
- "//mojo/public/cpp/bindings",
- "//mojo/public/cpp/system",
- "//mojo/services/icu_data/interfaces",
- "//third_party/icu",
- ":generate_icu_constants",
- ]
-}
« no previous file with comments | « no previous file | mojo/icu/constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698