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

Unified Diff: BUILD.gn

Issue 1167703002: Move test runner to a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 years, 7 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 | « no previous file | android_webview/tools/third_party_files_whitelist.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 224591faf3c10908e9f5b628aeee219c0291b674..0f946dcacf9134fc92c9699ba8c25a894e0c39f0 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -748,8 +748,8 @@ if (!is_ios) {
if (is_win) {
deps += [
+ "//components/test_runner:layout_test_helper",
"//content/shell:crash_service",
- "//content/shell:layout_test_helper",
]
}
@@ -760,7 +760,7 @@ if (!is_ios) {
if (is_mac) {
deps += [
"//breakpad:dump_syms($host_toolchain)",
- "//content/shell:layout_test_helper",
+ "//components/test_runner:layout_test_helper",
]
}
« no previous file with comments | « no previous file | android_webview/tools/third_party_files_whitelist.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698