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

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

Issue 2426743002: MD Settings: Migrate certificate entry action menu to settings-action-menu. (Closed)
Patch Set: Created 4 years, 2 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/certificate_subentry.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 23 matching lines...) Expand all
34 }, 34 },
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': [
Dan Beam 2016/10/17 22:58:50 lazy render?
dpapad 2016/10/17 23:06:18 Done, although as revealed by the green closure co
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/js/compiled_resources2.gyp:cr',
48 ], 49 ],
49 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 50 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
50 }, 51 },
51 { 52 {
52 'target_name': 'ca_trust_edit_dialog', 53 'target_name': 'ca_trust_edit_dialog',
53 'dependencies': [ 54 'dependencies': [
54 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g yp:cr_dialog', 55 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g yp:cr_dialog',
55 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 56 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
56 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 57 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
57 'certificate_manager_types', 58 'certificate_manager_types',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g yp:cr_dialog', 106 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g yp:cr_dialog',
106 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 107 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
107 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 108 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
108 'certificate_manager_types', 109 'certificate_manager_types',
109 'certificates_browser_proxy', 110 'certificates_browser_proxy',
110 ], 111 ],
111 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 112 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
112 }, 113 },
113 ], 114 ],
114 } 115 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/certificate_manager_page/certificate_subentry.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698