Chromium Code Reviews| 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..0636a008f28b6236b5762bb768907b4c2aabaf1b |
| --- /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):chrome_extensions', |
| + '<(EXTERNS_GYP):bookmark_manager_private', |
|
calamity
2017/01/05 03:01:58
Sort?
angelayang
2017/01/05 03:11:58
Done.
|
| + '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'], |
| + }, |
| + ] |
| +} |