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

Side by Side Diff: content/content_shell.gypi

Issue 206253006: Add ChromiumAATTest for testing AAT font support in the shaper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@harfbuzzCompileCoretext
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | content/shell/app/webkit_test_platform_support_mac.mm » ('j') | 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 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 ['OS=="win"', { 401 ['OS=="win"', {
402 'copies': [{ 402 'copies': [{
403 'destination': '<(PRODUCT_DIR)', 403 'destination': '<(PRODUCT_DIR)',
404 'files': ['shell/renderer/test_runner/resources/fonts/AHEM____.TTF'] , 404 'files': ['shell/renderer/test_runner/resources/fonts/AHEM____.TTF'] ,
405 }], 405 }],
406 }], 406 }],
407 ['OS=="mac"', { 407 ['OS=="mac"', {
408 'all_dependent_settings': { 408 'all_dependent_settings': {
409 'mac_bundle_resources': [ 409 'mac_bundle_resources': [
410 'shell/renderer/test_runner/resources/fonts/AHEM____.TTF', 410 'shell/renderer/test_runner/resources/fonts/AHEM____.TTF',
411 'shell/renderer/test_runner/resources/fonts/ChromiumAATTest.ttf',
411 '<(SHARED_INTERMEDIATE_DIR)/webkit/missingImage.png', 412 '<(SHARED_INTERMEDIATE_DIR)/webkit/missingImage.png',
412 '<(SHARED_INTERMEDIATE_DIR)/webkit/textAreaResizeCorner.png', 413 '<(SHARED_INTERMEDIATE_DIR)/webkit/textAreaResizeCorner.png',
413 ], 414 ],
414 }, 415 },
415 }], 416 }],
416 ['use_x11 == 1', { 417 ['use_x11 == 1', {
417 'copies': [{ 418 'copies': [{
418 'destination': '<(PRODUCT_DIR)', 419 'destination': '<(PRODUCT_DIR)',
419 'files': [ 420 'files': [
420 'shell/renderer/test_runner/resources/fonts/AHEM____.TTF', 421 'shell/renderer/test_runner/resources/fonts/AHEM____.TTF',
(...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after
1136 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1137 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1137 '--destination_dir', '<(dest_dir)', 1138 '--destination_dir', '<(dest_dir)',
1138 ], 1139 ],
1139 }, 1140 },
1140 ], 1141 ],
1141 }, 1142 },
1142 ], 1143 ],
1143 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1144 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1144 ] 1145 ]
1145 } 1146 }
OLDNEW
« no previous file with comments | « no previous file | content/shell/app/webkit_test_platform_support_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698