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