| 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 'history_list', | 102 'history_list', |
| 103 'history_list_behavior', | 103 'history_list_behavior', |
| 104 '<(EXTERNS_GYP):chrome_send', | 104 '<(EXTERNS_GYP):chrome_send', |
| 105 '../history/compiled_resources2.gyp:externs', | 105 '../history/compiled_resources2.gyp:externs', |
| 106 ], | 106 ], |
| 107 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 107 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 108 }, | 108 }, |
| 109 { | 109 { |
| 110 'target_name': 'app', | 110 'target_name': 'app', |
| 111 'dependencies': [ | 111 'dependencies': [ |
| 112 # TODO(calamity): Add app-route elements after closure issues are fixed. | 112 '<(DEPTH)/ui/webui/resources/cr_elements/cr_drawer/compiled_resources2.g
yp:cr_drawer', |
| 113 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', | 113 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| 114 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command', | 114 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command', |
| 115 'constants', | 115 'constants', |
| 116 'history_toolbar', | 116 'history_toolbar', |
| 117 'list_container', | 117 'list_container', |
| 118 'side_bar', | 118 'side_bar', |
| 119 'synced_device_card', | 119 'synced_device_card', |
| 120 'synced_device_manager', | 120 'synced_device_manager', |
| 121 '../history/compiled_resources2.gyp:externs', | 121 '../history/compiled_resources2.gyp:externs', |
| 122 ], | 122 ], |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', | 156 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', |
| 157 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', | 157 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', |
| 158 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid
', | 158 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid
', |
| 159 'browser_service', | 159 'browser_service', |
| 160 'synced_device_card', | 160 'synced_device_card', |
| 161 ], | 161 ], |
| 162 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 162 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 163 }, | 163 }, |
| 164 ], | 164 ], |
| 165 } | 165 } |
| OLD | NEW |