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

Unified Diff: device/serial/BUILD.gn

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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/devices_app/usb/type_converters.cc ('k') | device/serial/data_receiver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/serial/BUILD.gn
diff --git a/device/serial/BUILD.gn b/device/serial/BUILD.gn
index fab490e29bc3b118d2d630e680d2c2c07e638074..1ee6c5fe5b72aff66a9585aeec5b557660ae4c40 100644
--- a/device/serial/BUILD.gn
+++ b/device/serial/BUILD.gn
@@ -3,7 +3,7 @@
# found in the LICENSE file.
import("//build/config/features.gni")
-import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
+import("//mojo/public/tools/bindings/mojom.gni")
# GYP version: device/serial/serial.gyp:device_serial
static_library("serial") {
@@ -47,7 +47,7 @@ static_library("serial") {
"//base",
]
deps = [
- "//third_party/mojo/src/mojo/public/cpp/system",
+ "//mojo/public/cpp/system",
"//third_party/re2",
]
« no previous file with comments | « device/devices_app/usb/type_converters.cc ('k') | device/serial/data_receiver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698