From ee9c554c99bd5613d8449c6d77386f2f63c7ed43 Mon Sep 17 00:00:00 2001 From: eostroukhov Date: Fri, 27 Jan 2017 07:58:57 -0800 Subject: [PATCH] [DevTools] Add missing CSS file to BUILD.gn BUG= Review-Url: https://codereview.chromium.org/2657083002 Cr-Commit-Position: refs/heads/master@{#446676} --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index d540640475..2de885e257 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -578,6 +578,7 @@ all_devtools_files = [ "front_end/ui/ActionRegistry.js", "front_end/ui/checkboxTextLabel.css", "front_end/ui/closeButton.css", + "front_end/ui/confirmDialog.css", "front_end/ui/Context.js", "front_end/ui/ContextMenu.js", "front_end/ui/dialog.css",