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

Unified Diff: extensions/BUILD.gn

Issue 1565343003: Move mojo/application/public -> mojo/shell/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fetcher
Patch Set: . 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
« no previous file with comments | « docs/mojo_in_chromium.md ('k') | extensions/browser/mojo/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 8e8723d8303ed90ab5f106be412b10d16aa3393b..3874b031e125bfdbfc99c304131286f1736f4abd 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -191,9 +191,9 @@ test("extensions_unittests") {
"//extensions/renderer",
"//extensions/strings",
"//extensions/utility",
- "//mojo/application/public/interfaces",
"//mojo/environment:chromium",
"//mojo/public/cpp/bindings",
+ "//mojo/shell/public/interfaces",
"//testing/gmock",
"//testing/gtest",
"//third_party/leveldatabase",
« no previous file with comments | « docs/mojo_in_chromium.md ('k') | extensions/browser/mojo/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698