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

Unified Diff: content/shell/BUILD.gn

Issue 2707183003: Move //components/test_runner back into //content/shell (Closed)
Patch Set: Trim DEPS Created 3 years, 10 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
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index d4a2e17da69c0c4e04a155bfa1b4eead25f09164..c43a2e6edc79804cbab1cec497163cad20efff2a 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -223,7 +223,6 @@ static_library("content_shell_lib") {
"//components/crash/content/app:app_breakpad_mac_win_to_be_deleted",
"//components/keyed_service/content",
"//components/plugins/renderer",
- "//components/test_runner:test_runner",
"//components/url_formatter",
"//components/web_cache/renderer",
"//content:resources",
@@ -231,6 +230,7 @@ static_library("content_shell_lib") {
"//content/app/strings",
"//content/gpu",
"//content/public/common:service_names",
+ "//content/shell/test_runner:test_runner",
"//content/test:content_test_mojo_bindings",
"//content/test:layouttest_support",
"//content/test:test_support",
@@ -408,10 +408,10 @@ group("resources") {
":copy_shell_resources",
]
deps = [
- "//components/test_runner:resources",
+ "//content/shell/test_runner:resources",
]
data_deps = [
- "//components/test_runner:resources",
+ "//content/shell/test_runner:resources",
]
}
@@ -486,7 +486,7 @@ if (is_android) {
# TODO(rsesek): Remove this after GYP is gone, since it only needs to
# be here per the comment in blink_test_platform_support_mac.mm about
# the bundle structure.
- "//components/test_runner:resources",
+ "//content/shell/test_runner:resources",
]
ldflags = [
# The main app is at Content Shell.app/Contents/MacOS/Content Shell

Powered by Google App Engine
This is Rietveld 408576698