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