| Index: chrome/app/settings_strings.gyp
|
| diff --git a/chrome/app/settings_strings.gyp b/chrome/app/settings_strings.gyp
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1a554e8ef35ccea4ef97475ecb3cef17e333b039
|
| --- /dev/null
|
| +++ b/chrome/app/settings_strings.gyp
|
| @@ -0,0 +1,24 @@
|
| +# 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': 'settings_strings',
|
| + 'type': 'none',
|
| + 'variables': {
|
| + 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome/app',
|
| + },
|
| + 'actions': [
|
| + {
|
| + 'action_name': 'generate_settings_strings',
|
| + 'variables': {
|
| + 'grit_grd_file': 'settings_strings.grd',
|
| + },
|
| + 'includes': [ '../../build/grit_action.gypi' ],
|
| + },
|
| + ],
|
| + },
|
| + ],
|
| +}
|
|
|