| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', | 66 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', |
| 67 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 67 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 68 'constants', | 68 'constants', |
| 69 'app', | 69 'app', |
| 70 '<(EXTERNS_GYP):chrome_send', | 70 '<(EXTERNS_GYP):chrome_send', |
| 71 '../history/compiled_resources2.gyp:externs', | 71 '../history/compiled_resources2.gyp:externs', |
| 72 ], | 72 ], |
| 73 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 73 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 74 }, | 74 }, |
| 75 { | 75 { |
| 76 'target_name': 'list_container', |
| 77 'dependencies': [ |
| 78 'grouped_list', |
| 79 'history_list', |
| 80 '<(EXTERNS_GYP):chrome_send', |
| 81 '../history/compiled_resources2.gyp:externs', |
| 82 ], |
| 83 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 84 }, |
| 85 { |
| 76 'target_name': 'app', | 86 'target_name': 'app', |
| 77 'dependencies': [ | 87 'dependencies': [ |
| 78 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', | 88 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| 79 'constants', | 89 'constants', |
| 80 'history_list', | |
| 81 'history_toolbar', | 90 'history_toolbar', |
| 91 'list_container', |
| 82 'side_bar', | 92 'side_bar', |
| 83 'synced_device_card', | 93 'synced_device_card', |
| 84 'synced_device_manager', | 94 'synced_device_manager', |
| 85 '<(EXTERNS_GYP):chrome_send', | |
| 86 '../history/compiled_resources2.gyp:externs', | 95 '../history/compiled_resources2.gyp:externs', |
| 87 ], | 96 ], |
| 88 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 97 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 89 }, | 98 }, |
| 90 { | 99 { |
| 91 'target_name': 'side_bar', | 100 'target_name': 'side_bar', |
| 92 'dependencies': [ | 101 'dependencies': [ |
| 93 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/app-layout/app-dr
awer/compiled_resources2.gyp:app-drawer-extracted', | 102 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/app-layout/app-dr
awer/compiled_resources2.gyp:app-drawer-extracted', |
| 94 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-selector/com
piled_resources2.gyp:iron-selector-extracted', | 103 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-selector/com
piled_resources2.gyp:iron-selector-extracted', |
| 95 ], | 104 ], |
| (...skipping 10 matching lines...) Expand all Loading... |
| 106 }, | 115 }, |
| 107 { | 116 { |
| 108 'target_name': 'synced_device_manager', | 117 'target_name': 'synced_device_manager', |
| 109 'dependencies': [ | 118 'dependencies': [ |
| 110 'synced_device_card', | 119 'synced_device_card', |
| 111 ], | 120 ], |
| 112 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 121 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 113 }, | 122 }, |
| 114 ], | 123 ], |
| 115 } | 124 } |
| OLD | NEW |