OLD | NEW |
(Empty) | |
| 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 |
| 3 # found in the LICENSE file. |
| 4 { |
| 5 'targets': [ |
| 6 { |
| 7 'target_name': 'certificates_browser_proxy', |
| 8 'dependencies': [ |
| 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 10 ], |
| 11 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 12 }, |
| 13 { |
| 14 'target_name': 'certificate_list', |
| 15 'dependencies': [ |
| 16 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 17 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 18 'certificate_manager_types', |
| 19 'certificate_subentry', |
| 20 'certificates_browser_proxy', |
| 21 ], |
| 22 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 23 }, |
| 24 { |
| 25 'target_name': 'certificate_manager_page', |
| 26 'dependencies': [ |
| 27 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 28 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 29 'certificate_list', |
| 30 'certificate_manager_types', |
| 31 'certificates_browser_proxy', |
| 32 ], |
| 33 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 34 }, |
| 35 { |
| 36 'target_name': 'certificate_manager_types', |
| 37 'dependencies': [ |
| 38 'certificates_browser_proxy', |
| 39 ], |
| 40 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 41 }, |
| 42 { |
| 43 'target_name': 'certificate_subentry', |
| 44 'dependencies': [ |
| 45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 46 'certificate_manager_types', |
| 47 'certificates_browser_proxy', |
| 48 ], |
| 49 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 50 }, |
| 51 { |
| 52 'target_name': 'ca_trust_edit_dialog', |
| 53 'dependencies': [ |
| 54 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 55 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 56 'certificate_manager_types', |
| 57 'certificates_browser_proxy', |
| 58 ], |
| 59 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 60 }, |
| 61 { |
| 62 'target_name': 'certificate_delete_confirmation_dialog', |
| 63 'dependencies': [ |
| 64 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 65 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 66 'certificate_manager_types', |
| 67 'certificates_browser_proxy', |
| 68 ], |
| 69 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 70 }, |
| 71 { |
| 72 'target_name': 'certificate_entry', |
| 73 'dependencies': [ |
| 74 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 75 'certificate_manager_types', |
| 76 'certificates_browser_proxy', |
| 77 ], |
| 78 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 79 }, |
| 80 { |
| 81 'target_name': 'certificate_password_decryption_dialog', |
| 82 'dependencies': [ |
| 83 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 84 'certificate_manager_types', |
| 85 'certificates_browser_proxy', |
| 86 ], |
| 87 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 88 }, |
| 89 { |
| 90 'target_name': 'certificate_password_encryption_dialog', |
| 91 'dependencies': [ |
| 92 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 93 'certificate_manager_types', |
| 94 'certificates_browser_proxy', |
| 95 ], |
| 96 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 97 }, |
| 98 { |
| 99 'target_name': 'certificates_error_dialog', |
| 100 'dependencies': [ |
| 101 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 102 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 103 'certificate_manager_types', |
| 104 'certificates_browser_proxy', |
| 105 ], |
| 106 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 107 }, |
| 108 ], |
| 109 } |
OLD | NEW |