| Index: chrome/browser/resources/settings/passwords_and_forms_page/compiled_resources.gyp
|
| diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/compiled_resources.gyp b/chrome/browser/resources/settings/passwords_and_forms_page/compiled_resources.gyp
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..997c1b2ce2dac857ba6ebe9cd3e78b87bafa3ded
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/settings/passwords_and_forms_page/compiled_resources.gyp
|
| @@ -0,0 +1,26 @@
|
| +# Copyright 2016 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': 'passwords_and_forms_page',
|
| + 'variables': {
|
| + 'depends': [
|
| + 'compiled_resources.gyp:passwords_section',
|
| + '../../../../../third_party/closure_compiler/externs/compiled_resources.gyp:passwords_private',
|
| + ],
|
| + },
|
| + 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'],
|
| + },
|
| + {
|
| + 'target_name': 'passwords_section',
|
| + 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'],
|
| + 'variables': {
|
| + 'depends': [
|
| + '../../../../../third_party/closure_compiler/externs/compiled_resources.gyp:passwords_private',
|
| + ],
|
| + },
|
| + },
|
| + ],
|
| +}
|
|
|