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

Unified Diff: components/test_runner/test_runner.gyp

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/test_runner.gyp
diff --git a/components/test_runner/test_runner.gyp b/components/test_runner/test_runner.gyp
index b99001da0731382aef69b20948d1144140ea3d15..ad24ea3181d6a8c3eed0eb4b8ba613d969ceac65 100644
--- a/components/test_runner/test_runner.gyp
+++ b/components/test_runner/test_runner.gyp
@@ -198,25 +198,15 @@
},
],
'conditions': [
- ['OS=="mac" or OS=="win"', {
+ [OS=="win"', {
'targets': [
{
# GN version: //components/test_runner:layout_test_helper
'target_name': 'layout_test_helper',
'type': 'executable',
'sources': [
- 'helper/layout_test_helper_mac.mm',
'helper/layout_test_helper_win.cc',
],
- 'conditions': [
- ['OS=="mac"', {
- 'link_settings': {
- 'libraries': [
- '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
- ],
- },
- }],
- ],
},
],
}], # OS=="mac" or OS=="win"

Powered by Google App Engine
This is Rietveld 408576698