diff options
Diffstat (limited to 'components/component_resources.gyp')
-rw-r--r-- | components/component_resources.gyp | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/components/component_resources.gyp b/components/component_resources.gyp new file mode 100644 index 0000000..a626c00 --- /dev/null +++ b/components/component_resources.gyp @@ -0,0 +1,25 @@ +# Copyright 2014 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. + +{ + 'targets': [ + { + 'target_name': 'component_resources', + 'type': 'none', + 'variables': { + 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/components', + }, + 'actions': [ + { + 'action_name': 'component_resources', + 'variables': { + 'grit_grd_file': 'component_resources.grd', + }, + 'includes': [ '../build/grit_action.gypi' ], + }, + ], + 'includes': [ '../build/grit_target.gypi' ], + }, + ], +} |