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

Unified Diff: device/BUILD.gn

Issue 1554443003: Stop linking in the old Mojo EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fixes Created 4 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
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index 0f439a6a6ddc68e51e6a9e26aed494c4bc1e3efd..8a7ae3c0a46aebc4caabde01e9850158f52db49d 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -63,12 +63,12 @@ test("device_unittests") {
"//device/bluetooth:mocks",
"//device/nfc",
"//mojo/common",
+ "//mojo/edk/system",
"//mojo/environment:chromium",
"//mojo/public/cpp/bindings",
"//net",
"//testing/gmock",
"//testing/gtest",
- "//third_party/mojo/src/mojo/edk/system",
"//url",
]

Powered by Google App Engine
This is Rietveld 408576698