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

Unified Diff: components/message_port.gypi

Issue 1182303012: Componentize html_viewer's MessagePort (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: header-only target types: static_library -> none Created 5 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 | « components/html_viewer/web_message_port_channel_impl.cc ('k') | components/message_port/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/message_port.gypi
diff --git a/components/json_schema.gypi b/components/message_port.gypi
similarity index 53%
copy from components/json_schema.gypi
copy to components/message_port.gypi
index fdafc98005a5f9a8e5e906b4ca9ad2f634c4c95e..498405e258faec56d8ff3179fc410203a5c5d2fd 100644
--- a/components/json_schema.gypi
+++ b/components/message_port.gypi
@@ -5,20 +5,20 @@
{
'targets': [
{
- 'target_name': 'json_schema',
+ 'target_name': 'message_port',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
- '../third_party/re2/re2.gyp:re2'
+ '../mojo/mojo_base.gyp:mojo_common_lib',
+ '../third_party/WebKit/public/blink.gyp:blink',
+ '../third_party/mojo/mojo_public.gyp:mojo_system_cpp_headers',
],
'include_dirs': [
'..',
],
'sources': [
- 'json_schema/json_schema_constants.cc',
- 'json_schema/json_schema_constants.h',
- 'json_schema/json_schema_validator.cc',
- 'json_schema/json_schema_validator.h',
+ 'message_port/web_message_port_channel_impl.cc',
+ 'message_port/web_message_port_channel_impl.h',
],
},
],
« no previous file with comments | « components/html_viewer/web_message_port_channel_impl.cc ('k') | components/message_port/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698