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

Unified Diff: mojo/edk/system/BUILD.gn

Issue 1423713009: EDK: Move ref counting classes to mojo/edk/util. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/edk/embedder/system_impl_private_entrypoints.cc ('k') | mojo/edk/system/channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/BUILD.gn
diff --git a/mojo/edk/system/BUILD.gn b/mojo/edk/system/BUILD.gn
index 7dbf93cf5df36d8309cefae77450592bdb904b0a..14c7bf89f553d681bdf6487f092bbbb7a9d1905c 100644
--- a/mojo/edk/system/BUILD.gn
+++ b/mojo/edk/system/BUILD.gn
@@ -93,10 +93,6 @@ component("system") {
"raw_channel.cc",
"raw_channel.h",
"raw_channel_posix.cc",
- "ref_counted.h",
- "ref_counted_internal.h",
- "ref_ptr.h",
- "ref_ptr_internal.h",
"remote_consumer_data_pipe_impl.cc",
"remote_consumer_data_pipe_impl.h",
"remote_data_pipe_ack.h",
@@ -179,7 +175,6 @@ test("mojo_system_unittests") {
"options_validation_unittest.cc",
"platform_handle_dispatcher_unittest.cc",
"raw_channel_unittest.cc",
- "ref_counted_unittest.cc",
"remote_data_pipe_impl_unittest.cc",
"remote_message_pipe_unittest.cc",
"shared_buffer_dispatcher_unittest.cc",
@@ -196,9 +191,10 @@ test("mojo_system_unittests") {
deps = [
":system",
- "../embedder:embedder_unittests",
+ "../embedder:unittests",
"../test:test_support",
"../util",
+ "../util:unittests",
"test",
"test:run_all_unittests",
"test:unittests",
@@ -212,12 +208,12 @@ test("mojo_system_perftests") {
"message_pipe_perftest.cc",
"message_pipe_test_utils.cc",
"message_pipe_test_utils.h",
- "ref_counted_perftest.cc",
]
deps = [
":system",
"../test:test_support",
+ "../util:perftests",
"test",
"test:perf",
"test:run_all_perftests",
« no previous file with comments | « mojo/edk/embedder/system_impl_private_entrypoints.cc ('k') | mojo/edk/system/channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698