summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_repack_chrome_material_100_percent.gypi
blob: 1ef033708746a851d2c5dda60459b27b4b42bd73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
  # GN version: //chrome:repack_chrome_material_100_percent
  'action_name': 'repack_chrome_resources_material_100_percent',
  'variables': {
    'pak_inputs': [
      '<(SHARED_INTERMEDIATE_DIR)/components/components_resources_material_100_percent.pak',
      '<(grit_out_dir)/theme_resources_material_100_percent.pak',
    ],
    'pak_output': '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_material_100_percent.pak',
  },
  'includes': [ '../build/repack_action.gypi' ],
}