| 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 28 matching lines...) Expand all Loading... |
| 39 # Ideally, <include> would automatically import externs as well, but | 39 # Ideally, <include> would automatically import externs as well, but |
| 40 # it current doesn't and that sounds hard. Let's just kill <include>. | 40 # it current doesn't and that sounds hard. Let's just kill <include>. |
| 41 '<(EXTERNS_GYP):pending_compiler_externs', | 41 '<(EXTERNS_GYP):pending_compiler_externs', |
| 42 ], | 42 ], |
| 43 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 43 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 44 }, | 44 }, |
| 45 { | 45 { |
| 46 'target_name': 'i18n_behavior', | 46 'target_name': 'i18n_behavior', |
| 47 'dependencies': [ | 47 'dependencies': [ |
| 48 'load_time_data', | 48 'load_time_data', |
| 49 'parse_html_subset', |
| 49 ], | 50 ], |
| 50 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 51 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 51 }, | 52 }, |
| 52 { | 53 { |
| 53 'target_name': 'load_time_data', | 54 'target_name': 'load_time_data', |
| 54 'dependencies': ['<(DEPTH)/third_party/jstemplate/compiled_resources2.gyp:
jstemplate'], | 55 'dependencies': ['<(DEPTH)/third_party/jstemplate/compiled_resources2.gyp:
jstemplate'], |
| 55 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 56 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 56 }, | 57 }, |
| 57 { | 58 { |
| 58 'target_name': 'parse_html_subset', | 59 'target_name': 'parse_html_subset', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 73 }, | 74 }, |
| 74 { | 75 { |
| 75 'target_name': 'web_ui_listener_behavior', | 76 'target_name': 'web_ui_listener_behavior', |
| 76 'dependencies': [ | 77 'dependencies': [ |
| 77 'cr', | 78 'cr', |
| 78 ], | 79 ], |
| 79 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 80 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 80 }, | 81 }, |
| 81 ], | 82 ], |
| 82 } | 83 } |
| OLD | NEW |