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

Unified Diff: mojo/tools/BUILD.gn

Issue 621153003: Move mojo edk into mojo/edk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix checkdeps Created 6 years, 2 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 | « mojo/system/waiter_unittest.cc ('k') | ui/keyboard/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/BUILD.gn
diff --git a/mojo/tools/BUILD.gn b/mojo/tools/BUILD.gn
index 78795058c55c66e600293fc6241272a4a2b2100e..de38e6c66617a64f08c6bebabe7054e7b2445c2f 100644
--- a/mojo/tools/BUILD.gn
+++ b/mojo/tools/BUILD.gn
@@ -14,9 +14,9 @@ executable("message_generator") {
deps = [
"//base",
"//mojo/common",
- "//mojo/public/cpp/bindings",
+ "//mojo/edk/system",
"//mojo/environment:chromium",
- "//mojo/system",
+ "//mojo/public/cpp/bindings",
"//testing/gtest",
]
}
« no previous file with comments | « mojo/system/waiter_unittest.cc ('k') | ui/keyboard/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698