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

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

Issue 1308893009: [MD Extensions] Move search field out of downloads, use it in extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 1d4cde6a5bbb6164c49434493c9ff2a2a3db0e02..be485eecc9c9c9ad0a3c8997183f2869859cb518 100644
--- a/ui/webui/resources/js/cr/ui/compiled_resources.gyp
+++ b/ui/webui/resources/js/cr/ui/compiled_resources.gyp
@@ -26,5 +26,15 @@
},
'includes': ['../../../../../../third_party/closure_compiler/compile_js.gypi'],
},
+ {
+ 'target_name': 'search_field',
+ 'variables': {
+ 'depends': [
+ '../../assert.js',
+ '../../compiled_resources.gyp:cr',
+ ],
+ },
+ 'includes': ['../../../../../../third_party/closure_compiler/compile_js.gypi'],
+ }
],
}

Powered by Google App Engine
This is Rietveld 408576698