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

Side by Side Diff: chrome/chrome_repack_resources.gypi

Issue 2257003002: [Extensions] Generate all schema resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment Created 4 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
« no previous file with comments | « chrome/BUILD.gn ('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
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_resources', 5 'action_name': 'repack_resources',
6 'variables': { 6 'variables': {
7 'pak_inputs': [ 7 'pak_inputs': [
8 '<(SHARED_INTERMEDIATE_DIR)/chrome/chrome_unscaled_resources.pak', 8 '<(SHARED_INTERMEDIATE_DIR)/chrome/chrome_unscaled_resources.pak',
9 '<(SHARED_INTERMEDIATE_DIR)/components/components_resources.pak', 9 '<(SHARED_INTERMEDIATE_DIR)/components/components_resources.pak',
10 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', 10 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
(...skipping 29 matching lines...) Expand all
40 '<(grit_out_dir)/options_resources.pak', 40 '<(grit_out_dir)/options_resources.pak',
41 '<(grit_out_dir)/quota_internals_resources.pak', 41 '<(grit_out_dir)/quota_internals_resources.pak',
42 '<(grit_out_dir)/settings_resources.pak', 42 '<(grit_out_dir)/settings_resources.pak',
43 '<(grit_out_dir)/sync_file_system_internals_resources.pak', 43 '<(grit_out_dir)/sync_file_system_internals_resources.pak',
44 ], 44 ],
45 }], 45 }],
46 ['enable_extensions==1', { 46 ['enable_extensions==1', {
47 'pak_inputs': [ 47 'pak_inputs': [
48 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_renderer_resources.p ak', 48 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_renderer_resources.p ak',
49 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_resources.pak', 49 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_resources.pak',
50 '<(grit_out_dir)/extensions_api_resources.pak',
51 ], 50 ],
52 }], 51 }],
53 ], 52 ],
54 }, 53 },
55 'includes': [ '../build/repack_action.gypi' ], 54 'includes': [ '../build/repack_action.gypi' ],
56 } 55 }
OLDNEW
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/chrome_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698