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

Side by Side Diff: Source/testing/testing.gyp

Issue 110313004: Change font-weight-1 test to use webfonts (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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/testing/data/fonts/WebKitWeightWatcher900.ttf ('k') | 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 # 1 #
2 # Copyright (C) 2011 Google Inc. All rights reserved. 2 # Copyright (C) 2011 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'files': ['<(ahem_path)'], 61 'files': ['<(ahem_path)'],
62 }], 62 }],
63 }], 63 }],
64 ['OS=="mac"', { 64 ['OS=="mac"', {
65 'dependencies': [ 65 'dependencies': [
66 'LayoutTestHelper', 66 'LayoutTestHelper',
67 ], 67 ],
68 'all_dependent_settings': { 68 'all_dependent_settings': {
69 'mac_bundle_resources': [ 69 'mac_bundle_resources': [
70 '<(ahem_path)', 70 '<(ahem_path)',
71 '<(source_dir)/testing/data/fonts/WebKitWeightWatche r100.ttf',
72 '<(source_dir)/testing/data/fonts/WebKitWeightWatche r200.ttf',
73 '<(source_dir)/testing/data/fonts/WebKitWeightWatche r300.ttf',
74 '<(source_dir)/testing/data/fonts/WebKitWeightWatche r400.ttf',
75 '<(source_dir)/testing/data/fonts/WebKitWeightWatche r500.ttf',
76 '<(source_dir)/testing/data/fonts/WebKitWeightWatche r600.ttf',
77 '<(source_dir)/testing/data/fonts/WebKitWeightWatche r700.ttf',
78 '<(source_dir)/testing/data/fonts/WebKitWeightWatche r800.ttf',
79 '<(source_dir)/testing/data/fonts/WebKitWeightWatche r900.ttf',
80 '<(SHARED_INTERMEDIATE_DIR)/webkit/missingImage.png' , 71 '<(SHARED_INTERMEDIATE_DIR)/webkit/missingImage.png' ,
81 '<(SHARED_INTERMEDIATE_DIR)/webkit/textAreaResizeCor ner.png', 72 '<(SHARED_INTERMEDIATE_DIR)/webkit/textAreaResizeCor ner.png',
82 ], 73 ],
83 }, 74 },
84 }], 75 }],
85 # The test plugin relies on X11. 76 # The test plugin relies on X11.
86 ['OS=="linux" and use_x11==0', { 77 ['OS=="linux" and use_x11==0', {
87 'dependencies!': [ 78 'dependencies!': [
88 'copy_TestNetscapePlugIn', 79 'copy_TestNetscapePlugIn',
89 ], 80 ],
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'cflags_cc': ['-Wno-c++0x-compat'], 211 'cflags_cc': ['-Wno-c++0x-compat'],
221 }, 212 },
222 }], 213 }],
223 ['clang==1', { 214 ['clang==1', {
224 'target_defaults': { 215 'target_defaults': {
225 # FIXME: Add -Wglobal-constructors after fixing existing bugs. 216 # FIXME: Add -Wglobal-constructors after fixing existing bugs.
226 }, 217 },
227 }], 218 }],
228 ], # conditions 219 ], # conditions
229 } 220 }
OLDNEW
« no previous file with comments | « Source/testing/data/fonts/WebKitWeightWatcher900.ttf ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698