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

Unified Diff: device/serial/serial.gyp

Issue 632853002: Define gyp targets for mojo/public/* in mojo/public/mojo_public.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ios fixes Created 6 years, 2 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 | « content/content_utility.gypi ('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 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',
« no previous file with comments | « content/content_utility.gypi ('k') | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698