| 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', | 118 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', |
| 119 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 119 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 120 'browser_service', | 120 'browser_service', |
| 121 'constants', | 121 'constants', |
| 122 ], | 122 ], |
| 123 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 123 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 124 }, | 124 }, |
| 125 { | 125 { |
| 126 'target_name': 'synced_device_manager', | 126 'target_name': 'synced_device_manager', |
| 127 'dependencies': [ | 127 'dependencies': [ |
| 128 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc
es2.gyp:cr_shared_menu', |
| 129 'browser_service', |
| 128 'synced_device_card', | 130 'synced_device_card', |
| 129 ], | 131 ], |
| 130 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 132 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 131 }, | 133 }, |
| 132 ], | 134 ], |
| 133 } | 135 } |
| OLD | NEW |