| Index: chrome/browser/resources/cleanup_tool/compiled_resources2.gyp
|
| diff --git a/chrome/browser/resources/cleanup_tool/compiled_resources2.gyp b/chrome/browser/resources/cleanup_tool/compiled_resources2.gyp
|
| index 8b780849320da4e69a722a89e20041ad074ce628..690756c922d19dbdb50a845b49a6d12c48aab98b 100644
|
| --- a/chrome/browser/resources/cleanup_tool/compiled_resources2.gyp
|
| +++ b/chrome/browser/resources/cleanup_tool/compiled_resources2.gyp
|
| @@ -4,11 +4,22 @@
|
| {
|
| 'targets': [
|
| {
|
| - 'target_name': 'cleanup_browser_proxy',
|
| - 'dependencies': [
|
| - '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| - ],
|
| - 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + 'target_name': 'cleanup_browser_proxy',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| + ],
|
| + 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| + {
|
| + 'target_name': 'manager',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
|
| + '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui',
|
| + ],
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| 'target_name': 'toolbar',
|
|
|