| Index: device/serial/serial.gyp
|
| diff --git a/device/serial/serial.gyp b/device/serial/serial.gyp
|
| index d03c4918070806ec91e6d093c8d786b50d54f335..650c8c61c0b902f840f86fd8d4948a4f1c4c81dc 100644
|
| --- a/device/serial/serial.gyp
|
| +++ b/device/serial/serial.gyp
|
| @@ -15,7 +15,7 @@
|
| # generated cpp files must be listed explicitly in device_serial
|
| 'type': 'none',
|
| 'includes': [
|
| - '../../mojo/mojom_bindings_generator.gypi',
|
| + '../../third_party/mojo/mojom_bindings_generator.gypi',
|
| ],
|
| 'sources': [
|
| 'data_stream.mojom',
|
| @@ -42,12 +42,12 @@
|
| ],
|
| 'dependencies': [
|
| 'device_serial_mojo',
|
| - '../../mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| '../../net/net.gyp:net',
|
| + '../../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| ],
|
| 'export_dependent_settings': [
|
| 'device_serial_mojo',
|
| - '../../mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| + '../../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| ],
|
| 'sources': [
|
| '<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream.mojom.cc',
|
|
|