Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(387)

Side by Side Diff: chrome/chrome_installer.gypi

Issue 10692069: HiDPI assets for product_logo_16 / _32 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add todo Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698