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

Unified Diff: ipc/mojo/ipc_mojo.gyp

Issue 2074453003: Move ScopedIPCSupport to mojo/edk/embedder and the mojo::edk namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/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 90c597ec32c4befa503e7433052a884bdd563369..34ac67a4843c2ee2be01d75fc8b00e524bcb6cc7 100644
--- a/ipc/mojo/ipc_mojo.gyp
+++ b/ipc/mojo/ipc_mojo.gyp
@@ -49,18 +49,6 @@
},
},
{
- '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