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

Unified Diff: mojo/application_manager/BUILD.gn

Issue 565323002: Move application:chromium bindings to mojo/application/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/application/application_runner_chromium.cc ('k') | mojo/apps/js/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/application_manager/BUILD.gn
diff --git a/mojo/application_manager/BUILD.gn b/mojo/application_manager/BUILD.gn
index ed57f0cfe20f4f8b06a37c817f2c90eb88ae3b23..f256c01def35c1947120d88ce2ac7c1601bfab7b 100644
--- a/mojo/application_manager/BUILD.gn
+++ b/mojo/application_manager/BUILD.gn
@@ -45,13 +45,13 @@ test("mojo_application_manager_unittests") {
":application_manager",
":test_bindings",
"//base",
- "//testing/gtest",
- "//url",
+ "//mojo/application",
"//mojo/common",
- "//mojo/environment:chromium",
- "//mojo/public/cpp/application:chromium",
"//mojo/common/test:run_all_unittests",
+ "//mojo/environment:chromium",
"//mojo/public/cpp/bindings",
+ "//testing/gtest",
+ "//url",
]
sources = [
« no previous file with comments | « mojo/application/application_runner_chromium.cc ('k') | mojo/apps/js/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698