Chromium Code Reviews| 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 |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1193019062b107dd692ccffd08f48976388a5e50 |
| --- /dev/null |
| +++ b/chrome/browser/resources/md_history/compiled_resources.gyp |
| @@ -0,0 +1,36 @@ |
| +# Copyright 2015 The Chromium Authors. All rights reserved. |
| +# 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 |
| +{ |
| + 'targets': [ |
| + { |
| + 'target_name': 'history', |
| + |
| + 'variables': { |
| + 'depends': [ |
| + '../../../../ui/webui/resources/js/cr.js', |
| + '../../../../ui/webui/resources/js/util.js', |
| + '../../../../ui/webui/resources/js/cr/ui/position_util.js', |
| + 'history-card-manager.js', |
|
Dan Beam
2016/01/16 02:54:35
these should be underscores instead of dashes (i.e
yingran
2016/01/18 05:40:28
Done.
|
| + 'history-card.js', |
| + 'history-item.js', |
| + 'history-toolbar.js', |
| + 'history.js', |
| + ], |
| + 'externs': [ |
| + '<(EXTERNS_DIR)/chrome_send.js', |
| + '../history/externs.js', |
| + ], |
| + }, |
| + |
| + 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
| + }, |
| + ], |
| +} |