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

Side by Side Diff: chrome/chrome_repack_theme_resources_2x.gypi

Issue 10024050: Metro/HiDPI: Move 1x icons into separate pak file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 8 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_repack_chrome.gypi ('k') | chrome/chrome_resources.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4 {
5 'action_name': 'repack_theme_resources_2x',
6 'variables': {
7 'pak_inputs': [
8 '<(grit_out_dir)/theme_resources_2x.pak',
9 ],
10 },
11 'inputs': [
12 '<(repack_path)',
13 '<@(pak_inputs)',
14 ],
15 'outputs': [
16 '<(INTERMEDIATE_DIR)/repack/theme_resources_2x.pak',
17 ],
18 'action': ['python', '<(repack_path)', '<@(_outputs)',
19 '<@(pak_inputs)'],
20 'process_outputs_as_mac_bundle_resources': 1,
21 }
OLDNEW
« no previous file with comments | « chrome/chrome_repack_chrome.gypi ('k') | chrome/chrome_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698