| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |