| 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 # '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 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 574 { | 574 { |
| 575 'destination': '<(PRODUCT_DIR)/installer/common/', | 575 'destination': '<(PRODUCT_DIR)/installer/common/', |
| 576 'files': [ | 576 'files': [ |
| 577 '<@(packaging_files_common)', | 577 '<@(packaging_files_common)', |
| 578 ] | 578 ] |
| 579 }, | 579 }, |
| 580 # Additional theme resources needed for package building. | 580 # Additional theme resources needed for package building. |
| 581 { | 581 { |
| 582 'destination': '<(PRODUCT_DIR)/installer/theme/', | 582 'destination': '<(PRODUCT_DIR)/installer/theme/', |
| 583 'files': [ | 583 'files': [ |
| 584 '<(branding_dir)/product_logo_16.png', | 584 'default_100_percent/<(branding_dir)/product_logo_16.png', |
| 585 '<(branding_dir)/product_logo_22.png', | 585 '<(branding_dir)/product_logo_22.png', |
| 586 '<(branding_dir)/product_logo_24.png', | 586 '<(branding_dir)/product_logo_24.png', |
| 587 '<(branding_dir)/product_logo_32.png', | 587 'default_100_percent/<(branding_dir)/product_logo_32.png', |
| 588 '<(branding_dir)/product_logo_48.png', | 588 '<(branding_dir)/product_logo_48.png', |
| 589 '<(branding_dir)/product_logo_64.png', | 589 '<(branding_dir)/product_logo_64.png', |
| 590 '<(branding_dir)/product_logo_128.png', | 590 '<(branding_dir)/product_logo_128.png', |
| 591 '<(branding_dir)/product_logo_256.png', | 591 '<(branding_dir)/product_logo_256.png', |
| 592 '<(branding_dir)/product_logo_32.xpm', | 592 '<(branding_dir)/product_logo_32.xpm', |
| 593 '<(branding_dir)/BRANDING', | 593 '<(branding_dir)/BRANDING', |
| 594 ], | 594 ], |
| 595 }, | 595 }, |
| 596 ], | 596 ], |
| 597 'actions': [ | 597 'actions': [ |
| (...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1087 'variables': { | 1087 'variables': { |
| 1088 'branding_dir': 'app/theme/google_chrome', | 1088 'branding_dir': 'app/theme/google_chrome', |
| 1089 }, | 1089 }, |
| 1090 }, { # else branding!="Chrome" | 1090 }, { # else branding!="Chrome" |
| 1091 'variables': { | 1091 'variables': { |
| 1092 'branding_dir': 'app/theme/chromium', | 1092 'branding_dir': 'app/theme/chromium', |
| 1093 }, | 1093 }, |
| 1094 }], | 1094 }], |
| 1095 ], | 1095 ], |
| 1096 } | 1096 } |
| OLD | NEW |