| 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 6682f542cb27b005f86ae6b93ced715db54078dc..912060a14e08d62d4fdf67c9c8f268638ea3c7e0 100644
|
| --- a/ui/webui/resources/js/cr/ui/compiled_resources2.gyp
|
| +++ b/ui/webui/resources/js/cr/ui/compiled_resources2.gyp
|
| @@ -169,5 +169,16 @@
|
| ],
|
| 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| + {
|
| + 'target_name': 'table',
|
| + 'dependencies': [
|
| + 'list',
|
| + 'list_single_selection_model',
|
| + 'table/compiled_resources2.gyp:table_column_model',
|
| + 'table/compiled_resources2.gyp:table_header',
|
| + 'table/compiled_resources2.gyp:table_list',
|
| + ],
|
| + 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| ],
|
| }
|
|
|