| 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 25 matching lines...) Expand all Loading... |
| 36 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 36 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 37 }, | 37 }, |
| 38 { | 38 { |
| 39 'target_name': 'history', | 39 'target_name': 'history', |
| 40 'dependencies': [ | 40 'dependencies': [ |
| 41 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 41 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 42 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', | 42 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| 43 'constants', | 43 'constants', |
| 44 'history_list', | 44 'history_list', |
| 45 'history_toolbar', | 45 'history_toolbar', |
| 46 'side_bar', |
| 47 'synced_device_card', |
| 48 'synced_device_manager', |
| 46 '<(EXTERNS_GYP):chrome_send', | 49 '<(EXTERNS_GYP):chrome_send', |
| 47 '../history/compiled_resources2.gyp:externs', | 50 '../history/compiled_resources2.gyp:externs', |
| 48 ], | 51 ], |
| 49 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 52 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 50 }, | 53 }, |
| 54 { |
| 55 'target_name': 'side_bar', |
| 56 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 57 }, |
| 58 { |
| 59 'target_name': 'synced_device_card', |
| 60 'dependencies': [ |
| 61 '../history/compiled_resources2.gyp:externs', |
| 62 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| 63 ], |
| 64 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 65 }, |
| 66 { |
| 67 'target_name': 'synced_device_manager', |
| 68 'dependencies': [ |
| 69 'synced_device_card', |
| 70 ], |
| 71 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 72 }, |
| 51 ], | 73 ], |
| 52 } | 74 } |
| OLD | NEW |