| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 'synced_device_manager', | 99 'synced_device_manager', |
| 100 '../history/compiled_resources2.gyp:externs', | 100 '../history/compiled_resources2.gyp:externs', |
| 101 ], | 101 ], |
| 102 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 102 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 103 }, | 103 }, |
| 104 { | 104 { |
| 105 'target_name': 'side_bar', | 105 'target_name': 'side_bar', |
| 106 'dependencies': [ | 106 'dependencies': [ |
| 107 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/app-layout/app-dr
awer/compiled_resources2.gyp:app-drawer-extracted', | 107 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/app-layout/app-dr
awer/compiled_resources2.gyp:app-drawer-extracted', |
| 108 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-selector/com
piled_resources2.gyp:iron-selector-extracted', | 108 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-selector/com
piled_resources2.gyp:iron-selector-extracted', |
| 109 'browser_service', |
| 109 ], | 110 ], |
| 110 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 111 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 111 }, | 112 }, |
| 112 { | 113 { |
| 113 'target_name': 'synced_device_card', | 114 'target_name': 'synced_device_card', |
| 114 'dependencies': [ | 115 'dependencies': [ |
| 115 '../history/compiled_resources2.gyp:externs', | 116 '../history/compiled_resources2.gyp:externs', |
| 116 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', | 117 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', |
| 117 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 118 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 118 ], | 119 ], |
| 119 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 120 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 120 }, | 121 }, |
| 121 { | 122 { |
| 122 'target_name': 'synced_device_manager', | 123 'target_name': 'synced_device_manager', |
| 123 'dependencies': [ | 124 'dependencies': [ |
| 124 'synced_device_card', | 125 'synced_device_card', |
| 125 ], | 126 ], |
| 126 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 127 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 127 }, | 128 }, |
| 128 ], | 129 ], |
| 129 } | 130 } |
| OLD | NEW |