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

Side by Side Diff: chrome/chrome_repack_resources.gypi

Issue 8430011: Revert 107967 - Introduces chromium_resources.gyp to factor out Chrome resource generation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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
(Empty)
1 # Copyright (c) 2011 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_resources',
6 'variables': {
7 'pak_inputs': [
8 '<(grit_out_dir)/component_extension_resources.pak',
9 '<(grit_out_dir)/devtools_frontend_resources.pak',
10 '<(grit_out_dir)/devtools_resources.pak',
11 '<(grit_out_dir)/net_internals_resources.pak',
12 '<(grit_out_dir)/options_resources.pak',
13 '<(grit_out_dir)/shared_resources.pak',
14 '<(grit_out_dir)/sync_internals_resources.pak',
15 '<(grit_out_dir)/workers_resources.pak',
16 ],
17 'conditions': [
18 ['OS != "mac"', {
19 'pak_inputs': [
20 '<(grit_out_dir)/quota_internals_resources.pak',
21 ],
22 }],
23 ],
24 },
25 'inputs': [
26 '<(repack_path)',
27 '<@(pak_inputs)',
28 ],
29 'outputs': [
30 '<(INTERMEDIATE_DIR)/repack/resources.pak',
31 ],
32 'action': ['python', '<(repack_path)', '<@(_outputs)', '<@(pak_inputs)'],
33 }
OLDNEW
« no previous file with comments | « chrome/chrome_repack_pseudo_locales.gypi ('k') | chrome/chrome_repack_theme_resources_large.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698