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

Unified Diff: mojo/mojo_platform_handle.gyp

Issue 1995753002: [mojo-edk] Expose portable API for platform handle wrapping (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 7 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/mojo_edk_tests.gyp ('k') | mojo/mojo_public.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_platform_handle.gyp
diff --git a/mojo/mojo_platform_handle.gyp b/mojo/mojo_platform_handle.gyp
index 46ce6c79ae3cc4ab6eb29e23055c86c007f5869f..58e984add3a53efe06fb95e532a47b581917545d 100644
--- a/mojo/mojo_platform_handle.gyp
+++ b/mojo/mojo_platform_handle.gyp
@@ -13,22 +13,7 @@
{
# GN version: //mojo/platform_handle:platform_handle/platform_handle_impl
'target_name': 'platform_handle',
- 'type': '<(component)',
- 'include_dirs': [
- '../..',
- ],
- 'defines': [
- 'PLATFORM_HANDLE_IMPLEMENTATION'
- ],
- 'sources': [
- 'platform_handle/platform_handle.h',
- 'platform_handle/platform_handle_functions.h',
- 'platform_handle/platform_handle_functions.cc',
- ],
- 'dependencies': [
- 'mojo_edk.gyp:mojo_system_impl',
- 'mojo_public.gyp:mojo_cpp_bindings',
- ]
+ 'type': 'none',
}
]
}
« no previous file with comments | « mojo/mojo_edk_tests.gyp ('k') | mojo/mojo_public.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698