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

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: Landing 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
« no previous file with comments | « device/device_tests.gyp ('k') | extensions/extensions.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/serial/serial.gyp
diff --git a/device/serial/serial.gyp b/device/serial/serial.gyp
index 8f8f3383ecd598faf1b90c768b89c0a2fa549a24..0f2e2f3d22946ec6c22ba64a9d3e2a28e532bf40 100644
--- a/device/serial/serial.gyp
+++ b/device/serial/serial.gyp
@@ -34,12 +34,12 @@
],
'dependencies': [
'device_serial_mojo',
- '../../mojo/mojo.gyp:mojo_cpp_bindings',
+ '../../mojo/mojo_base.gyp:mojo_cpp_bindings',
'../../net/net.gyp:net',
],
'export_dependent_settings': [
'device_serial_mojo',
- '../../mojo/mojo.gyp:mojo_cpp_bindings',
+ '../../mojo/mojo_base.gyp:mojo_cpp_bindings',
],
'sources': [
'<(SHARED_INTERMEDIATE_DIR)/device/serial/serial.mojom.cc',
« no previous file with comments | « device/device_tests.gyp ('k') | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698