summaryrefslogtreecommitdiffstats
path: root/src/core/resources/repack_resources.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/resources/repack_resources.gypi')
-rw-r--r--src/core/resources/repack_resources.gypi16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/core/resources/repack_resources.gypi b/src/core/resources/repack_resources.gypi
deleted file mode 100644
index ce224e625..000000000
--- a/src/core/resources/repack_resources.gypi
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright (c) 2012 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.
-{
- 'variables': {
- 'repack_path': '<(chromium_src_dir)/tools/grit/grit/format/repack.py',
- },
- 'inputs': [
- '<(repack_path)',
- '<@(pak_inputs)',
- ],
- 'outputs': [
- '<@(pak_outputs)',
- ],
- 'action': ['python', '<(repack_path)', '<@(_outputs)', '<@(pak_inputs)'],
-}