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/cr_elements/cr_search_field/compiled_resources2.gyp

Issue 1963503002: MD WebUI: Add shared cr-toolbar element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Style review comments Created 4 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: ui/webui/resources/cr_elements/cr_search_field/compiled_resources2.gyp
diff --git a/ui/webui/resources/cr_elements/cr_search_field/compiled_resources2.gyp b/ui/webui/resources/cr_elements/cr_search_field/compiled_resources2.gyp
index 77b9eeadcefb33c6488c24d109d95f66e3e1eb7a..611febb816e5904ed10b62b3736288b92ffc0757 100644
--- a/ui/webui/resources/cr_elements/cr_search_field/compiled_resources2.gyp
+++ b/ui/webui/resources/cr_elements/cr_search_field/compiled_resources2.gyp
@@ -4,11 +4,18 @@
{
'targets': [
{
- 'target_name': 'cr_search_field',
+ 'target_name': 'cr_search_field_behavior',
'dependencies': [
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
],
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},
+ {
+ 'target_name': 'cr_search_field',
+ 'dependencies': [
+ 'cr_search_field_behavior'
+ ],
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698