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

Side by Side Diff: trunk/src/chrome/chrome_repack_chrome.gypi

Issue 22557005: Revert 216822 "Remove chrome.pak references, build resources int..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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
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 'action_name': 'repack_chrome', 5 'action_name': 'repack_chrome',
6 'variables': { 6 'variables': {
7 'pak_inputs': [ 7 'pak_inputs': [
8 '<(grit_out_dir)/browser_resources.pak', 8 '<(grit_out_dir)/browser_resources.pak',
9 '<(grit_out_dir)/common_resources.pak', 9 '<(grit_out_dir)/common_resources.pak',
10 '<(SHARED_INTERMEDIATE_DIR)/chrome/chrome_unscaled_resources.pak', 10 '<(SHARED_INTERMEDIATE_DIR)/chrome/chrome_unscaled_resources.pak',
(...skipping 16 matching lines...) Expand all
27 }, 27 },
28 'inputs': [ 28 'inputs': [
29 '<(repack_path)', 29 '<(repack_path)',
30 '<@(pak_inputs)', 30 '<@(pak_inputs)',
31 ], 31 ],
32 'outputs': [ 32 'outputs': [
33 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak', 33 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak',
34 ], 34 ],
35 'action': ['python', '<(repack_path)', '<@(_outputs)', '<@(pak_inputs)'], 35 'action': ['python', '<(repack_path)', '<@(_outputs)', '<@(pak_inputs)'],
36 } 36 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/chrome_ios_bundle_resources.gypi ('k') | trunk/src/chrome/chrome_repack_resources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698