OLD | NEW |
(Empty) | |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. |
| 4 |
| 5 { |
| 6 'variables': { |
| 7 'WIDGET_ROOT': '<(DEPTH)/components/chrome_apps/webstore_widget/cws_widget', |
| 8 'cws_widget_container': [ |
| 9 '<(DEPTH)/ui/webui/resources/js/cr.js', |
| 10 '<(DEPTH)/ui/webui/resources/js/cr/event_target.js', |
| 11 '<(DEPTH)/ui/webui/resources/js/cr/ui/dialogs.js', |
| 12 '<(WIDGET_ROOT)/app_installer.js', |
| 13 '<(WIDGET_ROOT)/cws_webview_client.js', |
| 14 '<(WIDGET_ROOT)/cws_widget_container.js', |
| 15 '<(WIDGET_ROOT)/cws_widget_container_error_dialog.js', |
| 16 ] |
| 17 } |
| 18 } |
OLD | NEW |