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

Unified Diff: chrome/chrome_browser.gypi

Issue 9460001: Adding persistance for gesture recognition parms. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Uninitialized variable. Ooops. Created 8 years, 9 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/ui/views/ash/gesture_prefs_aura.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index aa1bcbd6c6224172acd20969cf9b871b532a9a35..bfbdb3e639c3982dba90b72709094ccf4a1c169d 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3142,6 +3142,8 @@
'browser/ui/fullscreen_exit_bubble.h',
'browser/ui/fullscreen_exit_bubble_type.cc',
'browser/ui/fullscreen_exit_bubble_type.h',
+ 'browser/ui/gesture_prefs.cc',
+ 'browser/ui/gesture_prefs.h',
'browser/ui/global_error.cc',
'browser/ui/global_error.h',
'browser/ui/global_error_bubble_view_base.h',
@@ -3552,6 +3554,7 @@
'browser/ui/views/ash/caps_lock_handler.h',
'browser/ui/views/ash/chrome_shell_delegate.cc',
'browser/ui/views/ash/chrome_shell_delegate.h',
+ 'browser/ui/views/ash/gesture_prefs_aura.cc',
'browser/ui/views/ash/ime_controller_chromeos.cc',
'browser/ui/views/ash/ime_controller_chromeos.h',
'browser/ui/views/ash/launcher/chrome_launcher_delegate.cc',
@@ -4593,6 +4596,7 @@
['exclude', '^browser/renderer_host/render_widget_host_view_views*'],
['exclude', '^browser/tab_contents/chrome_web_contents_view_win_delegate.cc'],
['exclude', '^browser/tab_contents/chrome_web_contents_view_win_delegate.h'],
+ ['exclude', '^browser/ui/gesture_prefs.cc'],
['exclude', '^browser/ui/panels/auto_hiding_desktop_bar_win.cc'],
['exclude', '^browser/ui/tabs/dock_info_win.cc'],
['exclude', '^browser/ui/views/about_ipc_dialog.cc'],
@@ -4633,6 +4637,7 @@
['include', '^browser/chromeos/status/status_area_button.h'],
['include', '^browser/chromeos/status/status_area_view.cc'],
['include', '^browser/chromeos/status/status_area_view.h'],
+ #['include', '^browser/ui/views/ash/gesture_prefs_aura.cc'],
['include', '^browser/ui/views/simple_message_box_views.cc'],
['include', '^browser/ui/views/simple_message_box_views.h'],
['include', '^browser/ui/webui/certificate_viewer_webui.cc'],
« no previous file with comments | « chrome/browser/ui/views/ash/gesture_prefs_aura.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698