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 '<(SHARED_INTERMEDIATE_DIR)/webkit/missingImage.png', | 401 '<(SHARED_INTERMEDIATE_DIR)/webkit/missingImage.png', |
402 '<(SHARED_INTERMEDIATE_DIR)/webkit/textAreaResizeCorner.png', | 402 '<(SHARED_INTERMEDIATE_DIR)/webkit/textAreaResizeCorner.png', |
403 ], | 403 ], |
404 }, | 404 }, |
405 }], | 405 }], |
406 ['use_x11 == 1', { | 406 ['use_x11 == 1', { |
407 'copies': [{ | 407 'copies': [{ |
408 'destination': '<(PRODUCT_DIR)', | 408 'destination': '<(PRODUCT_DIR)', |
409 'files': [ | 409 'files': [ |
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/GardinerModBug.ttf', | |
412 'shell/renderer/test_runner/resources/fonts/GardinerModCat.ttf', | |
piman
2014/06/25 18:43:31
third-party data needs to go into third_party, whe
Dominik Röttsches
2014/06/26 11:21:54
How about referencing them from third_party/WebKit
| |
411 'shell/renderer/test_runner/resources/fonts/fonts.conf', | 413 'shell/renderer/test_runner/resources/fonts/fonts.conf', |
412 ] | 414 ] |
413 }], | 415 }], |
414 }], | 416 }], |
415 ['OS=="android"', { | 417 ['OS=="android"', { |
416 'copies': [{ | 418 'copies': [{ |
417 'destination': '<(PRODUCT_DIR)', | 419 'destination': '<(PRODUCT_DIR)', |
418 'files': [ | 420 'files': [ |
419 'shell/renderer/test_runner/resources/fonts/AHEM____.TTF', | 421 'shell/renderer/test_runner/resources/fonts/AHEM____.TTF', |
420 'shell/renderer/test_runner/resources/fonts/android_main_fonts.xml ', | 422 'shell/renderer/test_runner/resources/fonts/android_main_fonts.xml ', |
(...skipping 676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1097 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1099 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
1098 '--destination_dir', '<(dest_dir)', | 1100 '--destination_dir', '<(dest_dir)', |
1099 ], | 1101 ], |
1100 }, | 1102 }, |
1101 ], | 1103 ], |
1102 }, | 1104 }, |
1103 ], | 1105 ], |
1104 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1106 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
1105 ] | 1107 ] |
1106 } | 1108 } |
OLD | NEW |