| 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 'site_settings_behavior', | 9 'site_settings_behavior', |
| 10 ], | 10 ], |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 'site_settings_behavior', | 93 'site_settings_behavior', |
| 94 ], | 94 ], |
| 95 'externs': [ | 95 'externs': [ |
| 96 '<(EXTERNS_GYP):settings_private', | 96 '<(EXTERNS_GYP):settings_private', |
| 97 ], | 97 ], |
| 98 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 98 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 99 }, | 99 }, |
| 100 { | 100 { |
| 101 'target_name': 'site_list', | 101 'target_name': 'site_list', |
| 102 'dependencies': [ | 102 'dependencies': [ |
| 103 '../compiled_resources2.gyp:route', |
| 103 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 104 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 104 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 105 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 105 '<(EXTERNS_GYP):settings_private', | 106 '<(EXTERNS_GYP):settings_private', |
| 106 'constants', | 107 'constants', |
| 107 'site_settings_behavior', | 108 'site_settings_behavior', |
| 108 ], | 109 ], |
| 109 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 110 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 110 }, | 111 }, |
| 111 { | 112 { |
| 112 'target_name': 'site_settings_behavior', | 113 'target_name': 'site_settings_behavior', |
| 113 'dependencies': [ | 114 'dependencies': [ |
| 115 '../compiled_resources2.gyp:route', |
| 114 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 116 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 115 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', | 117 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', |
| 116 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 118 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 117 '<(EXTERNS_GYP):settings_private', | 119 '<(EXTERNS_GYP):settings_private', |
| 118 'constants', | 120 'constants', |
| 119 'site_settings_prefs_browser_proxy', | 121 'site_settings_prefs_browser_proxy', |
| 120 ], | 122 ], |
| 121 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 123 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 122 }, | 124 }, |
| 123 { | 125 { |
| (...skipping 20 matching lines...) Expand all Loading... |
| 144 { | 146 { |
| 145 'target_name': 'website_usage_private_api', | 147 'target_name': 'website_usage_private_api', |
| 146 'dependencies': [ | 148 'dependencies': [ |
| 147 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 149 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 148 '<(EXTERNS_GYP):chrome_send', | 150 '<(EXTERNS_GYP):chrome_send', |
| 149 ], | 151 ], |
| 150 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 152 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 151 }, | 153 }, |
| 152 ], | 154 ], |
| 153 } | 155 } |
| OLD | NEW |