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

Unified Diff: ipc/mojo/ipc_mojo.gyp

Issue 2049363002: Move ScopedIPCSupport into its own build rule. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-handle-attachemnt-public-api
Patch Set: change rule name 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/BUILD.gn ('k') | ipc/mojo/scoped_ipc_support.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
index e925d7ba856c7d147b0937fbe3453b088ae5da5f..90c597ec32c4befa503e7433052a884bdd563369 100644
--- a/ipc/mojo/ipc_mojo.gyp
+++ b/ipc/mojo/ipc_mojo.gyp
@@ -39,8 +39,6 @@
'ipc_message_pipe_reader.cc',
'ipc_message_pipe_reader.h',
'ipc.mojom',
- 'scoped_ipc_support.cc',
- 'scoped_ipc_support.h',
],
# TODO(gregoryd): direct_dependent_settings should be shared with the
# 64-bit target, but it doesn't work due to a bug in gyp
@@ -51,6 +49,18 @@
},
},
{
+ 'target_name': 'ipc_mojo_support',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../../base/base.gyp:base',
+ '../../mojo/mojo_edk.gyp:mojo_system_impl',
+ ],
+ 'sources': [
+ 'scoped_ipc_support.cc',
+ 'scoped_ipc_support.h',
+ ],
+ },
+ {
'target_name': 'ipc_mojo_unittests',
'type': '<(gtest_target_type)',
'dependencies': [
« no previous file with comments | « ipc/mojo/BUILD.gn ('k') | ipc/mojo/scoped_ipc_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698