| Index: device/serial/serial.gyp
|
| diff --git a/device/serial/serial.gyp b/device/serial/serial.gyp
|
| index dec3102ab2eaac3b9a7f956f68e30ae33bc6fc0c..8e3fbd3310da9c79e07f2c424a3f47cc1a42399e 100644
|
| --- a/device/serial/serial.gyp
|
| +++ b/device/serial/serial.gyp
|
| @@ -28,11 +28,11 @@
|
| '../../mojo/public/tools/bindings/mojom_bindings_generator.gypi',
|
| ],
|
| 'dependencies': [
|
| - '../../mojo/mojo.gyp:mojo_cpp_bindings',
|
| + '../../mojo/mojo_base.gyp:mojo_cpp_bindings',
|
| '../../net/net.gyp:net',
|
| ],
|
| 'export_dependent_settings': [
|
| - '../../mojo/mojo.gyp:mojo_cpp_bindings',
|
| + '../../mojo/mojo_base.gyp:mojo_cpp_bindings',
|
| ],
|
| 'sources': [
|
| 'serial.mojom',
|
|
|