| 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 6f0eb1d9e891c4a90c3d697f0c4a13b178f97543..dd8aeed5300e9916a9bd5f4386c4fdd9a06487bb 100644
|
| --- a/ui/webui/resources/js/cr/ui/compiled_resources2.gyp
|
| +++ b/ui/webui/resources/js/cr/ui/compiled_resources2.gyp
|
| @@ -28,6 +28,25 @@
|
| 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| + 'target_name': 'context_menu_button',
|
| + 'dependencies': [
|
| + 'menu_button',
|
| + ],
|
| + 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| + {
|
| + 'target_name': 'context_menu_handler',
|
| + 'dependencies': [
|
| + '../../compiled_resources2.gyp:cr',
|
| + '../compiled_resources2.gyp:event_target',
|
| + '../compiled_resources2.gyp:ui',
|
| + 'menu',
|
| + 'menu_button',
|
| + 'position_util',
|
| + ],
|
| + 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| + {
|
| 'target_name': 'dialogs',
|
| 'dependencies': [
|
| '../../compiled_resources2.gyp:cr',
|
| @@ -187,5 +206,14 @@
|
| ],
|
| 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| + {
|
| + 'target_name': 'tree',
|
| + 'dependencies': [
|
| + '../../compiled_resources2.gyp:cr',
|
| + '../../compiled_resources2.gyp:util',
|
| + '../compiled_resources2.gyp:ui',
|
| + ],
|
| + 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| ],
|
| }
|
|
|