| Index: chrome/browser/resources/md_history/compiled_resources.gyp
|
| diff --git a/chrome/browser/resources/md_history/compiled_resources.gyp b/chrome/browser/resources/md_history/compiled_resources.gyp
|
| index ad66c442948dc5d5d02ad8fc9155aa2928ca9bb8..b8ecb2cb9a9be1d24161d5bb02becdc0c657c61b 100644
|
| --- a/chrome/browser/resources/md_history/compiled_resources.gyp
|
| +++ b/chrome/browser/resources/md_history/compiled_resources.gyp
|
| @@ -2,12 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -# Closure compiler definition for MD History. Not tied into the main closure
|
| -# build while we get oriented with the system.
|
| -# To compile:
|
| -# GYP_GENERATORS=ninja tools/gyp/gyp --depth . -Goutput_dir=out_closure \
|
| -# chrome/browser/resources/md_history/compiled_resources.gyp
|
| -# ninja -C out_closure/Default
|
| +# Closure compiler definition for MD History.
|
| {
|
| 'targets': [
|
| {
|
| @@ -21,6 +16,8 @@
|
| 'history_card_manager.js',
|
| 'history_card.js',
|
| 'history_item.js',
|
| + 'history_toolbar.js',
|
| + 'history.js',
|
| ],
|
| 'externs': [
|
| '<(EXTERNS_DIR)/chrome_send.js',
|
|
|