| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 'constants', | 89 'constants', |
| 90 'app', | 90 'app', |
| 91 '<(EXTERNS_GYP):chrome_send', | 91 '<(EXTERNS_GYP):chrome_send', |
| 92 '../history/compiled_resources2.gyp:externs', | 92 '../history/compiled_resources2.gyp:externs', |
| 93 ], | 93 ], |
| 94 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 94 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 95 }, | 95 }, |
| 96 { | 96 { |
| 97 'target_name': 'list_container', | 97 'target_name': 'list_container', |
| 98 'dependencies': [ | 98 'dependencies': [ |
| 99 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-announc
er/compiled_resources2.gyp:iron-a11y-announcer-extracted', |
| 99 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', | 100 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', |
| 100 'externs', | 101 'externs', |
| 101 'grouped_list', | 102 'grouped_list', |
| 102 'history_list', | 103 'history_list', |
| 103 'history_list_behavior', | 104 'history_list_behavior', |
| 104 '<(EXTERNS_GYP):chrome_send', | 105 '<(EXTERNS_GYP):chrome_send', |
| 105 '../history/compiled_resources2.gyp:externs', | 106 '../history/compiled_resources2.gyp:externs', |
| 106 ], | 107 ], |
| 107 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 108 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 108 }, | 109 }, |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', | 158 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', |
| 158 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc
es2.gyp:cr_shared_menu', | 159 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc
es2.gyp:cr_shared_menu', |
| 159 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid
', | 160 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid
', |
| 160 'browser_service', | 161 'browser_service', |
| 161 'synced_device_card', | 162 'synced_device_card', |
| 162 ], | 163 ], |
| 163 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 164 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 164 }, | 165 }, |
| 165 ], | 166 ], |
| 166 } | 167 } |
| OLD | NEW |