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

Side by Side Diff: ash/ash.gyp

Issue 10916221: Make ToplevelWindowEventFilter and WorkspaceEventFilter into event handlers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/root_window_controller.cc » ('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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 10
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 'wm/stacking_controller.h', 313 'wm/stacking_controller.h',
314 'wm/status_area_layout_manager.cc', 314 'wm/status_area_layout_manager.cc',
315 'wm/status_area_layout_manager.h', 315 'wm/status_area_layout_manager.h',
316 'wm/system_gesture_event_filter.cc', 316 'wm/system_gesture_event_filter.cc',
317 'wm/system_gesture_event_filter.h', 317 'wm/system_gesture_event_filter.h',
318 'wm/system_modal_container_event_filter.cc', 318 'wm/system_modal_container_event_filter.cc',
319 'wm/system_modal_container_event_filter.h', 319 'wm/system_modal_container_event_filter.h',
320 'wm/system_modal_container_event_filter_delegate.h', 320 'wm/system_modal_container_event_filter_delegate.h',
321 'wm/system_modal_container_layout_manager.cc', 321 'wm/system_modal_container_layout_manager.cc',
322 'wm/system_modal_container_layout_manager.h', 322 'wm/system_modal_container_layout_manager.h',
323 'wm/toplevel_window_event_filter.cc', 323 'wm/toplevel_window_event_handler.cc',
324 'wm/toplevel_window_event_filter.h', 324 'wm/toplevel_window_event_handler.h',
325 'wm/user_activity_detector.cc', 325 'wm/user_activity_detector.cc',
326 'wm/user_activity_detector.h', 326 'wm/user_activity_detector.h',
327 'wm/user_activity_observer.h', 327 'wm/user_activity_observer.h',
328 'wm/video_detector.cc', 328 'wm/video_detector.cc',
329 'wm/video_detector.h', 329 'wm/video_detector.h',
330 'wm/visibility_controller.cc', 330 'wm/visibility_controller.cc',
331 'wm/visibility_controller.h', 331 'wm/visibility_controller.h',
332 'wm/window_animation_delegate.cc', 332 'wm/window_animation_delegate.cc',
333 'wm/window_animation_delegate.h', 333 'wm/window_animation_delegate.h',
334 'wm/window_animations.cc', 334 'wm/window_animations.cc',
(...skipping 26 matching lines...) Expand all
361 'wm/workspace/phantom_window_controller.h', 361 'wm/workspace/phantom_window_controller.h',
362 'wm/workspace/snap_sizer.cc', 362 'wm/workspace/snap_sizer.cc',
363 'wm/workspace/snap_sizer.h', 363 'wm/workspace/snap_sizer.h',
364 'wm/workspace/snap_types.h', 364 'wm/workspace/snap_types.h',
365 'wm/workspace/system_background_controller.cc', 365 'wm/workspace/system_background_controller.cc',
366 'wm/workspace/system_background_controller.h', 366 'wm/workspace/system_background_controller.h',
367 'wm/workspace/workspace.cc', 367 'wm/workspace/workspace.cc',
368 'wm/workspace/workspace.h', 368 'wm/workspace/workspace.h',
369 'wm/workspace/workspace2.cc', 369 'wm/workspace/workspace2.cc',
370 'wm/workspace/workspace2.h', 370 'wm/workspace/workspace2.h',
371 'wm/workspace/workspace_event_filter.cc', 371 'wm/workspace/workspace_event_handler.cc',
372 'wm/workspace/workspace_event_filter.h', 372 'wm/workspace/workspace_event_handler.h',
373 'wm/workspace/workspace_layout_manager.cc', 373 'wm/workspace/workspace_layout_manager.cc',
374 'wm/workspace/workspace_layout_manager.h', 374 'wm/workspace/workspace_layout_manager.h',
375 'wm/workspace/workspace_layout_manager2.cc', 375 'wm/workspace/workspace_layout_manager2.cc',
376 'wm/workspace/workspace_layout_manager2.h', 376 'wm/workspace/workspace_layout_manager2.h',
377 'wm/workspace/workspace_manager.cc', 377 'wm/workspace/workspace_manager.cc',
378 'wm/workspace/workspace_manager.h', 378 'wm/workspace/workspace_manager.h',
379 'wm/workspace/workspace_manager2.cc', 379 'wm/workspace/workspace_manager2.cc',
380 'wm/workspace/workspace_manager2.h', 380 'wm/workspace/workspace_manager2.h',
381 'wm/workspace/workspace_types.h', 381 'wm/workspace/workspace_types.h',
382 'wm/workspace/workspace_window_resizer.cc', 382 'wm/workspace/workspace_window_resizer.cc',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 'wm/custom_frame_view_ash_unittest.cc', 495 'wm/custom_frame_view_ash_unittest.cc',
496 'wm/frame_painter_unittest.cc', 496 'wm/frame_painter_unittest.cc',
497 'wm/image_grid_unittest.cc', 497 'wm/image_grid_unittest.cc',
498 'wm/panel_layout_manager_unittest.cc', 498 'wm/panel_layout_manager_unittest.cc',
499 'wm/power_button_controller_unittest.cc', 499 'wm/power_button_controller_unittest.cc',
500 'wm/screen_dimmer_unittest.cc', 500 'wm/screen_dimmer_unittest.cc',
501 'wm/shadow_controller_unittest.cc', 501 'wm/shadow_controller_unittest.cc',
502 'wm/shelf_layout_manager_unittest.cc', 502 'wm/shelf_layout_manager_unittest.cc',
503 'wm/system_gesture_event_filter_unittest.cc', 503 'wm/system_gesture_event_filter_unittest.cc',
504 'wm/system_modal_container_layout_manager_unittest.cc', 504 'wm/system_modal_container_layout_manager_unittest.cc',
505 'wm/toplevel_window_event_filter_unittest.cc', 505 'wm/toplevel_window_event_handler_unittest.cc',
506 'wm/user_activity_detector_unittest.cc', 506 'wm/user_activity_detector_unittest.cc',
507 'wm/video_detector_unittest.cc', 507 'wm/video_detector_unittest.cc',
508 'wm/visibility_controller_unittest.cc', 508 'wm/visibility_controller_unittest.cc',
509 'wm/window_animations_unittest.cc', 509 'wm/window_animations_unittest.cc',
510 'wm/window_cycle_controller_unittest.cc', 510 'wm/window_cycle_controller_unittest.cc',
511 'wm/window_manager_unittest.cc', 511 'wm/window_manager_unittest.cc',
512 'wm/window_modality_controller_unittest.cc', 512 'wm/window_modality_controller_unittest.cc',
513 'wm/workspace_controller_test_helper.cc', 513 'wm/workspace_controller_test_helper.cc',
514 'wm/workspace_controller_test_helper.h', 514 'wm/workspace_controller_test_helper.h',
515 'wm/workspace/multi_window_resize_controller_unittest.cc', 515 'wm/workspace/multi_window_resize_controller_unittest.cc',
516 'wm/workspace/workspace_event_filter_test_helper.cc', 516 'wm/workspace/workspace_event_handler_test_helper.cc',
517 'wm/workspace/workspace_event_filter_test_helper.h', 517 'wm/workspace/workspace_event_handler_test_helper.h',
518 'wm/workspace/workspace_event_filter_unittest.cc', 518 'wm/workspace/workspace_event_handler_unittest.cc',
519 'wm/workspace/workspace_manager_unittest.cc', 519 'wm/workspace/workspace_manager_unittest.cc',
520 'wm/workspace/workspace_manager2_unittest.cc', 520 'wm/workspace/workspace_manager2_unittest.cc',
521 'wm/workspace/workspace_window_resizer_unittest.cc', 521 'wm/workspace/workspace_window_resizer_unittest.cc',
522 ], 522 ],
523 'conditions': [ 523 'conditions': [
524 ['use_ibus==1', { 524 ['use_ibus==1', {
525 'dependencies': [ 525 'dependencies': [
526 '../build/linux/system.gyp:ibus', 526 '../build/linux/system.gyp:ibus',
527 ], 527 ],
528 }], 528 }],
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 'shell/cocoa/app-Info.plist', 633 'shell/cocoa/app-Info.plist',
634 ], 634 ],
635 'xcode_settings': { 635 'xcode_settings': {
636 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 636 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
637 }, 637 },
638 }], 638 }],
639 ], 639 ],
640 }, 640 },
641 ], 641 ],
642 } 642 }
OLDNEW
« no previous file with comments | « no previous file | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698