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

Unified Diff: components/chrome_apps/webstore_widget/app/compiled_resources.gyp

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/app/compiled_resources.gyp
diff --git a/components/chrome_apps/webstore_widget/app/compiled_resources.gyp b/components/chrome_apps/webstore_widget/app/compiled_resources.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..06baf792fa28255833b73bda6433df7b42fec419
--- /dev/null
+++ b/components/chrome_apps/webstore_widget/app/compiled_resources.gyp
@@ -0,0 +1,40 @@
+# 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.
+{
+ 'targets': [
+ {
+ 'target_name': 'main',
+ 'variables': {
+ 'depends': [
+ '<@(cws_widget_container)',
+ '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate',
+ '../../../../ui/webui/resources/js/i18n_template_no_process.js',
+ '../../../../ui/webui/resources/js/load_time_data.js',
+ ],
+ 'externs': [
+ '<(CLOSURE_DIR)/externs/chrome_extensions.js',
+ '<(CLOSURE_DIR)/externs/file_manager_private.js',
+ '../externs/chrome_webstore_widget_private.js',
+ '../externs/webview_tag.js'
+ ]
+ },
+ 'includes': [
+ '../../../../third_party/closure_compiler/compile_js.gypi',
+ '../cws_widget/compiled_resources.gypi'
+ ]
+ },
+ {
+ 'target_name': 'background',
+ 'variables': {
+ 'externs': [
+ '<(CLOSURE_DIR)/externs/chrome_extensions.js',
+ '../externs/chrome_webstore_widget_private.js'
+ ]
+ },
+ 'includes': [
+ '../../../../third_party/closure_compiler/compile_js.gypi'
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698