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

Side by Side Diff: ash/ash.gyp

Issue 2187303002: Remove KeyboardUmaEventFilter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing references to KeyboardUMAEventFilter Created 4 years, 4 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 | « no previous file | ash/keyboard_uma_event_filter.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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands_aura.cc', 10 'accelerators/accelerator_commands_aura.cc',
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 'host/ash_window_tree_host_unified.h', 574 'host/ash_window_tree_host_unified.h',
575 'host/ash_window_tree_host_win.cc', 575 'host/ash_window_tree_host_win.cc',
576 'host/ash_window_tree_host_win.h', 576 'host/ash_window_tree_host_win.h',
577 'host/ash_window_tree_host_x11.cc', 577 'host/ash_window_tree_host_x11.cc',
578 'host/ash_window_tree_host_x11.h', 578 'host/ash_window_tree_host_x11.h',
579 'host/root_window_transformer.h', 579 'host/root_window_transformer.h',
580 'host/transformer_helper.cc', 580 'host/transformer_helper.cc',
581 'host/transformer_helper.h', 581 'host/transformer_helper.h',
582 'ime/input_method_event_handler.cc', 582 'ime/input_method_event_handler.cc',
583 'ime/input_method_event_handler.h', 583 'ime/input_method_event_handler.h',
584 'keyboard_uma_event_filter.cc',
585 'keyboard_uma_event_filter.h',
586 'link_handler_model.cc', 584 'link_handler_model.cc',
587 'link_handler_model.h', 585 'link_handler_model.h',
588 'link_handler_model_factory.cc', 586 'link_handler_model_factory.cc',
589 'link_handler_model_factory.h', 587 'link_handler_model_factory.h',
590 'magnifier/magnification_controller.cc', 588 'magnifier/magnification_controller.cc',
591 'magnifier/magnification_controller.h', 589 'magnifier/magnification_controller.h',
592 'magnifier/partial_magnification_controller.cc', 590 'magnifier/partial_magnification_controller.cc',
593 'magnifier/partial_magnification_controller.h', 591 'magnifier/partial_magnification_controller.h',
594 'metrics/desktop_task_switch_metric_recorder.cc', 592 'metrics/desktop_task_switch_metric_recorder.cc',
595 'metrics/desktop_task_switch_metric_recorder.h', 593 'metrics/desktop_task_switch_metric_recorder.h',
(...skipping 877 matching lines...) Expand 10 before | Expand all | Expand 10 after
1473 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1471 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1474 ], 1472 ],
1475 } 1473 }
1476 ], 1474 ],
1477 ], 1475 ],
1478 }, 1476 },
1479 ], 1477 ],
1480 }], 1478 }],
1481 ], 1479 ],
1482 } 1480 }
OLDNEW
« no previous file with comments | « no previous file | ash/keyboard_uma_event_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698