| Index: components/components_resources.gypi
|
| diff --git a/components/components_resources.gypi b/components/components_resources.gypi
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5c1fe9a4a95fcb0fd176c962e4a824491a85921a
|
| --- /dev/null
|
| +++ b/components/components_resources.gypi
|
| @@ -0,0 +1,25 @@
|
| +# Copyright 2013 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': 'components_resources',
|
| + 'type': 'none',
|
| + 'variables': {
|
| + 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/components',
|
| + },
|
| + 'actions': [
|
| + {
|
| + 'action_name': 'components_resources',
|
| + 'variables': {
|
| + 'grit_grd_file': 'components_resources.grd',
|
| + },
|
| + 'includes': [ '../build/grit_action.gypi' ],
|
| + },
|
| + ],
|
| + 'includes': [ '../build/grit_target.gypi' ],
|
| + },
|
| + ],
|
| +}
|
|
|