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

Unified Diff: chrome/chrome.gyp

Issue 113967: Add general options page. Options are working with the following exceptions: (Closed)
Patch Set: Created 11 years, 7 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/options/options_page_view.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 42c5b151991eaf2b51a812a9f11b6a049cf43bb5..dc62f54e1f35e6b90cc9db2a0ecb9ba3df4ec3b9 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -936,6 +936,10 @@
'browser/gtk/menu_gtk.h',
'browser/gtk/nine_box.cc',
'browser/gtk/nine_box.h',
+ 'browser/gtk/options/general_page_gtk.cc',
+ 'browser/gtk/options/general_page_gtk.h',
+ 'browser/gtk/options/options_layout_gtk.cc',
+ 'browser/gtk/options/options_layout_gtk.h',
'browser/gtk/options/options_window_gtk.cc',
'browser/gtk/sad_tab_gtk.cc',
'browser/gtk/sad_tab_gtk.h',
@@ -1090,6 +1094,8 @@
'browser/net/url_fetcher_protect.h',
'browser/net/url_fixer_upper.cc',
'browser/net/url_fixer_upper.h',
+ 'browser/options_page_base.cc',
+ 'browser/options_page_base.h',
'browser/options_window.h',
'browser/page_state.cc',
'browser/page_state.h',
« no previous file with comments | « chrome/browser/views/options/options_page_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698