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