From 23b2e9598614f22d4e9e35fff78ecd3b85e3f9d2 Mon Sep 17 00:00:00 2001 From: hsampson Date: Sun, 31 Jan 2016 23:35:12 -0800 Subject: MD History: Hook all elements into the page and add tests. This is the last of two patches for the start of MD History. This patch adds all history elements to the page and implements the history-toolbar functionality. This patch also includes tests for all elements. BUG=425625 Review URL: https://codereview.chromium.org/1572383006 Cr-Commit-Position: refs/heads/master@{#372618} --- third_party/closure_compiler/compiled_resources.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/closure_compiler') diff --git a/third_party/closure_compiler/compiled_resources.gyp b/third_party/closure_compiler/compiled_resources.gyp index 56a5a0b..28ae455 100644 --- a/third_party/closure_compiler/compiled_resources.gyp +++ b/third_party/closure_compiler/compiled_resources.gyp @@ -26,6 +26,7 @@ '../../chrome/browser/resources/media_router/compiled_resources.gyp:*', '../../chrome/browser/resources/md_downloads/compiled_resources.gyp:*', '../../chrome/browser/resources/md_extensions/compiled_resources.gyp:*', + '../../chrome/browser/resources/md_history/compiled_resources.gyp:*', '../../chrome/browser/resources/ntp4/compiled_resources.gyp:*', '../../chrome/browser/resources/settings/compiled_resources.gyp:*', '../../chrome/browser/resources/uber/compiled_resources.gyp:*', -- cgit v1.1