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

Unified Diff: device/serial/serial.gyp

Issue 814543006: Move //mojo/{public, edk} underneath //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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/serial/BUILD.gn ('k') | device/vibration/BUILD.gn » ('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 d03c4918070806ec91e6d093c8d786b50d54f335..650c8c61c0b902f840f86fd8d4948a4f1c4c81dc 100644
--- a/device/serial/serial.gyp
+++ b/device/serial/serial.gyp
@@ -15,7 +15,7 @@
# generated cpp files must be listed explicitly in device_serial
'type': 'none',
'includes': [
- '../../mojo/mojom_bindings_generator.gypi',
+ '../../third_party/mojo/mojom_bindings_generator.gypi',
],
'sources': [
'data_stream.mojom',
@@ -42,12 +42,12 @@
],
'dependencies': [
'device_serial_mojo',
- '../../mojo/mojo_public.gyp:mojo_cpp_bindings',
'../../net/net.gyp:net',
+ '../../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
],
'export_dependent_settings': [
'device_serial_mojo',
- '../../mojo/mojo_public.gyp:mojo_cpp_bindings',
+ '../../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
],
'sources': [
'<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream.mojom.cc',
« no previous file with comments | « device/serial/BUILD.gn ('k') | device/vibration/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698