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

Unified Diff: ui/webui/resources/js/cr/ui/compiled_resources.gyp

Issue 1162293008: Fix some lingering WebUI focus issues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: not more or less hacky, just hacky in a different way... Created 5 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/cr/ui/compiled_resources.gyp
diff --git a/ui/webui/resources/js/cr/ui/compiled_resources.gyp b/ui/webui/resources/js/cr/ui/compiled_resources.gyp
index c8da03c8b3dfc3554ecf3d2d2d62cc7be98f9c0a..06c91f9febc9076b417449374c8f4c5feb882530 100644
--- a/ui/webui/resources/js/cr/ui/compiled_resources.gyp
+++ b/ui/webui/resources/js/cr/ui/compiled_resources.gyp
@@ -13,5 +13,18 @@
},
'includes': ['../../../../../../third_party/closure_compiler/compile_js.gypi'],
},
+ {
+ 'target_name': 'overlay',
+ 'variables': {
+ 'depends': [
+ '../../cr.js',
+ '../../util.js',
+ ],
+ 'externs': [
+ '../../../../../../third_party/closure_compiler/externs/chrome_send_externs.js',
+ ],
+ },
+ 'includes': ['../../../../../../third_party/closure_compiler/compile_js.gypi'],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698