| Index: ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
|
| diff --git a/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp b/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
|
| index 78427a8ee0f04f99983da6b03b511ae92ca0b43c..453fa7f37411af0d77ef8a4a475b543de054f84a 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
|
| +++ b/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
|
| @@ -33,6 +33,10 @@
|
| # 'target_name': 'column_visibility_controller',
|
| # 'includes': ['../../../compile_js2.gypi'],
|
| # },
|
| + {
|
| + 'target_name': 'constants',
|
| + 'includes': ['../../../compile_js2.gypi'],
|
| + },
|
| # {
|
| # 'target_name': 'dialog_action_controller',
|
| # 'includes': ['../../../compile_js2.gypi'],
|
| @@ -271,5 +275,12 @@
|
| ],
|
| 'includes': ['../../../compile_js2.gypi'],
|
| },
|
| + {
|
| + 'target_name': 'web_store_utils',
|
| + 'dependencies': [
|
| + 'constants',
|
| + ],
|
| + 'includes': ['../../../compile_js2.gypi'],
|
| + },
|
| ],
|
| }
|
|
|