| Index: device/serial/serial.gyp
|
| diff --git a/device/serial/serial.gyp b/device/serial/serial.gyp
|
| index e9e47f26a03979f78e617a8dc5307f064c1c6cb9..7da99be565495dad142e28ad9642c16896117d13 100644
|
| --- a/device/serial/serial.gyp
|
| +++ b/device/serial/serial.gyp
|
| @@ -42,12 +42,12 @@
|
| ],
|
| 'dependencies': [
|
| 'device_serial_mojo',
|
| - '../../mojo/mojo_base.gyp:mojo_cpp_bindings',
|
| + '../../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
|
| '../../net/net.gyp:net',
|
| ],
|
| 'export_dependent_settings': [
|
| 'device_serial_mojo',
|
| - '../../mojo/mojo_base.gyp:mojo_cpp_bindings',
|
| + '../../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
|
| ],
|
| 'sources': [
|
| '<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream.mojom.cc',
|
|
|