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': 'constants', | 7 'target_name': 'constants', |
8 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 8 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 'history_list', | 79 'history_list', |
80 '<(EXTERNS_GYP):chrome_send', | 80 '<(EXTERNS_GYP):chrome_send', |
81 '../history/compiled_resources2.gyp:externs', | 81 '../history/compiled_resources2.gyp:externs', |
82 ], | 82 ], |
83 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 83 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
84 }, | 84 }, |
85 { | 85 { |
86 'target_name': 'app', | 86 'target_name': 'app', |
87 'dependencies': [ | 87 'dependencies': [ |
88 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', | 88 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| 89 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command', |
89 'constants', | 90 'constants', |
90 'history_toolbar', | 91 'history_toolbar', |
91 'list_container', | 92 'list_container', |
92 'side_bar', | 93 'side_bar', |
93 'synced_device_card', | 94 'synced_device_card', |
94 'synced_device_manager', | 95 'synced_device_manager', |
95 '../history/compiled_resources2.gyp:externs', | 96 '../history/compiled_resources2.gyp:externs', |
96 ], | 97 ], |
97 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 98 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
98 }, | 99 }, |
(...skipping 16 matching lines...) Expand all Loading... |
115 }, | 116 }, |
116 { | 117 { |
117 'target_name': 'synced_device_manager', | 118 'target_name': 'synced_device_manager', |
118 'dependencies': [ | 119 'dependencies': [ |
119 'synced_device_card', | 120 'synced_device_card', |
120 ], | 121 ], |
121 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 122 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
122 }, | 123 }, |
123 ], | 124 ], |
124 } | 125 } |
OLD | NEW |