| 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': 'all_sites', | 7 'target_name': 'all_sites', |
| 8 'dependencies': [ | 8 'dependencies': [ |
| 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 'constants', | 62 'constants', |
| 63 'site_settings_behavior', | 63 'site_settings_behavior', |
| 64 'site_settings_prefs_browser_proxy', | 64 'site_settings_prefs_browser_proxy', |
| 65 ], | 65 ], |
| 66 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 66 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 67 }, | 67 }, |
| 68 { | 68 { |
| 69 'target_name': 'site_settings_behavior', | 69 'target_name': 'site_settings_behavior', |
| 70 'dependencies': [ | 70 'dependencies': [ |
| 71 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 71 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 72 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', |
| 72 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 73 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 73 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', | |
| 74 '<(EXTERNS_GYP):settings_private', | 74 '<(EXTERNS_GYP):settings_private', |
| 75 'constants', | 75 'constants', |
| 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_settings_category', | 80 'target_name': 'site_settings_category', |
| 81 'dependencies': [ | 81 'dependencies': [ |
| 82 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 82 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 83 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 83 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 101 { | 101 { |
| 102 'target_name': 'website_usage_private_api', | 102 'target_name': 'website_usage_private_api', |
| 103 'dependencies': [ | 103 'dependencies': [ |
| 104 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 104 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 105 '<(EXTERNS_GYP):chrome_send', | 105 '<(EXTERNS_GYP):chrome_send', |
| 106 ], | 106 ], |
| 107 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 107 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 108 }, | 108 }, |
| 109 ], | 109 ], |
| 110 } | 110 } |
| OLD | NEW |