| Index: ui/webui/resources/js/cr/ui/compiled_resources.gyp
|
| diff --git a/ui/webui/resources/js/chromeos/compiled_resources.gyp b/ui/webui/resources/js/cr/ui/compiled_resources.gyp
|
| similarity index 58%
|
| copy from ui/webui/resources/js/chromeos/compiled_resources.gyp
|
| copy to ui/webui/resources/js/cr/ui/compiled_resources.gyp
|
| index 6231af1379e22eb05d845f5d54b342eede06ad99..c8da03c8b3dfc3554ecf3d2d2d62cc7be98f9c0a 100644
|
| --- a/ui/webui/resources/js/chromeos/compiled_resources.gyp
|
| +++ b/ui/webui/resources/js/cr/ui/compiled_resources.gyp
|
| @@ -4,14 +4,14 @@
|
| {
|
| 'targets': [
|
| {
|
| - 'target_name': 'ui_account_tweaks',
|
| + 'target_name': 'focus_manager',
|
| 'variables': {
|
| 'depends': [
|
| - '../cr.js',
|
| - '../load_time_data.js'
|
| + '../../assert.js',
|
| + '../../cr.js',
|
| ],
|
| },
|
| - 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'],
|
| + 'includes': ['../../../../../../third_party/closure_compiler/compile_js.gypi'],
|
| },
|
| - ]
|
| + ],
|
| }
|
|
|