| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 { | 4 { |
| 5 'targets': [ | 5 'targets': [ |
| 6 { | 6 { |
| 7 'target_name': 'actions', | 7 'target_name': 'actions', |
| 8 'dependencies': [ | 8 'dependencies': [ |
| 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 10 '<(EXTERNS_GYP):chrome_extensions', | 10 '<(EXTERNS_GYP):chrome_extensions', |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 'target_name': 'bookmarks_store', | 38 'target_name': 'bookmarks_store', |
| 39 'dependencies': [ | 39 'dependencies': [ |
| 40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 41 '<(EXTERNS_GYP):chrome_extensions', | 41 '<(EXTERNS_GYP):chrome_extensions', |
| 42 'reducers', | 42 'reducers', |
| 43 'types', | 43 'types', |
| 44 ], | 44 ], |
| 45 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 45 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 46 }, | 46 }, |
| 47 { | 47 { |
| 48 'target_name': 'dnd_manager', |
| 49 'dependencies': [ |
| 50 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 51 '<(EXTERNS_GYP):bookmark_manager_private', |
| 52 '<(EXTERNS_GYP):metrics_private', |
| 53 'bookmarks_store', |
| 54 'types', |
| 55 ], |
| 56 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 57 }, |
| 58 { |
| 48 'target_name': 'folder_node', | 59 'target_name': 'folder_node', |
| 49 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 60 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 50 'dependencies': [ | 61 'dependencies': [ |
| 51 '<(EXTERNS_GYP):chrome_extensions', | 62 '<(EXTERNS_GYP):chrome_extensions', |
| 52 'actions', | 63 'actions', |
| 53 'store_client', | 64 'store_client', |
| 54 ], | 65 ], |
| 55 }, | 66 }, |
| 56 { | 67 { |
| 57 'target_name': 'item', | 68 'target_name': 'item', |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 'target_name': 'util', | 142 'target_name': 'util', |
| 132 'dependencies': [ | 143 'dependencies': [ |
| 133 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 144 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 134 '<(EXTERNS_GYP):chrome_extensions', | 145 '<(EXTERNS_GYP):chrome_extensions', |
| 135 'types', | 146 'types', |
| 136 ], | 147 ], |
| 137 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 148 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 138 } | 149 } |
| 139 ] | 150 ] |
| 140 } | 151 } |
| OLD | NEW |