| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 'types', | 111 'types', |
| 112 ], | 112 ], |
| 113 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 113 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 114 }, | 114 }, |
| 115 { | 115 { |
| 116 'target_name': 'toolbar', | 116 'target_name': 'toolbar', |
| 117 'dependencies': [ | 117 'dependencies': [ |
| 118 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', | 118 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', |
| 119 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.
gyp:cr_toolbar', | 119 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.
gyp:cr_toolbar', |
| 120 '<(EXTERNS_GYP):chrome_extensions', | 120 '<(EXTERNS_GYP):chrome_extensions', |
| 121 'store_client', |
| 121 ], | 122 ], |
| 122 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 123 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 123 }, | 124 }, |
| 124 { | 125 { |
| 125 'target_name': 'types', | 126 'target_name': 'types', |
| 126 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 127 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 127 }, | 128 }, |
| 128 { | 129 { |
| 129 'target_name': 'util', | 130 'target_name': 'util', |
| 130 'dependencies': [ | 131 'dependencies': [ |
| 131 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 132 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 132 '<(EXTERNS_GYP):chrome_extensions', | 133 '<(EXTERNS_GYP):chrome_extensions', |
| 133 'types', | 134 'types', |
| 134 ], | 135 ], |
| 135 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 136 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 136 } | 137 } |
| 137 ] | 138 ] |
| 138 } | 139 } |
| OLD | NEW |