Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Unified Diff: components/chrome_apps/webstore_widget/cws_widget/compiled_resources.gypi

Issue 1123373003: Launch webstore widget app when unsupported printer is plugged in (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_cws_widget_scripts
Patch Set: bump app version Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
+ ]
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698