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

Unified Diff: Source/testing/testing.gyp

Issue 132663004: Remove TestRunner_resources target. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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 | public/all.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/testing.gyp
diff --git a/Source/testing/testing.gyp b/Source/testing/testing.gyp
index 8b9a14f650b4da1c7b05401e20a893c33d4ebbd3..3335350e309192a24b1808b7e726a73438bc7ff7 100644
--- a/Source/testing/testing.gyp
+++ b/Source/testing/testing.gyp
@@ -46,67 +46,6 @@
],
'targets': [
{
- 'target_name': 'TestRunner_resources',
- 'type': 'none',
- 'dependencies': [
- 'copy_TestNetscapePlugIn',
- ],
- 'conditions': [
- ['OS=="win"', {
- 'dependencies': [
- 'LayoutTestHelper',
- ],
- 'copies': [{
- 'destination': '<(PRODUCT_DIR)',
- 'files': ['<(ahem_path)'],
- }],
- }],
- ['OS=="mac"', {
- 'dependencies': [
- 'LayoutTestHelper',
- ],
- 'all_dependent_settings': {
- 'mac_bundle_resources': [
- '<(ahem_path)',
- '<(SHARED_INTERMEDIATE_DIR)/webkit/missingImage.png',
- '<(SHARED_INTERMEDIATE_DIR)/webkit/textAreaResizeCorner.png',
- ],
- },
- }],
- # The test plugin relies on X11.
- ['OS=="linux" and use_x11==0', {
- 'dependencies!': [
- 'copy_TestNetscapePlugIn',
- ],
- }],
- ['use_x11 == 1', {
- 'dependencies': [
- '<(DEPTH)/tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
- ],
- 'copies': [{
- 'destination': '<(PRODUCT_DIR)',
- 'files': [
- '<(ahem_path)',
- '<(source_dir)/testing/data/fonts/fonts.conf',
- ]
- }],
- }],
- ['OS=="android"', {
- 'dependencies!': [
- 'copy_TestNetscapePlugIn',
- ],
- 'copies': [{
- 'destination': '<(PRODUCT_DIR)',
- 'files': [
- '<(ahem_path)',
- '<(source_dir)/testing/data/fonts/android_main_fonts.xml',
- '<(source_dir)/testing/data/fonts/android_fallback_fonts.xml',
- ]
- }],
- }],
- ],
- },
- {
'target_name': 'TestNetscapePlugIn',
'type': 'loadable_module',
'sources': [ '<@(test_plugin_files)' ],
« no previous file with comments | « no previous file | public/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698