| Index: chrome/chrome_browser_ui.gypi
 | 
| diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
 | 
| index 41f9e42e7a2c161844910c92fefa26e225c7f70a..9186d4ed738c78d82b7cb5542b2cfe2dba688837 100644
 | 
| --- a/chrome/chrome_browser_ui.gypi
 | 
| +++ b/chrome/chrome_browser_ui.gypi
 | 
| @@ -2589,7 +2589,6 @@
 | 
|          '../ui/gfx/gfx.gyp:gfx',
 | 
|          '../ui/gfx/gfx.gyp:gfx_geometry',
 | 
|          '../ui/message_center/message_center.gyp:message_center',
 | 
| -        '../ui/native_theme/native_theme.gyp:native_theme',
 | 
|          '../ui/resources/ui_resources.gyp:ui_resources',
 | 
|          '../ui/snapshot/snapshot.gyp:snapshot',
 | 
|          '../ui/strings/ui_strings.gyp:ui_strings',
 | 
| @@ -2628,6 +2627,7 @@
 | 
|              '../third_party/npapi/npapi.gyp:npapi',
 | 
|              '../third_party/re2/re2.gyp:re2',
 | 
|              '../ui/compositor/compositor.gyp:compositor',
 | 
| +            '../ui/native_theme/native_theme.gyp:native_theme',
 | 
|              '../ui/surface/surface.gyp:surface',
 | 
|              '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
 | 
|              '../v8/tools/gyp/v8.gyp:v8',
 | 
| 
 |