| 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': 'detail_view', |
| 8 'dependencies': [ |
| 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 11 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 12 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/neon-animation/co
mpiled_resources2.gyp:neon-animatable-behavior-extracted', |
| 13 '<(EXTERNS_GYP):developer_private', |
| 14 ], |
| 15 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 16 }, |
| 17 { |
| 7 'target_name': 'extensions', | 18 'target_name': 'extensions', |
| 8 'dependencies': [ | 19 'dependencies': [ |
| 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 20 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 10 'manager', | 21 'manager', |
| 11 'service', | 22 'service', |
| 12 ], | 23 ], |
| 13 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 24 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 14 }, | 25 }, |
| 15 { | 26 { |
| 16 'target_name': 'item', | 27 'target_name': 'item', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 'target_name': 'toolbar', | 85 'target_name': 'toolbar', |
| 75 'dependencies': [ | 86 'dependencies': [ |
| 76 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 87 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 77 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 88 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 78 '<(DEPTH)/ui/webui/resources/cr_elements/cr_search_field/compiled_resour
ces2.gyp:cr_search_field', | 89 '<(DEPTH)/ui/webui/resources/cr_elements/cr_search_field/compiled_resour
ces2.gyp:cr_search_field', |
| 79 ], | 90 ], |
| 80 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 91 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 81 }, | 92 }, |
| 82 ] | 93 ] |
| 83 } | 94 } |
| OLD | NEW |