blob: dcc2d7ec0d553c7fa0c9a05536c81d2ca767c0bc [file] [log] [blame]
[email protected]a048ad22012-03-23 04:26:561# Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]ebee67702011-11-03 19:27:332# 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': [
[email protected]5db2b7492013-08-23 05:33:098 '<(SHARED_INTERMEDIATE_DIR)/chrome/chrome_unscaled_resources.pak',
[email protected]8bb49f302014-02-07 08:18:099 '<(SHARED_INTERMEDIATE_DIR)/components/component_resources.pak',
[email protected]5db2b7492013-08-23 05:33:0910 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
11 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/webui_resources.pak',
12 '<(grit_out_dir)/browser_resources.pak',
13 '<(grit_out_dir)/common_resources.pak',
[email protected]f17be762014-01-30 21:05:3814 '<(grit_out_dir)/invalidations_resources.pak',
[email protected]f8f727242013-01-29 12:15:4615 '<(grit_out_dir)/memory_internals_resources.pak',
[email protected]13961a12012-12-07 04:54:5216 '<(grit_out_dir)/net_internals_resources.pak',
[email protected]15e05e52014-03-01 00:39:4517 '<(grit_out_dir)/password_manager_internals_resources.pak',
[email protected]df4223a2012-11-20 00:43:0218 '<(grit_out_dir)/signin_internals_resources.pak',
[email protected]ebee67702011-11-03 19:27:3319 '<(grit_out_dir)/sync_internals_resources.pak',
[email protected]147408a2013-04-23 06:57:5120 '<(grit_out_dir)/translate_internals_resources.pak',
[email protected]ebee67702011-11-03 19:27:3321 ],
[email protected]01bdc9202014-03-28 21:11:2022 'pak_output': '<(SHARED_INTERMEDIATE_DIR)/repack/resources.pak',
[email protected]ebee67702011-11-03 19:27:3323 'conditions': [
[email protected]5db2b7492013-08-23 05:33:0924 ['OS != "ios"', {
25 'pak_inputs': [
26 '<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_resources.pak',
27 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
28 '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.pak',
[email protected]5db2b7492013-08-23 05:33:0929 ],
30 }],
[email protected]ca79c6892012-11-02 22:56:2931 ['OS != "ios" and OS != "android"', {
32 # New paks should be added here by default.
[email protected]9835d342012-10-17 23:58:0433 'pak_inputs': [
34 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak',
35 '<(grit_out_dir)/component_extension_resources.pak',
[email protected]9835d342012-10-17 23:58:0436 '<(grit_out_dir)/options_resources.pak',
37 '<(grit_out_dir)/quota_internals_resources.pak',
[email protected]94523fe12013-05-02 07:12:4738 '<(grit_out_dir)/sync_file_system_internals_resources.pak',
[email protected]9835d342012-10-17 23:58:0439 ],
40 }],
[email protected]5db2b7492013-08-23 05:33:0941 ['enable_extensions==1', {
[email protected]51ac1582012-10-29 22:16:3642 'pak_inputs': [
[email protected]5db2b7492013-08-23 05:33:0943 '<(grit_out_dir)/extensions_api_resources.pak',
[email protected]51ac1582012-10-29 22:16:3644 ],
45 }],
[email protected]ebee67702011-11-03 19:27:3346 ],
47 },
[email protected]01bdc9202014-03-28 21:11:2048 'includes': [ '../build/repack_action.gypi' ],
[email protected]ebee67702011-11-03 19:27:3349}