| 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 22 matching lines...) Expand all Loading... |
| 33 '../history/compiled_resources2.gyp:externs', | 33 '../history/compiled_resources2.gyp:externs', |
| 34 ], | 34 ], |
| 35 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 35 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 36 }, | 36 }, |
| 37 { | 37 { |
| 38 'target_name': 'history_item', | 38 'target_name': 'history_item', |
| 39 'dependencies': [ | 39 'dependencies': [ |
| 40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', | 40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', |
| 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 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_row'
, |
| 43 'constants', | 44 'constants', |
| 44 'browser_service', | 45 'browser_service', |
| 45 '../history/compiled_resources2.gyp:externs', | 46 '../history/compiled_resources2.gyp:externs', |
| 46 ], | 47 ], |
| 47 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 48 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 48 }, | 49 }, |
| 49 { | 50 { |
| 50 'target_name': 'history_list', | 51 'target_name': 'history_list', |
| 51 'dependencies': [ | 52 'dependencies': [ |
| 52 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-list/compile
d_resources2.gyp:iron-list-extracted', | 53 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-list/compile
d_resources2.gyp:iron-list-extracted', |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 'dependencies': [ | 154 'dependencies': [ |
| 154 '<(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', |
| 155 'browser_service', | 156 'browser_service', |
| 156 'lazy_render', | 157 'lazy_render', |
| 157 'synced_device_card', | 158 'synced_device_card', |
| 158 ], | 159 ], |
| 159 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 160 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 160 }, | 161 }, |
| 161 ], | 162 ], |
| 162 } | 163 } |
| OLD | NEW |