| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 { | 65 { |
| 66 'target_name': 'history_list_behavior', | 66 'target_name': 'history_list_behavior', |
| 67 'dependencies': [ | 67 'dependencies': [ |
| 68 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 68 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 69 'browser_service', | 69 'browser_service', |
| 70 'constants', | 70 'constants', |
| 71 ], | 71 ], |
| 72 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 72 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 73 }, | 73 }, |
| 74 { | 74 { |
| 75 'target_name': 'history_router', |
| 76 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 77 }, |
| 78 { |
| 75 'target_name': 'history_toolbar', | 79 'target_name': 'history_toolbar', |
| 76 'dependencies': [ | 80 'dependencies': [ |
| 77 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.
gyp:cr_toolbar', | 81 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.
gyp:cr_toolbar', |
| 78 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 82 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 79 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', | 83 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| 80 ], | 84 ], |
| 81 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 85 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 82 }, | 86 }, |
| 83 { | 87 { |
| 84 'target_name': 'history', | 88 'target_name': 'history', |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 'dependencies': [ | 153 'dependencies': [ |
| 150 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', | 154 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', |
| 151 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc
es2.gyp:cr_shared_menu', | 155 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc
es2.gyp:cr_shared_menu', |
| 152 'browser_service', | 156 'browser_service', |
| 153 'synced_device_card', | 157 'synced_device_card', |
| 154 ], | 158 ], |
| 155 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 159 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 156 }, | 160 }, |
| 157 ], | 161 ], |
| 158 } | 162 } |
| OLD | NEW |