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

Unified Diff: mojo/common/BUILD.gn

Issue 2607063002: Remove mojo::Array. (Closed)
Patch Set: Created 3 years, 11 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
Index: mojo/common/BUILD.gn
diff --git a/mojo/common/BUILD.gn b/mojo/common/BUILD.gn
index 72586507e430560d823c740f6e0a42e57cbbac44..2ce94e628448de5c2639d69e8f74421dc3589365 100644
--- a/mojo/common/BUILD.gn
+++ b/mojo/common/BUILD.gn
@@ -28,8 +28,6 @@ component("common_base") {
output_name = "mojo_common_lib"
sources = [
- "common_type_converters.cc",
- "common_type_converters.h",
"data_pipe_drainer.cc",
"data_pipe_drainer.h",
"data_pipe_utils.cc",
@@ -74,7 +72,6 @@ test("mojo_common_unittests") {
sources = [
"common_custom_types_unittest.cc",
- "common_type_converters_unittest.cc",
"struct_traits_unittest.cc",
]
}

Powered by Google App Engine
This is Rietveld 408576698