| 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': 'certificates_browser_proxy', | 7 'target_name': 'certificates_browser_proxy', |
| 8 'dependencies': [ | 8 'dependencies': [ |
| 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 10 ], | 10 ], |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 { | 35 { |
| 36 'target_name': 'certificate_manager_types', | 36 'target_name': 'certificate_manager_types', |
| 37 'dependencies': [ | 37 'dependencies': [ |
| 38 'certificates_browser_proxy', | 38 'certificates_browser_proxy', |
| 39 ], | 39 ], |
| 40 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 40 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 41 }, | 41 }, |
| 42 { | 42 { |
| 43 'target_name': 'certificate_subentry', | 43 'target_name': 'certificate_subentry', |
| 44 'dependencies': [ | 44 'dependencies': [ |
| 45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | |
| 46 'certificate_manager_types', | 45 'certificate_manager_types', |
| 47 'certificates_browser_proxy', | 46 'certificates_browser_proxy', |
| 47 '../compiled_resources2.gyp:settings_action_menu', |
| 48 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', |
| 49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 48 ], | 50 ], |
| 49 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 51 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 50 }, | 52 }, |
| 51 { | 53 { |
| 52 'target_name': 'ca_trust_edit_dialog', | 54 'target_name': 'ca_trust_edit_dialog', |
| 53 'dependencies': [ | 55 'dependencies': [ |
| 54 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g
yp:cr_dialog', | 56 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g
yp:cr_dialog', |
| 55 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 57 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 56 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 58 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 57 'certificate_manager_types', | 59 'certificate_manager_types', |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g
yp:cr_dialog', | 107 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g
yp:cr_dialog', |
| 106 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 108 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 107 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 109 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 108 'certificate_manager_types', | 110 'certificate_manager_types', |
| 109 'certificates_browser_proxy', | 111 'certificates_browser_proxy', |
| 110 ], | 112 ], |
| 111 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 113 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 112 }, | 114 }, |
| 113 ], | 115 ], |
| 114 } | 116 } |
| OLD | NEW |