| 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 { |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 'dependencies': [ | 29 'dependencies': [ |
| 30 'cr', | 30 'cr', |
| 31 'util', | 31 'util', |
| 32 ], | 32 ], |
| 33 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 33 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 34 }, | 34 }, |
| 35 { | 35 { |
| 36 'target_name': 'i18n_template_no_process', | 36 'target_name': 'i18n_template_no_process', |
| 37 'dependencies': [ | 37 'dependencies': [ |
| 38 'load_time_data', | 38 'load_time_data', |
| 39 '<(EXTERNS_GYP):pending_compiler_externs', | |
| 40 ], | 39 ], |
| 41 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 40 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 42 }, | 41 }, |
| 43 { | 42 { |
| 44 'target_name': 'i18n_template', | 43 'target_name': 'i18n_template', |
| 45 'dependencies': [ | 44 'dependencies': [ |
| 46 'load_time_data', | 45 'i18n_template_no_process', |
| 47 # Ideally, <include> would automatically import externs as well, but | |
| 48 # it current doesn't and that sounds hard. Let's just kill <include>. | |
| 49 '<(EXTERNS_GYP):pending_compiler_externs', | |
| 50 ], | 46 ], |
| 51 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 47 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 52 }, | 48 }, |
| 53 { | 49 { |
| 54 'target_name': 'i18n_behavior', | 50 'target_name': 'i18n_behavior', |
| 55 'dependencies': [ | 51 'dependencies': [ |
| 56 'load_time_data', | 52 'load_time_data', |
| 57 'parse_html_subset', | 53 'parse_html_subset', |
| 58 ], | 54 ], |
| 59 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 55 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| (...skipping 22 matching lines...) Expand all Loading... |
| 82 }, | 78 }, |
| 83 { | 79 { |
| 84 'target_name': 'web_ui_listener_behavior', | 80 'target_name': 'web_ui_listener_behavior', |
| 85 'dependencies': [ | 81 'dependencies': [ |
| 86 'cr', | 82 'cr', |
| 87 ], | 83 ], |
| 88 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 84 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 89 }, | 85 }, |
| 90 ], | 86 ], |
| 91 } | 87 } |
| OLD | NEW |