| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 }, | 82 }, |
| 83 { | 83 { |
| 84 'target_name': 'site_data', | 84 'target_name': 'site_data', |
| 85 'dependencies': [ | 85 'dependencies': [ |
| 86 'cookie_tree_behavior', | 86 'cookie_tree_behavior', |
| 87 'cookie_tree_node', | 87 'cookie_tree_node', |
| 88 ], | 88 ], |
| 89 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 89 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 90 }, | 90 }, |
| 91 { | 91 { |
| 92 'target_name': 'site_data_details_dialog', | 92 'target_name': 'site_data_details_subpage', |
| 93 'dependencies': [ | 93 'dependencies': [ |
| 94 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g
yp:cr_dialog', | 94 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 95 'cookie_tree_node', | 95 'cookie_tree_behavior', |
| 96 'site_settings_behavior', | |
| 97 ], | 96 ], |
| 98 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 97 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 99 }, | 98 }, |
| 100 { | 99 { |
| 101 'target_name': 'site_details', | 100 'target_name': 'site_details', |
| 102 'dependencies': [ | 101 'dependencies': [ |
| 103 '../compiled_resources2.gyp:route', | 102 '../compiled_resources2.gyp:route', |
| 104 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 103 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 105 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 104 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 106 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 105 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 { | 186 { |
| 188 'target_name': 'zoom_levels', | 187 'target_name': 'zoom_levels', |
| 189 'dependencies': [ | 188 'dependencies': [ |
| 190 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 189 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 191 'site_settings_behavior', | 190 'site_settings_behavior', |
| 192 ], | 191 ], |
| 193 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 192 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 194 }, | 193 }, |
| 195 ], | 194 ], |
| 196 } | 195 } |
| OLD | NEW |