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

Unified Diff: components/test_runner/BUILD.gn

Issue 2226733003: Color: Clean up color profile handling for layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master2
Patch Set: Fix windows Created 4 years, 4 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: components/test_runner/BUILD.gn
diff --git a/components/test_runner/BUILD.gn b/components/test_runner/BUILD.gn
index 6b2bad00c49c5765a2a19222c578cf7187aec056..2e1940052ec35221ccb65ede2c5be384903359b4 100644
--- a/components/test_runner/BUILD.gn
+++ b/components/test_runner/BUILD.gn
@@ -201,18 +201,13 @@ group("resources") {
}
}
-if (is_mac || is_win) {
+if (is_win) {
# GYP version: components/test_runner/test_runner.gyp:layout_test_helper
executable("layout_test_helper") {
sources = [
- "helper/layout_test_helper_mac.mm",
"helper/layout_test_helper_win.cc",
]
- if (is_mac) {
- libs = [ "AppKit.framework" ]
- }
-
deps = [
"//build/config/sanitizers:deps",
"//build/win:default_exe_manifest",

Powered by Google App Engine
This is Rietveld 408576698