| Index: chrome/chrome_browser.gypi
 | 
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
 | 
| index 1bb315448cfe3ad667d515936b781cfd304ad3cd..805ebaed9be44f53a3baff98d35e719c13d46df9 100644
 | 
| --- a/chrome/chrome_browser.gypi
 | 
| +++ b/chrome/chrome_browser.gypi
 | 
| @@ -3629,6 +3629,8 @@
 | 
|          'browser/ui/views/find_bar_view.h',
 | 
|          'browser/ui/views/first_run_bubble.cc',
 | 
|          'browser/ui/views/first_run_bubble.h',
 | 
| +        'browser/ui/views/frame/app_non_client_frame_view_aura.cc',
 | 
| +        'browser/ui/views/frame/app_non_client_frame_view_aura.h',
 | 
|          'browser/ui/views/frame/app_panel_browser_frame_view.cc',
 | 
|          'browser/ui/views/frame/app_panel_browser_frame_view.h',
 | 
|          'browser/ui/views/frame/browser_frame.cc',
 | 
| @@ -5109,6 +5111,8 @@
 | 
|                  ['include', '^browser/ui/views/find_bar_view.cc'],
 | 
|                  ['include', '^browser/ui/views/find_bar_view.h'],
 | 
|                  ['include', '^browser/ui/views/first_run_bubble.cc'],
 | 
| +                ['include', '^browser/ui/views/frame/app_non_client_frame_view_aura.cc'],
 | 
| +                ['include', '^browser/ui/views/frame/app_non_client_frame_view_aura.h'],
 | 
|                  ['include', '^browser/ui/views/frame/browser_frame.cc'],
 | 
|                  ['include', '^browser/ui/views/frame/browser_frame.h'],
 | 
|                  ['include', '^browser/ui/views/frame/browser_frame_gtk.cc'],
 | 
| 
 |