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

Unified Diff: device/serial/serial.gyp

Issue 422163004: Extract mojo_base.gyp from mojo.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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
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',
« no previous file with comments | « device/device_tests.gyp ('k') | extensions/extensions.gyp » ('j') | mojo/mojo_base.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698