Index: components/chrome_apps/webstore_widget/cws_widget/compiled_resources.gypi |
diff --git a/components/chrome_apps/webstore_widget/cws_widget/compiled_resources.gypi b/components/chrome_apps/webstore_widget/cws_widget/compiled_resources.gypi |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7118a7b8edd6e5b9af28aab86812154dd78f5001 |
--- /dev/null |
+++ b/components/chrome_apps/webstore_widget/cws_widget/compiled_resources.gypi |
@@ -0,0 +1,19 @@ |
+# 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. |
+ |
+{ |
+ 'variables': { |
+ 'WIDGET_ROOT': '<(DEPTH)/components/chrome_apps/webstore_widget/cws_widget', |
+ 'cws_widget_container': [ |
+ '<(DEPTH)/ui/webui/resources/js/cr.js', |
+ '<(DEPTH)/ui/webui/resources/js/cr/event_target.js', |
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/dialogs.js', |
+ '<(WIDGET_ROOT)/app_installer.js', |
+ '<(WIDGET_ROOT)/cws_webview_client.js', |
+ '<(WIDGET_ROOT)/cws_widget_container.js', |
+ '<(WIDGET_ROOT)/cws_widget_container_error_dialog.js', |
+ '<(WIDGET_ROOT)/cws_widget_container_platform_delegate.js', |
+ ] |
+ } |
+} |