Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Side by Side Diff: chrome/browser/resources/settings/certificate_manager_page/compiled_resources2.gyp

Issue 2114663004: [MD settings] cast elements to cr_dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/resources/settings/certificate_manager_page/certificates_error_dialog.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 'dependencies': [ 44 'dependencies': [
45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
46 'certificate_manager_types', 46 'certificate_manager_types',
47 'certificates_browser_proxy', 47 'certificates_browser_proxy',
48 ], 48 ],
49 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 49 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
50 }, 50 },
51 { 51 {
52 'target_name': 'ca_trust_edit_dialog', 52 'target_name': 'ca_trust_edit_dialog',
53 'dependencies': [ 53 'dependencies': [
54 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g yp:cr_dialog',
54 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 55 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
55 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 56 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
56 'certificate_manager_types', 57 'certificate_manager_types',
57 'certificates_browser_proxy', 58 'certificates_browser_proxy',
58 ], 59 ],
59 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 60 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
60 }, 61 },
61 { 62 {
62 'target_name': 'certificate_delete_confirmation_dialog', 63 'target_name': 'certificate_delete_confirmation_dialog',
63 'dependencies': [ 64 'dependencies': [
65 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g yp:cr_dialog',
64 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 66 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
65 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 67 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
66 'certificate_manager_types', 68 'certificate_manager_types',
67 'certificates_browser_proxy', 69 'certificates_browser_proxy',
68 ], 70 ],
69 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 71 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
70 }, 72 },
71 { 73 {
72 'target_name': 'certificate_entry', 74 'target_name': 'certificate_entry',
73 'dependencies': [ 75 'dependencies': [
74 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 76 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
75 'certificate_manager_types', 77 'certificate_manager_types',
76 'certificates_browser_proxy', 78 'certificates_browser_proxy',
77 ], 79 ],
78 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 80 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
79 }, 81 },
80 { 82 {
81 'target_name': 'certificate_password_decryption_dialog', 83 'target_name': 'certificate_password_decryption_dialog',
82 'dependencies': [ 84 'dependencies': [
85 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g yp:cr_dialog',
83 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 86 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
84 'certificate_manager_types', 87 'certificate_manager_types',
85 'certificates_browser_proxy', 88 'certificates_browser_proxy',
86 ], 89 ],
87 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 90 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
88 }, 91 },
89 { 92 {
90 'target_name': 'certificate_password_encryption_dialog', 93 'target_name': 'certificate_password_encryption_dialog',
91 'dependencies': [ 94 'dependencies': [
95 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g yp:cr_dialog',
92 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 96 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
93 'certificate_manager_types', 97 'certificate_manager_types',
94 'certificates_browser_proxy', 98 'certificates_browser_proxy',
95 ], 99 ],
96 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 100 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
97 }, 101 },
98 { 102 {
99 'target_name': 'certificates_error_dialog', 103 'target_name': 'certificates_error_dialog',
100 'dependencies': [ 104 'dependencies': [
105 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g yp:cr_dialog',
101 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 106 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
102 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 107 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
103 'certificate_manager_types', 108 'certificate_manager_types',
104 'certificates_browser_proxy', 109 'certificates_browser_proxy',
105 ], 110 ],
106 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 111 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
107 }, 112 },
108 ], 113 ],
109 } 114 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/certificate_manager_page/certificates_error_dialog.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698