| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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': 'action_link', | 7 'target_name': 'action_link', |
| 8 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 8 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 9 }, | 9 }, |
| 10 { | 10 { |
| 11 'target_name': 'assert', | 11 'target_name': 'assert', |
| 12 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 12 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 'target_name': 'cr', | 15 'target_name': 'cr', |
| 16 'dependencies': [ | 16 'dependencies': [ |
| 17 'promise_resolver', | 17 'promise_resolver', |
| 18 '<(EXTERNS_GYP):chrome_send', | 18 '<(EXTERNS_GYP):chrome_send', |
| 19 'assert', | 19 'assert', |
| 20 ], | 20 ], |
| 21 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 21 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 22 }, | 22 }, |
| 23 { | 23 { |
| 24 'target_name': 'event_tracker', | 24 'target_name': 'event_tracker', |
| 25 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 25 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 26 }, | 26 }, |
| 27 { | 27 { |
| 28 'target_name': 'webui_listener_tracker', |
| 29 'dependencies': [ |
| 30 'cr', |
| 31 ], |
| 32 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 33 }, |
| 34 { |
| 28 'target_name': 'icon', | 35 'target_name': 'icon', |
| 29 'dependencies': [ | 36 'dependencies': [ |
| 30 'cr', | 37 'cr', |
| 31 'util', | 38 'util', |
| 32 ], | 39 ], |
| 33 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 40 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 34 }, | 41 }, |
| 35 { | 42 { |
| 36 'target_name': 'i18n_template_no_process', | 43 'target_name': 'i18n_template_no_process', |
| 37 'dependencies': [ | 44 'dependencies': [ |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 }, | 88 }, |
| 82 { | 89 { |
| 83 'target_name': 'web_ui_listener_behavior', | 90 'target_name': 'web_ui_listener_behavior', |
| 84 'dependencies': [ | 91 'dependencies': [ |
| 85 'cr', | 92 'cr', |
| 86 ], | 93 ], |
| 87 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 94 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 88 }, | 95 }, |
| 89 ], | 96 ], |
| 90 } | 97 } |
| OLD | NEW |