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

Side by Side Diff: webkit/support/webkit_support.gypi

Issue 10852021: mac DumpRenderTree: Include missingImage.png (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'weburl_loader_mock.h', 64 'weburl_loader_mock.h',
65 'weburl_loader_mock_factory.cc', 65 'weburl_loader_mock_factory.cc',
66 'weburl_loader_mock_factory.h', 66 'weburl_loader_mock_factory.h',
67 'web_audio_device_mock.cc', 67 'web_audio_device_mock.cc',
68 'web_audio_device_mock.h', 68 'web_audio_device_mock.h',
69 ], 69 ],
70 'conditions': [ 70 'conditions': [
71 ['OS=="mac"', { 71 ['OS=="mac"', {
72 'copies': [{ 72 'copies': [{
73 'destination': '<(SHARED_INTERMEDIATE_DIR)/webkit', 73 'destination': '<(SHARED_INTERMEDIATE_DIR)/webkit',
74 'files': ['../tools/test_shell/resources/textAreaResizeCorner.png'], 74 'files': [
75 '../tools/test_shell/resources/missingImage.png',
76 '../tools/test_shell/resources/textAreaResizeCorner.png',
77 ],
75 }], 78 }],
76 },{ # OS!="mac" 79 },{ # OS!="mac"
77 'copies': [{ 80 'copies': [{
78 'destination': '<(PRODUCT_DIR)/DumpRenderTree_resources', 81 'destination': '<(PRODUCT_DIR)/DumpRenderTree_resources',
79 'files': [ 82 'files': [
80 '../tools/test_shell/resources/missingImage.gif', 83 '../tools/test_shell/resources/missingImage.gif',
81 '../tools/test_shell/resources/textAreaResizeCorner.png', 84 '../tools/test_shell/resources/textAreaResizeCorner.png',
82 ], 85 ],
83 }], 86 }],
84 }], 87 }],
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 '<(DEPTH)', 161 '<(DEPTH)',
159 ], 162 ],
160 'conditions': [ 163 'conditions': [
161 ['OS=="android"', { 164 ['OS=="android"', {
162 'toolsets': ['target', 'host'], 165 'toolsets': ['target', 'host'],
163 }], 166 }],
164 ], 167 ],
165 }, 168 },
166 ], 169 ],
167 } 170 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698