| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 { | 49 { |
| 50 'target_name': 'i18n_behavior', | 50 'target_name': 'i18n_behavior', |
| 51 'dependencies': [ | 51 'dependencies': [ |
| 52 'load_time_data', | 52 'load_time_data', |
| 53 'parse_html_subset', | 53 'parse_html_subset', |
| 54 ], | 54 ], |
| 55 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 55 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 56 }, | 56 }, |
| 57 { | 57 { |
| 58 'target_name': 'load_time_data', | 58 'target_name': 'load_time_data', |
| 59 'dependencies': ['<(DEPTH)/third_party/jstemplate/compiled_resources2.gyp:
jstemplate'], | 59 'dependencies': [ |
| 60 '<(DEPTH)/third_party/jstemplate/compiled_resources2.gyp:jstemplate', |
| 61 'assert' |
| 62 ], |
| 60 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 63 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 61 }, | 64 }, |
| 62 { | 65 { |
| 63 'target_name': 'parse_html_subset', | 66 'target_name': 'parse_html_subset', |
| 64 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 67 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 65 }, | 68 }, |
| 66 { | 69 { |
| 67 'target_name': 'promise_resolver', | 70 'target_name': 'promise_resolver', |
| 68 'dependencies': ['assert'], | 71 'dependencies': ['assert'], |
| 69 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 72 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 70 }, | 73 }, |
| 71 { | 74 { |
| 72 'target_name': 'util', | 75 'target_name': 'util', |
| 73 'dependencies': [ | 76 'dependencies': [ |
| 74 '<(EXTERNS_GYP):chrome_send', | 77 '<(EXTERNS_GYP):chrome_send', |
| 75 'cr', | 78 'cr', |
| 76 ], | 79 ], |
| 77 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 80 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 78 }, | 81 }, |
| 79 { | 82 { |
| 80 'target_name': 'web_ui_listener_behavior', | 83 'target_name': 'web_ui_listener_behavior', |
| 81 'dependencies': [ | 84 'dependencies': [ |
| 82 'cr', | 85 'cr', |
| 83 ], | 86 ], |
| 84 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 87 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 85 }, | 88 }, |
| 86 ], | 89 ], |
| 87 } | 90 } |
| OLD | NEW |