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..b369bb01aeed243798ce2df93ea78167bbc872e6 |
--- /dev/null |
+++ b/components/chrome_apps/webstore_widget/cws_widget/compiled_resources.gypi |
@@ -0,0 +1,18 @@ |
+# 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', |
+ ] |
+ } |
+} |