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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 1276043003: Move linux-specific icon to linux/ dir (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: also update image Created 5 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
« no previous file with comments | « chrome/app/theme/chromium/product_logo_32.xpm ('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 '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
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
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 }
OLDNEW
« no previous file with comments | « chrome/app/theme/chromium/product_logo_32.xpm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698