| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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': 'add_site_dialog', | 7 'target_name': 'add_site_dialog', |
| 8 'dependencies': [ | 8 'dependencies': [ |
| 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 10 'site_settings_behavior', | 10 'site_settings_behavior', |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 'dependencies': [ | 72 'dependencies': [ |
| 73 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 73 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 74 'cookie_tree_node', | 74 'cookie_tree_node', |
| 75 'site_settings_behavior', | 75 'site_settings_behavior', |
| 76 ], | 76 ], |
| 77 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 77 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 78 }, | 78 }, |
| 79 { | 79 { |
| 80 'target_name': 'site_data_details_dialog', | 80 'target_name': 'site_data_details_dialog', |
| 81 'dependencies': [ | 81 'dependencies': [ |
| 82 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g
yp:cr_dialog', |
| 82 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 83 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 83 'cookie_tree_node', | 84 'cookie_tree_node', |
| 84 'site_settings_behavior', | 85 'site_settings_behavior', |
| 85 ], | 86 ], |
| 86 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 87 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 87 }, | 88 }, |
| 88 { | 89 { |
| 89 'target_name': 'site_details', | 90 'target_name': 'site_details', |
| 90 'dependencies': [ | 91 'dependencies': [ |
| 91 '../compiled_resources2.gyp:route', | 92 '../compiled_resources2.gyp:route', |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 { | 174 { |
| 174 'target_name': 'zoom_levels', | 175 'target_name': 'zoom_levels', |
| 175 'dependencies': [ | 176 'dependencies': [ |
| 176 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 177 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 177 'site_settings_behavior', | 178 'site_settings_behavior', |
| 178 ], | 179 ], |
| 179 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 180 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 180 }, | 181 }, |
| 181 ], | 182 ], |
| 182 } | 183 } |
| OLD | NEW |