| Index: ui/webui/resources/js/cr/ui/compiled_resources2.gyp
|
| diff --git a/ui/webui/resources/js/cr/ui/compiled_resources2.gyp b/ui/webui/resources/js/cr/ui/compiled_resources2.gyp
|
| index dd8aeed5300e9916a9bd5f4386c4fdd9a06487bb..2f499770f917a7981de9482bedfe2772610505ad 100644
|
| --- a/ui/webui/resources/js/cr/ui/compiled_resources2.gyp
|
| +++ b/ui/webui/resources/js/cr/ui/compiled_resources2.gyp
|
| @@ -20,6 +20,15 @@
|
| 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| + 'target_name': 'autocomplete_list',
|
| + 'dependencies': [
|
| + 'list',
|
| + 'list_single_selection_model',
|
| + 'position_util',
|
| + ],
|
| + 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| + {
|
| 'target_name': 'command',
|
| 'dependencies': [
|
| '../../compiled_resources2.gyp:cr',
|
|
|