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

Unified Diff: webkit/tools/test_shell/test_shell.gypi

Issue 10694063: Remove layout_test_helper from webkit/tools/test_shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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: webkit/tools/test_shell/test_shell.gypi
diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi
index 934f1aa076931f51916a2b916d8b96bf492274e3..1f05ce9c08003fbec4c2df6a246b7d8e5509246b 100644
--- a/webkit/tools/test_shell/test_shell.gypi
+++ b/webkit/tools/test_shell/test_shell.gypi
@@ -241,9 +241,6 @@
},
'conditions': [
['OS=="win"', {
- 'dependencies': [
- 'layout_test_helper',
- ],
'resource_include_dirs': [
'<(SHARED_INTERMEDIATE_DIR)/webkit',
],
@@ -286,7 +283,6 @@
['OS=="mac"', {
'product_name': 'TestShell',
'dependencies': [
- 'layout_test_helper',
'<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
],
'variables': {
@@ -644,42 +640,5 @@
},
],
}],
- ['OS=="win"', {
- 'targets': [
- {
- # Helper application that disables ClearType during the
- # running of the layout tests
- 'target_name': 'layout_test_helper',
- 'type': 'executable',
- 'variables': {
- 'chromium_code': 1,
- },
- 'sources': [
- 'win/layout_test_helper.cc',
- ],
- },
- ],
- }],
- ['OS=="mac"', {
- 'targets': [
- {
- # Helper application that manages the color sync profile on mac
- # for the test shells run by the layout tests.
- 'target_name': 'layout_test_helper',
- 'type': 'executable',
- 'variables': {
- 'chromium_code': 1,
- },
- 'sources': [
- 'mac/layout_test_helper.mm',
- ],
- 'link_settings': {
- 'libraries': [
- '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
- ],
- },
- },
- ],
- }],
],
}
« no previous file with comments | « webkit/tools/test_shell/mac/layout_test_helper.mm ('k') | webkit/tools/test_shell/win/layout_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698