| 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': [ |
| 9 '../history/compiled_resources2.gyp:externs', |
| 10 ], |
| 8 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 11 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 9 }, | 12 }, |
| 10 { | 13 { |
| 11 'target_name': 'browser_service', | 14 'target_name': 'browser_service', |
| 12 'dependencies': [ | 15 'dependencies': [ |
| 13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 16 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 14 '../history/compiled_resources2.gyp:externs', | 17 '../history/compiled_resources2.gyp:externs', |
| 15 ], | 18 ], |
| 16 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 19 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 17 }, | 20 }, |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 }, | 118 }, |
| 116 { | 119 { |
| 117 'target_name': 'synced_device_manager', | 120 'target_name': 'synced_device_manager', |
| 118 'dependencies': [ | 121 'dependencies': [ |
| 119 'synced_device_card', | 122 'synced_device_card', |
| 120 ], | 123 ], |
| 121 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 124 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 122 }, | 125 }, |
| 123 ], | 126 ], |
| 124 } | 127 } |
| OLD | NEW |