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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 3124 matching lines...) Expand 10 before | Expand all | Expand 10 after
3135 'browser/ui/find_bar/find_bar_state_factory.h', 3135 'browser/ui/find_bar/find_bar_state_factory.h',
3136 'browser/ui/find_bar/find_notification_details.h', 3136 'browser/ui/find_bar/find_notification_details.h',
3137 'browser/ui/find_bar/find_tab_helper.cc', 3137 'browser/ui/find_bar/find_tab_helper.cc',
3138 'browser/ui/find_bar/find_tab_helper.h', 3138 'browser/ui/find_bar/find_tab_helper.h',
3139 'browser/ui/fullscreen_controller.cc', 3139 'browser/ui/fullscreen_controller.cc',
3140 'browser/ui/fullscreen_controller.h', 3140 'browser/ui/fullscreen_controller.h',
3141 'browser/ui/fullscreen_exit_bubble.cc', 3141 'browser/ui/fullscreen_exit_bubble.cc',
3142 'browser/ui/fullscreen_exit_bubble.h', 3142 'browser/ui/fullscreen_exit_bubble.h',
3143 'browser/ui/fullscreen_exit_bubble_type.cc', 3143 'browser/ui/fullscreen_exit_bubble_type.cc',
3144 'browser/ui/fullscreen_exit_bubble_type.h', 3144 'browser/ui/fullscreen_exit_bubble_type.h',
3145 'browser/ui/gesture_prefs.cc',
3146 'browser/ui/gesture_prefs.h',
3145 'browser/ui/global_error.cc', 3147 'browser/ui/global_error.cc',
3146 'browser/ui/global_error.h', 3148 'browser/ui/global_error.h',
3147 'browser/ui/global_error_bubble_view_base.h', 3149 'browser/ui/global_error_bubble_view_base.h',
3148 'browser/ui/global_error_service.cc', 3150 'browser/ui/global_error_service.cc',
3149 'browser/ui/global_error_service.h', 3151 'browser/ui/global_error_service.h',
3150 'browser/ui/global_error_service_factory.cc', 3152 'browser/ui/global_error_service_factory.cc',
3151 'browser/ui/global_error_service_factory.h', 3153 'browser/ui/global_error_service_factory.h',
3152 'browser/ui/gtk/about_chrome_dialog.cc', 3154 'browser/ui/gtk/about_chrome_dialog.cc',
3153 'browser/ui/gtk/about_chrome_dialog.h', 3155 'browser/ui/gtk/about_chrome_dialog.h',
3154 'browser/ui/gtk/accelerators_gtk.cc', 3156 'browser/ui/gtk/accelerators_gtk.cc',
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
3545 'browser/ui/views/ash/app_list/browser_command_item.h', 3547 'browser/ui/views/ash/app_list/browser_command_item.h',
3546 'browser/ui/views/ash/app_list/chrome_app_list_item.h', 3548 'browser/ui/views/ash/app_list/chrome_app_list_item.h',
3547 'browser/ui/views/ash/app_list/extension_app_item.cc', 3549 'browser/ui/views/ash/app_list/extension_app_item.cc',
3548 'browser/ui/views/ash/app_list/extension_app_item.h', 3550 'browser/ui/views/ash/app_list/extension_app_item.h',
3549 'browser/ui/views/ash/brightness_controller_chromeos.cc', 3551 'browser/ui/views/ash/brightness_controller_chromeos.cc',
3550 'browser/ui/views/ash/brightness_controller_chromeos.h', 3552 'browser/ui/views/ash/brightness_controller_chromeos.h',
3551 'browser/ui/views/ash/caps_lock_handler.cc', 3553 'browser/ui/views/ash/caps_lock_handler.cc',
3552 'browser/ui/views/ash/caps_lock_handler.h', 3554 'browser/ui/views/ash/caps_lock_handler.h',
3553 'browser/ui/views/ash/chrome_shell_delegate.cc', 3555 'browser/ui/views/ash/chrome_shell_delegate.cc',
3554 'browser/ui/views/ash/chrome_shell_delegate.h', 3556 'browser/ui/views/ash/chrome_shell_delegate.h',
3557 'browser/ui/views/ash/gesture_prefs_aura.cc',
3555 'browser/ui/views/ash/ime_controller_chromeos.cc', 3558 'browser/ui/views/ash/ime_controller_chromeos.cc',
3556 'browser/ui/views/ash/ime_controller_chromeos.h', 3559 'browser/ui/views/ash/ime_controller_chromeos.h',
3557 'browser/ui/views/ash/launcher/chrome_launcher_delegate.cc', 3560 'browser/ui/views/ash/launcher/chrome_launcher_delegate.cc',
3558 'browser/ui/views/ash/launcher/chrome_launcher_delegate.h', 3561 'browser/ui/views/ash/launcher/chrome_launcher_delegate.h',
3559 'browser/ui/views/ash/launcher/launcher_context_menu.cc', 3562 'browser/ui/views/ash/launcher/launcher_context_menu.cc',
3560 'browser/ui/views/ash/launcher/launcher_context_menu.h', 3563 'browser/ui/views/ash/launcher/launcher_context_menu.h',
3561 'browser/ui/views/ash/launcher/launcher_icon_loader.cc', 3564 'browser/ui/views/ash/launcher/launcher_icon_loader.cc',
3562 'browser/ui/views/ash/launcher/launcher_icon_loader.h', 3565 'browser/ui/views/ash/launcher/launcher_icon_loader.h',
3563 'browser/ui/views/ash/launcher/launcher_updater.cc', 3566 'browser/ui/views/ash/launcher/launcher_updater.cc',
3564 'browser/ui/views/ash/launcher/launcher_updater.h', 3567 'browser/ui/views/ash/launcher/launcher_updater.h',
(...skipping 1021 matching lines...) Expand 10 before | Expand all | Expand 10 after
4586 ['exclude', '^browser/external_tab_container_win.cc'], 4589 ['exclude', '^browser/external_tab_container_win.cc'],
4587 ['exclude', '^browser/external_tab_container_win.h'], 4590 ['exclude', '^browser/external_tab_container_win.h'],
4588 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'], 4591 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'],
4589 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'], 4592 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'],
4590 ['exclude', '^browser/google/google_update.cc'], 4593 ['exclude', '^browser/google/google_update.cc'],
4591 ['exclude', '^browser/google/google_update.h'], 4594 ['exclude', '^browser/google/google_update.h'],
4592 ['exclude', '^browser/hang_monitor/'], 4595 ['exclude', '^browser/hang_monitor/'],
4593 ['exclude', '^browser/renderer_host/render_widget_host_view_views*'] , 4596 ['exclude', '^browser/renderer_host/render_widget_host_view_views*'] ,
4594 ['exclude', '^browser/tab_contents/chrome_web_contents_view_win_dele gate.cc'], 4597 ['exclude', '^browser/tab_contents/chrome_web_contents_view_win_dele gate.cc'],
4595 ['exclude', '^browser/tab_contents/chrome_web_contents_view_win_dele gate.h'], 4598 ['exclude', '^browser/tab_contents/chrome_web_contents_view_win_dele gate.h'],
4599 ['exclude', '^browser/ui/gesture_prefs.cc'],
4596 ['exclude', '^browser/ui/panels/auto_hiding_desktop_bar_win.cc'], 4600 ['exclude', '^browser/ui/panels/auto_hiding_desktop_bar_win.cc'],
4597 ['exclude', '^browser/ui/tabs/dock_info_win.cc'], 4601 ['exclude', '^browser/ui/tabs/dock_info_win.cc'],
4598 ['exclude', '^browser/ui/views/about_ipc_dialog.cc'], 4602 ['exclude', '^browser/ui/views/about_ipc_dialog.cc'],
4599 ['exclude', '^browser/ui/views/app_menu_button_win.cc'], 4603 ['exclude', '^browser/ui/views/app_menu_button_win.cc'],
4600 ['exclude', '^browser/ui/views/certificate_viewer_win.cc'], 4604 ['exclude', '^browser/ui/views/certificate_viewer_win.cc'],
4601 ['exclude', '^browser/ui/views/dropdown_bar_host_win.cc'], 4605 ['exclude', '^browser/ui/views/dropdown_bar_host_win.cc'],
4602 ['exclude', '^browser/ui/views/external_protocol_dialog.cc'], 4606 ['exclude', '^browser/ui/views/external_protocol_dialog.cc'],
4603 ['exclude', '^browser/ui/views/find_bar_host_win.cc'], 4607 ['exclude', '^browser/ui/views/find_bar_host_win.cc'],
4604 ['exclude', '^browser/ui/views/frame/browser_frame_win.cc'], 4608 ['exclude', '^browser/ui/views/frame/browser_frame_win.cc'],
4605 ['exclude', '^browser/ui/views/frame/browser_frame_win.h'], 4609 ['exclude', '^browser/ui/views/frame/browser_frame_win.h'],
(...skipping 20 matching lines...) Expand all
4626 ['exclude', '^browser/ui/window_snapshot/window_snapshot_win.cc'], 4630 ['exclude', '^browser/ui/window_snapshot/window_snapshot_win.cc'],
4627 # For now, always include status area code for aura builds, even 4631 # For now, always include status area code for aura builds, even
4628 # though the code is under browser/chromeos. 4632 # though the code is under browser/chromeos.
4629 # TODO: (stevenjb/beng): Find a home for these. 4633 # TODO: (stevenjb/beng): Find a home for these.
4630 ['include', '^browser/chromeos/status/clock_menu_button.cc'], 4634 ['include', '^browser/chromeos/status/clock_menu_button.cc'],
4631 ['include', '^browser/chromeos/status/clock_menu_button.h'], 4635 ['include', '^browser/chromeos/status/clock_menu_button.h'],
4632 ['include', '^browser/chromeos/status/status_area_button.cc'], 4636 ['include', '^browser/chromeos/status/status_area_button.cc'],
4633 ['include', '^browser/chromeos/status/status_area_button.h'], 4637 ['include', '^browser/chromeos/status/status_area_button.h'],
4634 ['include', '^browser/chromeos/status/status_area_view.cc'], 4638 ['include', '^browser/chromeos/status/status_area_view.cc'],
4635 ['include', '^browser/chromeos/status/status_area_view.h'], 4639 ['include', '^browser/chromeos/status/status_area_view.h'],
4640 #['include', '^browser/ui/views/ash/gesture_prefs_aura.cc'],
4636 ['include', '^browser/ui/views/simple_message_box_views.cc'], 4641 ['include', '^browser/ui/views/simple_message_box_views.cc'],
4637 ['include', '^browser/ui/views/simple_message_box_views.h'], 4642 ['include', '^browser/ui/views/simple_message_box_views.h'],
4638 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'], 4643 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'],
4639 ['include', '^browser/ui/webui/certificate_viewer_webui.h'], 4644 ['include', '^browser/ui/webui/certificate_viewer_webui.h'],
4640 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'], 4645 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'],
4641 ['include', '^browser/ui/webui/certificate_viewer_ui.h'], 4646 ['include', '^browser/ui/webui/certificate_viewer_ui.h'],
4642 ], 4647 ],
4643 'dependencies': [ 4648 'dependencies': [
4644 '../ui/aura/aura.gyp:aura', 4649 '../ui/aura/aura.gyp:aura',
4645 '../ash/ash.gyp:ash', 4650 '../ash/ash.gyp:ash',
(...skipping 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after
5712 'variables': { 5717 'variables': {
5713 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5718 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5714 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5719 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5715 }, 5720 },
5716 'includes': ['../build/protoc.gypi'], 5721 'includes': ['../build/protoc.gypi'],
5717 }], 5722 }],
5718 ], 5723 ],
5719 }, 5724 },
5720 ], 5725 ],
5721 } 5726 }
OLDNEW
« 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