| Index: chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
|
| diff --git a/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp b/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..318e2f9db7351006af0aa270ed725e3e7e46a344
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
|
| @@ -0,0 +1,62 @@
|
| +# 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': 'app',
|
| + 'dependencies': [
|
| + '<(EXTERNS_GYP):chrome_extensions',
|
| + 'store'
|
| + ],
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| + {
|
| + 'target_name': 'folder_node',
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + 'dependencies': [
|
| + '<(EXTERNS_GYP):chrome_extensions',
|
| + 'store'
|
| + ],
|
| + },
|
| + {
|
| + 'target_name': 'item',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
|
| + '<(EXTERNS_GYP):chrome_extensions',
|
| + ],
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| + {
|
| + 'target_name': 'list',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resources2.gyp:cr_action_menu',
|
| + '<(EXTERNS_GYP):bookmark_manager_private',
|
| + '<(EXTERNS_GYP):chrome_extensions',
|
| + 'item',
|
| + ],
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| + {
|
| + 'target_name': 'sidebar',
|
| + 'dependencies': [
|
| + 'folder_node',
|
| + ],
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| + {
|
| + 'target_name': 'store',
|
| + 'dependencies': [
|
| + '<(EXTERNS_GYP):chrome_extensions'
|
| + ],
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
|
| + },
|
| + {
|
| + 'target_name': 'toolbar',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resources2.gyp:cr_action_menu',
|
| + ],
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| + ]
|
| +}
|
|
|