| Index: chrome/browser/resources/settings/about_page/compiled_resources2.gyp | 
| diff --git a/chrome/browser/resources/settings/about_page/compiled_resources2.gyp b/chrome/browser/resources/settings/about_page/compiled_resources2.gyp | 
| index 8e694db2dc34c38b35f88b9c105b830ef7a68d58..b477f45a24d963744d22bbed638a22a4152a0839 100644 | 
| --- a/chrome/browser/resources/settings/about_page/compiled_resources2.gyp | 
| +++ b/chrome/browser/resources/settings/about_page/compiled_resources2.gyp | 
| @@ -35,5 +35,13 @@ | 
| ], | 
| 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'], | 
| }, | 
| +    { | 
| +      'target_name': 'channel_switcher_dialog', | 
| +      'dependencies': [ | 
| +        'about_page_browser_proxy', | 
| +        '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 
| +      ], | 
| +      'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'], | 
| +    }, | 
| ], | 
| } | 
|  |