| 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 'types', | 76 'types', |
| 77 ], | 77 ], |
| 78 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 78 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 79 }, | 79 }, |
| 80 { | 80 { |
| 81 'target_name': 'folder_node', | 81 'target_name': 'folder_node', |
| 82 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 82 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 83 'dependencies': [ | 83 'dependencies': [ |
| 84 '<(EXTERNS_GYP):chrome_extensions', | 84 '<(EXTERNS_GYP):chrome_extensions', |
| 85 'actions', | 85 'actions', |
| 86 'command_manager', |
| 86 'store_client', | 87 'store_client', |
| 87 ], | 88 ], |
| 88 }, | 89 }, |
| 89 { | 90 { |
| 90 'target_name': 'item', | 91 'target_name': 'item', |
| 91 'dependencies': [ | 92 'dependencies': [ |
| 92 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', | 93 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', |
| 93 '<(EXTERNS_GYP):chrome_extensions', | 94 '<(EXTERNS_GYP):chrome_extensions', |
| 94 'actions', | 95 'actions', |
| 95 'command_manager', | 96 'command_manager', |
| 96 'store_client', | 97 'store_client', |
| 97 ], | 98 ], |
| 98 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 99 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 99 }, | 100 }, |
| 100 { | 101 { |
| 101 'target_name': 'list', | 102 'target_name': 'list', |
| 102 'dependencies': [ | 103 'dependencies': [ |
| 103 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-list/compile
d_resources2.gyp:iron-list-extracted', | 104 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-list/compile
d_resources2.gyp:iron-list-extracted', |
| 104 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 105 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 105 'actions', | 106 'actions', |
| 107 'command_manager', |
| 106 'store_client', | 108 'store_client', |
| 107 ], | 109 ], |
| 108 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 110 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 109 }, | 111 }, |
| 110 { | 112 { |
| 111 'target_name': 'reducers', | 113 'target_name': 'reducers', |
| 112 'dependencies': [ | 114 'dependencies': [ |
| 113 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 115 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 114 'actions', | 116 'actions', |
| 115 'types', | 117 'types', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 'target_name': 'util', | 170 'target_name': 'util', |
| 169 'dependencies': [ | 171 'dependencies': [ |
| 170 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 172 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 171 '<(EXTERNS_GYP):chrome_extensions', | 173 '<(EXTERNS_GYP):chrome_extensions', |
| 172 'types', | 174 'types', |
| 173 ], | 175 ], |
| 174 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 176 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 175 } | 177 } |
| 176 ] | 178 ] |
| 177 } | 179 } |
| OLD | NEW |