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

Side by Side Diff: webkit/glue/webkit_glue.gypi

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 | « webkit/glue/resources/webkit_resources.grd ('k') | webkit/glue/webkit_resources.grd » ('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 { 5 {
6 'variables': { 6 'variables': {
7 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../../..', 9 'webkit_src_dir': '../../../../..',
10 },{ 10 },{
(...skipping 11 matching lines...) Expand all
22 { 22 {
23 'target_name': 'webkit_resources', 23 'target_name': 'webkit_resources',
24 'type': 'none', 24 'type': 'none',
25 'variables': { 25 'variables': {
26 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/webkit', 26 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/webkit',
27 }, 27 },
28 'actions': [ 28 'actions': [
29 { 29 {
30 'action_name': 'webkit_resources', 30 'action_name': 'webkit_resources',
31 'variables': { 31 'variables': {
32 'grit_grd_file': 'webkit_resources.grd', 32 'grit_grd_file': 'resources/webkit_resources.grd',
33 }, 33 },
34 'includes': [ '../../build/grit_action.gypi' ], 34 'includes': [ '../../build/grit_action.gypi' ],
35 }, 35 },
36 { 36 {
37 'action_name': 'webkit_chromium_resources', 37 'action_name': 'webkit_chromium_resources',
38 'variables': { 38 'variables': {
39 'grit_grd_file': '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gr d', 39 'grit_grd_file': '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gr d',
40 }, 40 },
41 'includes': [ '../../build/grit_action.gypi' ], 41 'includes': [ '../../build/grit_action.gypi' ],
42 }, 42 },
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 }, 552 },
553 'includes': [ '../../build/grit_action.gypi' ], 553 'includes': [ '../../build/grit_action.gypi' ],
554 }, 554 },
555 ], 555 ],
556 'includes': [ '../../build/grit_target.gypi' ], 556 'includes': [ '../../build/grit_target.gypi' ],
557 }, 557 },
558 ], 558 ],
559 }], 559 }],
560 ], 560 ],
561 } 561 }
OLDNEW
« no previous file with comments | « webkit/glue/resources/webkit_resources.grd ('k') | webkit/glue/webkit_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698