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

Unified Diff: content/test/BUILD.gn

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
Patch Set: . Created 4 years, 8 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 | « content/shell/utility/DEPS ('k') | content/test/data/web_ui_mojo_shell_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 49c1e4af10dc3d9f73bf2cd0336ac5510dd30e5c..989c6c3a8caed401988dc54697c82db03ecdbdfa 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -66,8 +66,8 @@ source_set("test_support") {
"//ipc/mojo",
"//media",
"//mojo/edk/test:test_support",
- "//mojo/shell/public/cpp:cpp_for_chromium",
"//net:test_support",
+ "//services/shell/public/cpp:cpp_for_chromium",
"//skia",
"//storage/browser",
"//storage/common",
@@ -469,9 +469,9 @@ test("content_browsertests") {
"//mojo/edk/test:test_support",
"//mojo/public/cpp/bindings",
"//mojo/public/js",
- "//mojo/shell/public/cpp:cpp_for_chromium",
"//mojo/test:test_support",
"//net:test_support",
+ "//services/shell/public/cpp:cpp_for_chromium",
"//storage/browser",
"//testing/gmock",
"//testing/gtest",
« no previous file with comments | « content/shell/utility/DEPS ('k') | content/test/data/web_ui_mojo_shell_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698