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

Unified Diff: ipc/mojo/ipc_mojo.gyp

Issue 2069803003: Fold //ipc/mojo into //ipc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-ipc-deps
Patch Set: rebase 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/mojo/ipc_message_pipe_reader.cc ('k') | ipc/mojo/ipc_mojo_bootstrap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/mojo/ipc_mojo.gyp
diff --git a/ipc/mojo/ipc_mojo.gyp b/ipc/mojo/ipc_mojo.gyp
deleted file mode 100644
index 73881770b2b1b08745c343f9114ce8f209219079..0000000000000000000000000000000000000000
--- a/ipc/mojo/ipc_mojo.gyp
+++ /dev/null
@@ -1,122 +0,0 @@
-# Copyright 2014 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.
-
-{
- 'variables': {
- 'chromium_code': 1,
- },
- 'includes': [
- ],
- 'targets': [
- {
- 'target_name': 'ipc_mojo',
- 'type': '<(component)',
- 'variables': {
- },
- 'defines': [
- 'IPC_MOJO_IMPLEMENTATION',
- ],
- 'includes': [ '../../mojo/mojom_bindings_generator.gypi' ],
- 'dependencies': [
- '../ipc.gyp:ipc',
- '../../base/base.gyp:base',
- '../../mojo/mojo_edk.gyp:mojo_system_impl',
- '../../mojo/mojo_public.gyp:mojo_cpp_bindings',
- ],
- 'sources': [
- 'ipc_channel_mojo.cc',
- 'ipc_channel_mojo.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',
- 'ipc_message_pipe_reader.cc',
- 'ipc_message_pipe_reader.h',
- 'ipc.mojom',
- ],
- # TODO(gregoryd): direct_dependent_settings should be shared with the
- # 64-bit target, but it doesn't work due to a bug in gyp
- 'direct_dependent_settings': {
- 'include_dirs': [
- '..',
- ],
- },
- },
- {
- 'target_name': 'ipc_mojo_unittests',
- 'type': '<(gtest_target_type)',
- 'dependencies': [
- '../ipc.gyp:ipc',
- '../ipc.gyp:test_support_ipc',
- '../../base/base.gyp:base',
- '../../base/base.gyp:base_i18n',
- '../../base/base.gyp:test_support_base',
- '../../mojo/mojo_edk.gyp:mojo_common_test_support',
- '../../mojo/mojo_edk.gyp:mojo_system_impl',
- '../../mojo/mojo_public.gyp:mojo_cpp_bindings',
- '../../testing/gtest.gyp:gtest',
- 'ipc_mojo',
- ],
- 'include_dirs': [
- '..'
- ],
- 'sources': [
- 'run_all_unittests.cc',
-
- "ipc_channel_mojo_unittest.cc",
- 'ipc_mojo_bootstrap_unittest.cc',
- ],
- 'conditions': [
- ],
- },
- {
- 'target_name': 'ipc_mojo_perftests',
- 'type': '<(gtest_target_type)',
- 'dependencies': [
- '../ipc.gyp:ipc',
- '../ipc.gyp:test_support_ipc',
- '../../base/base.gyp:base',
- '../../base/base.gyp:base_i18n',
- '../../base/base.gyp:test_support_base',
- '../../base/base.gyp:test_support_perf',
- '../../mojo/mojo_edk.gyp:mojo_common_test_support',
- '../../mojo/mojo_edk.gyp:mojo_system_impl',
- '../../mojo/mojo_public.gyp:mojo_cpp_bindings',
- '../../testing/gtest.gyp:gtest',
- 'ipc_mojo',
- ],
- 'include_dirs': [
- '..'
- ],
- 'sources': [
- 'ipc_mojo_perftest.cc',
- ],
- 'conditions': [
- ],
- },
- ],
- 'conditions': [
- ['test_isolation_mode != "noop"', {
- 'targets': [
- {
- 'target_name': 'ipc_mojo_unittests_run',
- 'type': 'none',
- 'dependencies': [
- 'ipc_mojo_unittests',
- ],
- 'includes': [
- '../../build/isolate.gypi',
- ],
- 'sources': [
- 'ipc_mojo_unittests.isolate',
- ],
- },
- ],
- }],
- ],
-}
« no previous file with comments | « ipc/mojo/ipc_message_pipe_reader.cc ('k') | ipc/mojo/ipc_mojo_bootstrap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698