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

Side by Side Diff: chrome/chrome_repack_chrome.gypi

Issue 189763002: Remove chrome.pak and its references. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « no previous file | chrome/chrome_resources.gyp » ('j') | chrome/chrome_resources.gyp » ('J')
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 # This file is an unused, a mostly empty placeholder which should go away
6 # eventually -- http://crbug.com/52609
7 'action_name': 'repack_chrome',
8 'variables': {
9 'pak_inputs': [
10 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
11 ],
12 },
13 'inputs': [
14 '<(repack_path)',
15 '<@(pak_inputs)',
16 ],
17 'outputs': [
18 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak',
19 ],
20 'action': ['python', '<(repack_path)', '<@(_outputs)', '<@(pak_inputs)'],
21 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_resources.gyp » ('j') | chrome/chrome_resources.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698