| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 'grouped_list', | 82 'grouped_list', |
| 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 # TODO(calamity): Add app-route elements after closure issues are fixed. |
| 92 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', | 93 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| 93 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command', | 94 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command', |
| 94 'constants', | 95 'constants', |
| 95 'history_toolbar', | 96 'history_toolbar', |
| 96 'list_container', | 97 'list_container', |
| 97 'side_bar', | 98 'side_bar', |
| 98 'synced_device_card', | 99 'synced_device_card', |
| 99 'synced_device_manager', | 100 'synced_device_manager', |
| 100 '../history/compiled_resources2.gyp:externs', | 101 '../history/compiled_resources2.gyp:externs', |
| 101 ], | 102 ], |
| (...skipping 19 matching lines...) Expand all Loading... |
| 121 }, | 122 }, |
| 122 { | 123 { |
| 123 'target_name': 'synced_device_manager', | 124 'target_name': 'synced_device_manager', |
| 124 'dependencies': [ | 125 'dependencies': [ |
| 125 'synced_device_card', | 126 'synced_device_card', |
| 126 ], | 127 ], |
| 127 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 128 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 128 }, | 129 }, |
| 129 ], | 130 ], |
| 130 } | 131 } |
| OLD | NEW |