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

Unified Diff: ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.gyp

Issue 2893833002: MD Bookmarks: Enable the delete button in the toolbar overlay (Closed)
Patch Set: Fix nit Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.gyp
diff --git a/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.gyp b/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.gyp
index 412222ac7e2278adb64b3a3337307cf4c6fe6e90..48f54b9336714f8e47a4379932e5a91472beb546 100644
--- a/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.gyp
+++ b/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.gyp
@@ -13,6 +13,9 @@
{
'target_name': 'cr_toolbar_selection_overlay',
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
+ 'dependencies': [
+ '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-button/compiled_resources2.gyp:paper-button-extracted',
+ ],
},
{
'target_name': 'cr_toolbar',

Powered by Google App Engine
This is Rietveld 408576698