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

Side by Side Diff: chrome/chrome_repack_chrome.gypi

Issue 8533023: Add a content_resources target which currently includes the sandbox definitions on mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates 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
« no previous file with comments | « chrome/browser/browser_resources.grd ('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) 2011 The Chromium Authors. All rights reserved. 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 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 '<(grit_out_dir)/default_plugin_resources/default_plugin_resources.pak', 10 '<(grit_out_dir)/default_plugin_resources/default_plugin_resources.pak',
11 '<(grit_out_dir)/renderer_resources.pak', 11 '<(grit_out_dir)/renderer_resources.pak',
12 '<(grit_out_dir)/theme_resources.pak', 12 '<(grit_out_dir)/theme_resources.pak',
13 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
13 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', 14 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
14 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.pak', 15 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.pak',
15 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak', 16 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak',
16 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', 17 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak',
17 ], 18 ],
18 'conditions': [ 19 'conditions': [
19 ['OS != "mac"', { 20 ['OS != "mac"', {
20 'pak_inputs': [ 21 'pak_inputs': [
21 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.pak', 22 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.pak',
22 ] 23 ]
(...skipping 13 matching lines...) Expand all
36 }, 37 },
37 'inputs': [ 38 'inputs': [
38 '<(repack_path)', 39 '<(repack_path)',
39 '<@(pak_inputs)', 40 '<@(pak_inputs)',
40 ], 41 ],
41 'outputs': [ 42 'outputs': [
42 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak', 43 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak',
43 ], 44 ],
44 'action': ['python', '<(repack_path)', '<@(_outputs)', '<@(pak_inputs)'], 45 'action': ['python', '<(repack_path)', '<@(_outputs)', '<@(pak_inputs)'],
45 } 46 }
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/chrome_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698