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

Unified Diff: device/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 | « content/utility/BUILD.gn ('k') | device/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index 0a61c72c8d72329d8e90cb6a0653403f80c4a1ac..467f781b77f92beffb71800d29aff14c51353205 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -63,11 +63,11 @@ test("device_unittests") {
"//device/bluetooth:mocks",
"//device/nfc",
"//mojo/environment:chromium",
+ "//mojo/public/cpp/bindings",
"//net",
"//testing/gmock",
"//testing/gtest",
"//third_party/mojo/src/mojo/edk/system",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
"//url",
]
« no previous file with comments | « content/utility/BUILD.gn ('k') | device/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698