| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index 5786125c5e5debd3c8ae58f2f3f7df9cec3268f8..1f0a194a9327e775ee6475f8adc4049d28ae83b8 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -3524,6 +3524,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',
|
| @@ -4988,6 +4990,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'],
|
|
|