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

Side by Side Diff: chrome/chrome_repack_chrome_300_percent.gypi

Issue 633373010: Generate chrome_300_percent.pak (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move 300 percent action into OS==ios condition Created 6 years, 2 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
« no previous file with comments | « chrome/chrome_ios_bundle_resources.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 # GN version: //chrome:repack_chrome_300_percent
6 'action_name': 'repack_chrome_resources_300_percent',
7 'variables': {
8 'pak_inputs': [
9 # Only iOS generates 300 percent pak files so the inputs will need to be
10 # updated if other platforms need 300 percent support.
11 '<(SHARED_INTERMEDIATE_DIR)/components/components_resources_300_percent.pa k',
12 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_300_percent.pak',
13 # TODO(ios): Remove the dependency on renderer_resources.
14 '<(grit_out_dir)/renderer_resources_300_percent.pak',
15 '<(grit_out_dir)/theme_resources_300_percent.pak',
16 ],
17 'pak_output': '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_300_percent.pak',
18 },
19 'includes': [ '../build/repack_action.gypi' ],
20 }
OLDNEW
« no previous file with comments | « chrome/chrome_ios_bundle_resources.gypi ('k') | chrome/chrome_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698