Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4069)

Unified Diff: chrome/chrome.gyp

Issue 155184: Fix the Views-GTK build by adding necessary tab_strip_2 files and fixing some compilation errors. (Closed)
Patch Set: Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/views/tabs/tab_strip_2.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 67b113b9a26f6329a994b5794ccbb818900f6470..b89342dd07bd838ec9893ecb69480a2ed2c8850d 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -2000,6 +2000,8 @@
['include', '^browser/views/tab_contents/tab_contents_view_gtk.h'],
['include', '^browser/views/tab_icon_view.cc'],
['include', '^browser/views/tab_icon_view.h'],
+ ['include', '^browser/views/tabs/browser_tab_strip.cc'],
+ ['include', '^browser/views/tabs/browser_tab_strip.h'],
['include', '^browser/views/tabs/dragged_tab_controller.cc'],
['include', '^browser/views/tabs/dragged_tab_controller.h'],
['include', '^browser/views/tabs/dragged_tab_view.cc'],
@@ -2009,10 +2011,14 @@
['include', '^browser/views/tabs/native_view_photobooth_gtk.h'],
['include', '^browser/views/tabs/tab.cc'],
['include', '^browser/views/tabs/tab.h'],
+ ['include', '^browser/views/tabs/tab_2.cc'],
+ ['include', '^browser/views/tabs/tab_2.h'],
['include', '^browser/views/tabs/tab_renderer.cc'],
['include', '^browser/views/tabs/tab_renderer.h'],
['include', '^browser/views/tabs/tab_strip.cc'],
['include', '^browser/views/tabs/tab_strip.h'],
+ ['include', '^browser/views/tabs/tab_strip_2.cc'],
+ ['include', '^browser/views/tabs/tab_strip_2.h'],
['include', '^browser/views/toolbar_view.cc'],
['include', '^browser/views/toolbar_view.h'],
['include', '^browser/window_sizer.cc'],
« no previous file with comments | « chrome/browser/views/tabs/tab_strip_2.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698