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