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

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

Issue 2461113002: WebUI: Make settings-action-menu re-usable as cr-action-menu. (Closed)
Patch Set: getComputedStyle instead of util.js Created 4 years, 1 month 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
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 26 matching lines...) Expand all
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 'certificate_manager_types', 45 'certificate_manager_types',
46 'certificates_browser_proxy', 46 'certificates_browser_proxy',
47 '../compiled_resources2.gyp:settings_action_menu', 47 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
48 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc es2.gyp:cr_lazy_render', 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', 49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
50 ], 50 ],
51 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 51 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
52 }, 52 },
53 { 53 {
54 'target_name': 'ca_trust_edit_dialog', 54 'target_name': 'ca_trust_edit_dialog',
55 'dependencies': [ 55 'dependencies': [
56 '<(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',
57 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 57 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 '<(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',
108 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 108 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
109 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 109 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
110 'certificate_manager_types', 110 'certificate_manager_types',
111 'certificates_browser_proxy', 111 'certificates_browser_proxy',
112 ], 112 ],
113 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 113 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
114 }, 114 },
115 ], 115 ],
116 } 116 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698