| Index: chrome/chrome.gyp
|
| ===================================================================
|
| --- chrome/chrome.gyp (revision 17146)
|
| +++ chrome/chrome.gyp (working copy)
|
| @@ -1513,6 +1513,8 @@
|
| 'browser/views/tab_contents/tab_contents_container.cc',
|
| 'browser/views/tab_contents/tab_contents_container.h',
|
| 'browser/views/tab_contents/native_tab_contents_container.h',
|
| + 'browser/views/tab_contents/native_tab_contents_container_gtk.cc',
|
| + 'browser/views/tab_contents/native_tab_contents_container_gtk.h',
|
| 'browser/views/tab_contents/native_tab_contents_container_win.cc',
|
| 'browser/views/tab_contents/native_tab_contents_container_win.h',
|
| 'browser/views/tabs/dragged_tab_controller.cc',
|
| @@ -1735,6 +1737,8 @@
|
| ['include', '^browser/views/status_bubble_views.h'],
|
| ['include', '^browser/views/tab_contents/native_tab_contents_container_gtk.cc'],
|
| ['include', '^browser/views/tab_contents/native_tab_contents_container_gtk.h'],
|
| + ['include', '^browser/views/tab_contents/tab_contents_container.cc'],
|
| + ['include', '^browser/views/tab_contents/tab_contents_container.h'],
|
| ['include', '^browser/views/tabs/dragged_tab_view.cc'],
|
| ['include', '^browser/views/tabs/dragged_tab_view.h'],
|
| ['include', '^browser/views/tabs/tab.cc'],
|
|
|