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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 3305008: Merge 58449 - Linux: include an updated copy of xdg-mime that fixes default b... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/514/src/
Patch Set: Created 10 years, 3 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 | « DEPS ('k') | chrome/chrome_installer.gypi » ('j') | 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_exe_target': 0, 8 'chrome_exe_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'installer_util', 188 'installer_util',
189 ], 189 ],
190 'sources': [ 190 'sources': [
191 'app/chrome_dll_main.cc', 191 'app/chrome_dll_main.cc',
192 'app/chrome_dll_resource.h', 192 'app/chrome_dll_resource.h',
193 ], 193 ],
194 'copies': [ 194 'copies': [
195 { 195 {
196 'destination': '<(PRODUCT_DIR)', 196 'destination': '<(PRODUCT_DIR)',
197 'files': ['tools/build/linux/chrome-wrapper', 197 'files': ['tools/build/linux/chrome-wrapper',
198 '../third_party/xdg-utils/scripts/xdg-mime',
198 '../third_party/xdg-utils/scripts/xdg-settings', 199 '../third_party/xdg-utils/scripts/xdg-settings',
199 ], 200 ],
200 # The wrapper script above may need to generate a .desktop file, 201 # The wrapper script above may need to generate a .desktop file,
201 # which requires an icon. So, copy one next to the script. 202 # which requires an icon. So, copy one next to the script.
202 'conditions': [ 203 'conditions': [
203 ['branding=="Chrome"', { 204 ['branding=="Chrome"', {
204 'files': ['app/theme/google_chrome/product_logo_48.png'] 205 'files': ['app/theme/google_chrome/product_logo_48.png']
205 }, { # else: 'branding!="Chrome" 206 }, { # else: 'branding!="Chrome"
206 'files': ['app/theme/chromium/product_logo_48.png'] 207 'files': ['app/theme/chromium/product_logo_48.png']
207 }], 208 }],
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 'message': 556 'message':
556 'Copy the Localizable.strings files to the manifest bundle', 557 'Copy the Localizable.strings files to the manifest bundle',
557 'process_outputs_as_mac_bundle_resources': 1, 558 'process_outputs_as_mac_bundle_resources': 1,
558 }, 559 },
559 ], 560 ],
560 }, 561 },
561 ] 562 ]
562 }] 563 }]
563 ], 564 ],
564 } 565 }
OLDNEW
« no previous file with comments | « DEPS ('k') | chrome/chrome_installer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698