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

Unified Diff: ui/webui/resources/js/compiled_resources2.gyp

Issue 2935303003: Print Preview: Remove global onPrivetPrintFailed (Closed)
Patch Set: Fix annotations Created 3 years, 6 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: ui/webui/resources/js/compiled_resources2.gyp
diff --git a/ui/webui/resources/js/compiled_resources2.gyp b/ui/webui/resources/js/compiled_resources2.gyp
index 5f710c3edf03ec85e84c68e76f2bdb833220eeaa..b3fb3e03dc2ed291da467750ce133cf92cbd8f84 100644
--- a/ui/webui/resources/js/compiled_resources2.gyp
+++ b/ui/webui/resources/js/compiled_resources2.gyp
@@ -24,6 +24,13 @@
'target_name': 'event_tracker',
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
+ {
+ 'target_name': 'webui_listener_tracker',
+ 'dependencies': [
+ 'cr',
+ ],
+ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
{
'target_name': 'icon',
'dependencies': [
« no previous file with comments | « ui/webui/resources/html/webui_listener_tracker.html ('k') | ui/webui/resources/js/webui_listener_tracker.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698