| 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'],
|
| + },
|
| ],
|
| }
|
|
|