| 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 ], | 108 ], |
| 109 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 109 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 110 }, | 110 }, |
| 111 { | 111 { |
| 112 'target_name': 'site_settings_behavior', | 112 'target_name': 'site_settings_behavior', |
| 113 'dependencies': [ | 113 'dependencies': [ |
| 114 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 114 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 115 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', | 115 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', |
| 116 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 116 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 117 '<(EXTERNS_GYP):settings_private', | 117 '<(EXTERNS_GYP):settings_private', |
| 118 '../compiled_resources2.gyp:route', |
| 118 'constants', | 119 'constants', |
| 119 'site_settings_prefs_browser_proxy', | 120 'site_settings_prefs_browser_proxy', |
| 120 ], | 121 ], |
| 121 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 122 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 122 }, | 123 }, |
| 123 { | 124 { |
| 124 'target_name': 'site_settings_category', | 125 'target_name': 'site_settings_category', |
| 125 'dependencies': [ | 126 'dependencies': [ |
| 126 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 127 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 127 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 128 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 144 { | 145 { |
| 145 'target_name': 'website_usage_private_api', | 146 'target_name': 'website_usage_private_api', |
| 146 'dependencies': [ | 147 'dependencies': [ |
| 147 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 148 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 148 '<(EXTERNS_GYP):chrome_send', | 149 '<(EXTERNS_GYP):chrome_send', |
| 149 ], | 150 ], |
| 150 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 151 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 151 }, | 152 }, |
| 152 ], | 153 ], |
| 153 } | 154 } |
| OLD | NEW |