From f5f00dd69bf100678d19e88db692d1e373b369d1 Mon Sep 17 00:00:00 2001 From: fukino Date: Tue, 2 Dec 2014 21:32:29 -0800 Subject: [PATCH] Add file_manager and image_loader to Buildbot compilation. BUG=406995 TEST=GYP_GENERATORS=ninja gyp --depth . third_party/closure_compiler/compiled_resources.gyp && ninja -C out/Default Review URL: https://codereview.chromium.org/777563002 Cr-Commit-Position: refs/heads/master@{#306556} --- third_party/closure_compiler/compiled_resources.gyp | 4 ++++ ui/webui/resources/js/cr/ui/table.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/third_party/closure_compiler/compiled_resources.gyp b/third_party/closure_compiler/compiled_resources.gyp index 61c1c3242b36..6d9c107f9443 100644 --- a/third_party/closure_compiler/compiled_resources.gyp +++ b/third_party/closure_compiler/compiled_resources.gyp @@ -16,6 +16,10 @@ '../../chrome/browser/resources/options/compiled_resources.gyp:*', '../../chrome/browser/resources/ntp4/compiled_resources.gyp:*', '../../chrome/browser/resources/uber/compiled_resources.gyp:*', + '../../ui/file_manager/file_manager/background/js/compiled_resources.gyp:*', + '../../ui/file_manager/file_manager/foreground/js/compiled_resources.gyp:*', + '../../ui/file_manager/image_loader/compiled_resources.gyp:*', + '../../ui/webui/resources/js/chromeos/compiled_resources.gyp:*', '../../ui/webui/resources/js/chromeos/compiled_resources.gyp:*', '../../ui/webui/resources/js/compiled_resources.gyp:*', '../../ui/webui/resources/js/cr/ui/compiled_resources.gyp:*', diff --git a/ui/webui/resources/js/cr/ui/table.js b/ui/webui/resources/js/cr/ui/table.js index f0540c08a244..6a26400863d9 100644 --- a/ui/webui/resources/js/cr/ui/table.js +++ b/ui/webui/resources/js/cr/ui/table.js @@ -312,7 +312,7 @@ cr.define('cr.ui', function() { // Force styles based on hasElementFocus to take effect. list.redraw(); } - }); + }, 0); }, /** -- 2.11.4.GIT