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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'variables': {
7 'WIDGET_ROOT': '<(DEPTH)/components/chrome_apps/webstore_widget/cws_widget',
8 'cws_widget_container': [
9 '<(DEPTH)/ui/webui/resources/js/cr.js',
10 '<(DEPTH)/ui/webui/resources/js/cr/event_target.js',
11 '<(DEPTH)/ui/webui/resources/js/cr/ui/dialogs.js',
12 '<(WIDGET_ROOT)/app_installer.js',
13 '<(WIDGET_ROOT)/cws_webview_client.js',
14 '<(WIDGET_ROOT)/cws_widget_container.js',
15 '<(WIDGET_ROOT)/cws_widget_container_error_dialog.js',
16 ]
17 }
18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698