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

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: Update TODOs Created 4 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 | « build/all.gyp ('k') | components/test_runner/helper/layout_test_helper_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/BUILD.gn
diff --git a/components/test_runner/BUILD.gn b/components/test_runner/BUILD.gn
index 504c0b1e1ceb8f21e0128c68b36d8cf9b382519a..09df128d8c9c3d0ea8fbb3aa18a315c39ea03e97 100644
--- a/components/test_runner/BUILD.gn
+++ b/components/test_runner/BUILD.gn
@@ -203,18 +203,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",
« no previous file with comments | « build/all.gyp ('k') | components/test_runner/helper/layout_test_helper_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698