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

Side by Side Diff: content/content_shell.gypi

Issue 356733003: Enable layout testing support for font fallback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: README.Chromium renamed to README.chromium (lowercase) Created 6 years, 5 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_linux.cc » ('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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 '<(SHARED_INTERMEDIATE_DIR)/webkit/textAreaResizeCorner.png', 405 '<(SHARED_INTERMEDIATE_DIR)/webkit/textAreaResizeCorner.png',
406 ], 406 ],
407 }, 407 },
408 }], 408 }],
409 ['use_x11 == 1', { 409 ['use_x11 == 1', {
410 'copies': [{ 410 'copies': [{
411 'destination': '<(PRODUCT_DIR)', 411 'destination': '<(PRODUCT_DIR)',
412 'files': [ 412 'files': [
413 'shell/renderer/test_runner/resources/fonts/AHEM____.TTF', 413 'shell/renderer/test_runner/resources/fonts/AHEM____.TTF',
414 'shell/renderer/test_runner/resources/fonts/fonts.conf', 414 'shell/renderer/test_runner/resources/fonts/fonts.conf',
415 '../third_party/gardiner_mod/GardinerModBug.ttf',
416 '../third_party/gardiner_mod/GardinerModCat.ttf',
415 ] 417 ]
416 }], 418 }],
417 }], 419 }],
418 ['OS=="android"', { 420 ['OS=="android"', {
419 'copies': [{ 421 'copies': [{
420 'destination': '<(PRODUCT_DIR)', 422 'destination': '<(PRODUCT_DIR)',
421 'files': [ 423 'files': [
422 'shell/renderer/test_runner/resources/fonts/AHEM____.TTF', 424 'shell/renderer/test_runner/resources/fonts/AHEM____.TTF',
423 'shell/renderer/test_runner/resources/fonts/android_main_fonts.xml ', 425 'shell/renderer/test_runner/resources/fonts/android_main_fonts.xml ',
424 'shell/renderer/test_runner/resources/fonts/android_fallback_fonts .xml', 426 'shell/renderer/test_runner/resources/fonts/android_fallback_fonts .xml',
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after
1100 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1102 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1101 '--destination_dir', '<(dest_dir)', 1103 '--destination_dir', '<(dest_dir)',
1102 ], 1104 ],
1103 }, 1105 },
1104 ], 1106 ],
1105 }, 1107 },
1106 ], 1108 ],
1107 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1109 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1108 ] 1110 ]
1109 } 1111 }
OLDNEW
« no previous file with comments | « no previous file | content/shell/app/webkit_test_platform_support_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698