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

Side by Side Diff: chrome/chrome_repack_chrome_100_percent.gypi

Issue 10825111: Repack separate 100 / 200 / touch_100 / touch_200 files into single pak files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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/chrome_repack_chrome_200_percent.gypi » ('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_chrome_resources_100_percent',
6 'variables': {
7 'pak_inputs': [
8 '<(grit_out_dir)/theme_resources_100_percent.pak',
9 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_percent.pak',
10 ],
11 },
12 'inputs': [
13 '<(repack_path)',
14 '<@(pak_inputs)',
15 ],
16 'outputs': [
17 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_100_percent.pak',
18 ],
19 'action': ['python', '<(repack_path)', '<@(_outputs)', '<@(pak_inputs)'],
20 }
OLDNEW
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/chrome_repack_chrome_200_percent.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698