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

Side by Side Diff: chrome/chrome_resources.gyp

Issue 10701105: Update webkit_resources to support high-dpi assets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change resource_bundle_mac.mm to load webkit_resources* on Mac as for other platforms Created 8 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/chrome_dll.gypi ('k') | chrome/installer/mini_installer/chrome.release » ('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) 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 'variables': { 5 'variables': {
6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
7 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], 7 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'],
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 }, 242 },
243 ], 243 ],
244 }], 244 }],
245 ['(OS != "mac" and enable_hidpi == 1) or chromeos == 1', { 245 ['(OS != "mac" and enable_hidpi == 1) or chromeos == 1', {
246 'copies': [ 246 'copies': [
247 { 247 {
248 'destination': '<(PRODUCT_DIR)', 248 'destination': '<(PRODUCT_DIR)',
249 'files': [ 249 'files': [
250 '<(grit_out_dir)/theme_resources_200_percent.pak', 250 '<(grit_out_dir)/theme_resources_200_percent.pak',
251 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_200_per cent.pak', 251 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_200_per cent.pak',
252 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_200_percent. pak',
252 ], 253 ],
253 }, 254 },
254 ], 255 ],
255 }], 256 }],
256 ['enable_touch_ui==1', { 257 ['enable_touch_ui==1', {
257 'copies': [ 258 'copies': [
258 { 259 {
259 'destination': '<(PRODUCT_DIR)', 260 'destination': '<(PRODUCT_DIR)',
260 'files': [ 261 'files': [
261 '<(grit_out_dir)/theme_resources_touch_100_percent.pak', 262 '<(grit_out_dir)/theme_resources_touch_100_percent.pak',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 'files': ['<@(default_apps_list)'] 368 'files': ['<@(default_apps_list)']
368 }, 369 },
369 ], 370 ],
370 }], 371 }],
371 ], # conditions 372 ], # conditions
372 }], # end OS != "mac" 373 }], # end OS != "mac"
373 ], # conditions 374 ], # conditions
374 }, 375 },
375 ], # targets 376 ], # targets
376 } 377 }
OLDNEW
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/installer/mini_installer/chrome.release » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698