summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQijiang Fan <fqj@chromium.org>2020-04-22 15:47:11 +0900
committerQijiang Fan <fqj@chromium.org>2020-04-22 15:49:21 +0900
commit75d40e3e1bbbc02d7efa6db28b84986355ebc3f8 (patch)
treee436c2d4577146ebfe4d3954ae2b89ccae19f65e
parent5865a5ac55cb9c44188d522cd849ebf3c3c05576 (diff)
downloadplatform_external_libchrome-75d40e3e1bbbc02d7efa6db28b84986355ebc3f8.tar.gz
platform_external_libchrome-75d40e3e1bbbc02d7efa6db28b84986355ebc3f8.tar.bz2
platform_external_libchrome-75d40e3e1bbbc02d7efa6db28b84986355ebc3f8.zip
libchrome: remove bad sources :mojom_type_mappings from BUILD.gn
get_target_outputs(":mojom_type_mappings") doesn't need to be sources of static_library("mojo"). And it also violates new checks in gn that checks file type of sources introduced at https://gn-review.googlesource.com/c/gn/+/4980. BUG=chromium:1072321 TEST=emerge Change-Id: Ic4a08f84dd0999b79a61c7ab4716420c064e78df
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index c3e4010ff..2eb05f6a5 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -770,7 +770,7 @@ if (use.mojo) {
"mojo/public/cpp/system/simple_watcher.cc",
"mojo/public/cpp/system/file_data_pipe_producer.cc",
"mojo/public/cpp/system/message_pipe.cc",
- ] + get_target_outputs(":mojom_bindings_gen") + get_target_outputs(":mojom_bindings_native_gen") + get_target_outputs(":mojom_type_mappings")
+ ] + get_target_outputs(":mojom_bindings_gen") + get_target_outputs(":mojom_bindings_native_gen")
}
generate_pkg_config("libmojo") {