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

Unified Diff: ipc/mojo/BUILD.gn

Issue 2069803003: Fold //ipc/mojo into //ipc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-ipc-deps
Patch Set: Try fix mac tests. Created 4 years, 6 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 | « ipc/ipc_nacl.gyp ('k') | ipc/mojo/ipc.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/mojo/BUILD.gn
diff --git a/ipc/mojo/BUILD.gn b/ipc/mojo/BUILD.gn
index fddd1a1a122389df73e26a7e7d7db31a2b8bd129..daa2abf2dd8016860e9a017854e4cfc8e9b8bf36 100644
--- a/ipc/mojo/BUILD.gn
+++ b/ipc/mojo/BUILD.gn
@@ -3,41 +3,6 @@
# found in the LICENSE file.
import("//mojo/public/tools/bindings/mojom.gni")
-import("//testing/test.gni")
-
-mojom("mojom") {
- sources = [
- "ipc.mojom",
- ]
-}
-
-component("mojo") {
- sources = [
- "ipc_channel_mojo.cc",
- "ipc_channel_mojo.h",
- "ipc_message_pipe_reader.cc",
- "ipc_message_pipe_reader.h",
- "ipc_mojo_bootstrap.cc",
- "ipc_mojo_bootstrap.h",
- "ipc_mojo_handle_attachment.cc",
- "ipc_mojo_handle_attachment.h",
- "ipc_mojo_message_helper.cc",
- "ipc_mojo_message_helper.h",
- "ipc_mojo_param_traits.cc",
- "ipc_mojo_param_traits.h",
- ]
-
- defines = [ "IPC_MOJO_IMPLEMENTATION" ]
-
- deps = [
- ":mojom",
- "//base",
- "//base/third_party/dynamic_annotations",
- "//ipc",
- "//mojo/public/c/system",
- "//mojo/public/cpp/bindings",
- ]
-}
source_set("ipc_support") {
sources = [
@@ -50,50 +15,3 @@ source_set("ipc_support") {
"//mojo/edk/system",
]
}
-
-test("ipc_mojo_unittests") {
- sources = [
- "ipc_channel_mojo_unittest.cc",
- "ipc_mojo_bootstrap_unittest.cc",
- "run_all_unittests.cc",
- ]
-
- deps = [
- ":mojo",
- ":mojom",
- "//base",
- "//base/test:test_support",
- "//base/third_party/dynamic_annotations",
- "//ipc",
- "//ipc:test_support",
- "//mojo/edk/system",
- "//mojo/edk/test:test_support",
- "//testing/gtest",
- "//url",
- ]
-}
-
-test("ipc_mojo_perftests") {
- sources = [
- "ipc_mojo_perftest.cc",
- "run_all_perftests.cc",
- ]
-
- deps = [
- ":mojo",
- ":mojom",
- "//base",
- "//base/test:test_support",
- "//base/third_party/dynamic_annotations",
- "//ipc",
- "//ipc:test_support",
- "//mojo/edk/system",
- "//mojo/edk/test:test_support",
- "//mojo/edk/test:test_support_impl",
- "//url",
- ]
-
- if (is_linux && !is_component_build) {
- public_configs = [ "//build/config/gcc:rpath_for_built_shared_libraries" ]
- }
-}
« no previous file with comments | « ipc/ipc_nacl.gyp ('k') | ipc/mojo/ipc.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698