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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 7582031: Product logo and name is the sole icon now (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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/browser/ui/webui/chromeos/login/core_oobe_handler.cc ('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) 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
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698