OLD | NEW |
---|---|
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', | 7 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', |
8 # 'branding_dir' is set in the 'conditions' section at the bottom. | 8 # 'branding_dir' is set in the 'conditions' section at the bottom. |
9 }, | 9 }, |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
475 }, | 475 }, |
476 # Additional theme resources needed for package building. | 476 # Additional theme resources needed for package building. |
477 { | 477 { |
478 'destination': '<(PRODUCT_DIR)/installer/theme/', | 478 'destination': '<(PRODUCT_DIR)/installer/theme/', |
479 'files': [ | 479 'files': [ |
480 '<(branding_dir)/product_logo_16.png', | 480 '<(branding_dir)/product_logo_16.png', |
481 '<(branding_dir)/product_logo_22.png', | 481 '<(branding_dir)/product_logo_22.png', |
482 '<(branding_dir)/product_logo_24.png', | 482 '<(branding_dir)/product_logo_24.png', |
483 '<(branding_dir)/product_logo_32.png', | 483 '<(branding_dir)/product_logo_32.png', |
484 '<(branding_dir)/product_logo_48.png', | 484 '<(branding_dir)/product_logo_48.png', |
485 '<(branding_dir)/product_logo_64.png', | 485 '<(branding_dir)/product_logo_name.png', |
whywhat
2011/08/08 15:20:02
Are you sure nobody else uses this logo?
| |
486 '<(branding_dir)/product_logo_128.png', | 486 '<(branding_dir)/product_logo_128.png', |
487 '<(branding_dir)/product_logo_256.png', | 487 '<(branding_dir)/product_logo_256.png', |
488 '<(branding_dir)/product_logo_32.xpm', | 488 '<(branding_dir)/product_logo_32.xpm', |
489 '<(branding_dir)/BRANDING', | 489 '<(branding_dir)/BRANDING', |
490 ], | 490 ], |
491 }, | 491 }, |
492 ], | 492 ], |
493 'actions': [ | 493 'actions': [ |
494 { | 494 { |
495 'action_name': 'save_build_info', | 495 'action_name': 'save_build_info', |
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
915 'variables': { | 915 'variables': { |
916 'branding_dir': 'app/theme/google_chrome', | 916 'branding_dir': 'app/theme/google_chrome', |
917 }, | 917 }, |
918 }, { # else branding!="Chrome" | 918 }, { # else branding!="Chrome" |
919 'variables': { | 919 'variables': { |
920 'branding_dir': 'app/theme/chromium', | 920 'branding_dir': 'app/theme/chromium', |
921 }, | 921 }, |
922 }], | 922 }], |
923 ], | 923 ], |
924 } | 924 } |
OLD | NEW |