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", |
- ] |
-} |