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

Side by Side Diff: ash/ash.gyp

Issue 11636037: Make VKEY_F14 and VKEY_HELP close keyboard overlay. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address a comment Created 8 years 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/keyboard_overlay/keyboard_overlay_view.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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 '../ui/compositor/compositor.gyp:compositor', 524 '../ui/compositor/compositor.gyp:compositor',
525 '../ui/compositor/compositor.gyp:compositor_test_support', 525 '../ui/compositor/compositor.gyp:compositor_test_support',
526 '../ui/message_center/message_center.gyp:message_center', 526 '../ui/message_center/message_center.gyp:message_center',
527 '../ui/ui.gyp:ui', 527 '../ui/ui.gyp:ui',
528 '../ui/ui.gyp:ui_resources', 528 '../ui/ui.gyp:ui_resources',
529 '../ui/ui.gyp:ui_test_support', 529 '../ui/ui.gyp:ui_test_support',
530 '../ui/views/views.gyp:views', 530 '../ui/views/views.gyp:views',
531 '../ui/views/views.gyp:views_test_support', 531 '../ui/views/views.gyp:views_test_support',
532 '../ui/views/views.gyp:views_examples_with_content_lib', 532 '../ui/views/views.gyp:views_examples_with_content_lib',
533 '../ui/views/views.gyp:views_with_content_test_support', 533 '../ui/views/views.gyp:views_with_content_test_support',
534 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
534 'ash', 535 'ash',
535 'ash_resources', 536 'ash_resources',
536 'ash_test_support', 537 'ash_test_support',
537 ], 538 ],
538 'sources': [ 539 'sources': [
539 '../ui/views/test/test_views_delegate.cc', 540 '../ui/views/test/test_views_delegate.cc',
540 '../ui/views/test/test_views_delegate.h', 541 '../ui/views/test/test_views_delegate.h',
541 'accelerators/accelerator_controller_unittest.cc', 542 'accelerators/accelerator_controller_unittest.cc',
542 'accelerators/accelerator_filter_unittest.cc', 543 'accelerators/accelerator_filter_unittest.cc',
543 'accelerators/accelerator_table_unittest.cc', 544 'accelerators/accelerator_table_unittest.cc',
544 'accelerators/nested_dispatcher_controller_unittest.cc', 545 'accelerators/nested_dispatcher_controller_unittest.cc',
545 'desktop_background/desktop_background_controller_unittest.cc', 546 'desktop_background/desktop_background_controller_unittest.cc',
546 'dip_unittest.cc', 547 'dip_unittest.cc',
547 'display/display_controller_unittest.cc', 548 'display/display_controller_unittest.cc',
548 'display/mouse_cursor_event_filter_unittest.cc', 549 'display/mouse_cursor_event_filter_unittest.cc',
549 'display/display_manager_unittest.cc', 550 'display/display_manager_unittest.cc',
550 'display/screen_position_controller_unittest.cc', 551 'display/screen_position_controller_unittest.cc',
551 'drag_drop/drag_drop_controller_unittest.cc', 552 'drag_drop/drag_drop_controller_unittest.cc',
552 'drag_drop/drag_drop_tracker_unittest.cc', 553 'drag_drop/drag_drop_tracker_unittest.cc',
553 'extended_desktop_unittest.cc', 554 'extended_desktop_unittest.cc',
554 'focus_cycler_unittest.cc', 555 'focus_cycler_unittest.cc',
556 'keyboard_overlay/keyboard_overlay_view_unittest.cc',
555 'launcher/launcher_model_unittest.cc', 557 'launcher/launcher_model_unittest.cc',
556 'launcher/launcher_navigator_unittest.cc', 558 'launcher/launcher_navigator_unittest.cc',
557 'launcher/launcher_tooltip_manager_unittest.cc', 559 'launcher/launcher_tooltip_manager_unittest.cc',
558 'launcher/launcher_unittest.cc', 560 'launcher/launcher_unittest.cc',
559 'launcher/launcher_view_unittest.cc', 561 'launcher/launcher_view_unittest.cc',
560 'root_window_controller_unittest.cc', 562 'root_window_controller_unittest.cc',
561 'screen_ash_unittest.cc', 563 'screen_ash_unittest.cc',
562 'screensaver/screensaver_view_unittest.cc', 564 'screensaver/screensaver_view_unittest.cc',
563 'shell_unittest.cc', 565 'shell_unittest.cc',
564 'shell/app_list.cc', 566 'shell/app_list.cc',
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 'shell/cocoa/app-Info.plist', 738 'shell/cocoa/app-Info.plist',
737 ], 739 ],
738 'xcode_settings': { 740 'xcode_settings': {
739 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 741 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
740 }, 742 },
741 }], 743 }],
742 ], 744 ],
743 }, 745 },
744 ], 746 ],
745 } 747 }
OLDNEW
« no previous file with comments | « no previous file | ash/keyboard_overlay/keyboard_overlay_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698