| 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',
|
| ],
|
| },
|
| ],
|
|
|