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 'lastchange_path': '../build/util/LASTCHANGE', | 7 'lastchange_path': '../build/util/LASTCHANGE', |
8 'libpeer_target_type%': 'static_library', | 8 'libpeer_target_type%': 'static_library', |
9 'branding_dir': 'app/theme/<(branding_path_component)', | 9 'branding_dir': 'app/theme/<(branding_path_component)', |
10 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component
)', | 10 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component
)', |
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
523 { | 523 { |
524 'destination': '<(PRODUCT_DIR)/installer/common/', | 524 'destination': '<(PRODUCT_DIR)/installer/common/', |
525 'files': [ | 525 'files': [ |
526 '<@(packaging_files_common)', | 526 '<@(packaging_files_common)', |
527 ] | 527 ] |
528 }, | 528 }, |
529 # Additional theme resources needed for package building. | 529 # Additional theme resources needed for package building. |
530 { | 530 { |
531 'destination': '<(PRODUCT_DIR)/installer/theme/', | 531 'destination': '<(PRODUCT_DIR)/installer/theme/', |
532 'files': [ | 532 'files': [ |
| 533 '<(branding_dir)/linux/product_logo_32.xpm', |
533 '<(branding_dir_100)/product_logo_16.png', | 534 '<(branding_dir_100)/product_logo_16.png', |
534 '<(branding_dir)/product_logo_22.png', | 535 '<(branding_dir)/product_logo_22.png', |
535 '<(branding_dir)/product_logo_24.png', | 536 '<(branding_dir)/product_logo_24.png', |
536 '<(branding_dir_100)/product_logo_32.png', | 537 '<(branding_dir_100)/product_logo_32.png', |
537 '<(branding_dir)/product_logo_48.png', | 538 '<(branding_dir)/product_logo_48.png', |
538 '<(branding_dir)/product_logo_64.png', | 539 '<(branding_dir)/product_logo_64.png', |
539 '<(branding_dir)/product_logo_128.png', | 540 '<(branding_dir)/product_logo_128.png', |
540 '<(branding_dir)/product_logo_256.png', | 541 '<(branding_dir)/product_logo_256.png', |
541 '<(branding_dir)/product_logo_32.xpm', | |
542 '<(branding_dir)/BRANDING', | 542 '<(branding_dir)/BRANDING', |
543 ], | 543 ], |
544 }, | 544 }, |
545 ], | 545 ], |
546 'actions': [ | 546 'actions': [ |
547 { | 547 { |
548 'action_name': 'save_build_info', | 548 'action_name': 'save_build_info', |
549 'inputs': [ | 549 'inputs': [ |
550 '<(branding_dir)/BRANDING', | 550 '<(branding_dir)/BRANDING', |
551 '<(version_path)', | 551 '<(version_path)', |
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1098 '../build/isolate.gypi', | 1098 '../build/isolate.gypi', |
1099 ], | 1099 ], |
1100 'sources': [ | 1100 'sources': [ |
1101 'setup_unittests.isolate', | 1101 'setup_unittests.isolate', |
1102 ], | 1102 ], |
1103 }, | 1103 }, |
1104 ], | 1104 ], |
1105 }], | 1105 }], |
1106 ], | 1106 ], |
1107 } | 1107 } |
OLD | NEW |