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

Unified Diff: device/vibration/BUILD.gn

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/serial.gyp ('k') | device/vibration/vibration.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vibration/BUILD.gn
diff --git a/device/vibration/BUILD.gn b/device/vibration/BUILD.gn
index 867e87f0b76bd58aed30646c7e252180762d4ef6..d2de6ab8ba8167116a732b4c4d2e7304817ab769 100644
--- a/device/vibration/BUILD.gn
+++ b/device/vibration/BUILD.gn
@@ -3,7 +3,7 @@
# found in the LICENSE file.
import("//build/config/features.gni")
-import("//mojo/public/tools/bindings/mojom.gni")
+import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
component("vibration") {
output_name = "device_vibration"
@@ -23,8 +23,8 @@ component("vibration") {
"//base",
"//base/third_party/dynamic_annotations",
"//mojo/environment:chromium",
- "//mojo/public/cpp/bindings",
- "//mojo/edk/system",
+ "//third_party/mojo/src/mojo/public/cpp/bindings",
+ "//third_party/mojo/src/mojo/edk/system",
]
if (is_android) {
« no previous file with comments | « device/serial/serial.gyp ('k') | device/vibration/vibration.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698