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

Unified Diff: extensions/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 | « device/test/run_all_unittests.cc ('k') | extensions/test/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/BUILD.gn
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn
index 3fd08f9f4d17f3ae32e170c8088523275bf57a77..a513093bd1f9b74d923e7d8827280e55a5c1dc58 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -250,10 +250,10 @@ test("unittests") {
"//extensions/common",
"//extensions/renderer",
"//extensions/strings",
+ "//mojo/bindings/js",
+ "//mojo/edk/system",
"//mojo/environment:chromium",
"//mojo/public/cpp/bindings",
- "//mojo/bindings/js",
- "//mojo/system",
"//testing/gmock",
"//testing/gtest",
"//third_party/leveldatabase",
« no previous file with comments | « device/test/run_all_unittests.cc ('k') | extensions/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698