| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 '<(EXTERNS_GYP):chrome_extensions', | 93 '<(EXTERNS_GYP):chrome_extensions', |
| 94 'actions', | 94 'actions', |
| 95 'command_manager', | 95 'command_manager', |
| 96 'store_client', | 96 'store_client', |
| 97 ], | 97 ], |
| 98 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 98 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 99 }, | 99 }, |
| 100 { | 100 { |
| 101 'target_name': 'list', | 101 'target_name': 'list', |
| 102 'dependencies': [ | 102 'dependencies': [ |
| 103 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-list/compile
d_resources2.gyp:iron-list-extracted', |
| 103 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 104 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 104 'actions', | 105 'actions', |
| 105 'store_client', | 106 'store_client', |
| 106 ], | 107 ], |
| 107 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 108 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 108 }, | 109 }, |
| 109 { | 110 { |
| 110 'target_name': 'reducers', | 111 'target_name': 'reducers', |
| 111 'dependencies': [ | 112 'dependencies': [ |
| 112 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 113 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 'target_name': 'util', | 167 'target_name': 'util', |
| 167 'dependencies': [ | 168 'dependencies': [ |
| 168 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 169 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 169 '<(EXTERNS_GYP):chrome_extensions', | 170 '<(EXTERNS_GYP):chrome_extensions', |
| 170 'types', | 171 'types', |
| 171 ], | 172 ], |
| 172 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 173 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 173 } | 174 } |
| 174 ] | 175 ] |
| 175 } | 176 } |
| OLD | NEW |