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

Side by Side Diff: views/views.gyp

Issue 6713027: Add GetCharacter() and GetUnmodifiedCharacter() methods to views::Event. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update. Created 9 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 | Annotate | Revision Log
« views/events/event_x.cc ('K') | « views/events/event_x.cc ('k') | no next file » | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 }, 8 },
9 9
10 'conditions': [ 10 'conditions': [
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 ], 473 ],
474 'sources': [ 474 'sources': [
475 'animation/bounds_animator_unittest.cc', 475 'animation/bounds_animator_unittest.cc',
476 'controls/label_unittest.cc', 476 'controls/label_unittest.cc',
477 'controls/progress_bar_unittest.cc', 477 'controls/progress_bar_unittest.cc',
478 'controls/single_split_view_unittest.cc', 478 'controls/single_split_view_unittest.cc',
479 'controls/tabbed_pane/tabbed_pane_unittest.cc', 479 'controls/tabbed_pane/tabbed_pane_unittest.cc',
480 'controls/table/table_view_unittest.cc', 480 'controls/table/table_view_unittest.cc',
481 'controls/textfield/native_textfield_views_unittest.cc', 481 'controls/textfield/native_textfield_views_unittest.cc',
482 'controls/textfield/textfield_views_model_unittest.cc', 482 'controls/textfield/textfield_views_model_unittest.cc',
483 'events/event_unittest.cc',
483 'focus/accelerator_handler_gtk_unittest.cc', 484 'focus/accelerator_handler_gtk_unittest.cc',
484 'focus/focus_manager_unittest.cc', 485 'focus/focus_manager_unittest.cc',
485 'layout/grid_layout_unittest.cc', 486 'layout/grid_layout_unittest.cc',
486 'layout/box_layout_unittest.cc', 487 'layout/box_layout_unittest.cc',
487 'test/views_test_base.cc', 488 'test/views_test_base.cc',
488 'test/views_test_base.h', 489 'test/views_test_base.h',
489 'run_all_unittests.cc', 490 'run_all_unittests.cc',
490 'test/test_views_delegate.cc', 491 'test/test_views_delegate.cc',
491 'test/test_views_delegate.h', 492 'test/test_views_delegate.h',
492 'view_unittest.cc', 493 'view_unittest.cc',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 ], 610 ],
610 }, 611 },
611 ], 612 ],
612 } 613 }
613 614
614 # Local Variables: 615 # Local Variables:
615 # tab-width:2 616 # tab-width:2
616 # indent-tabs-mode:nil 617 # indent-tabs-mode:nil
617 # End: 618 # End:
618 # vim: set expandtab tabstop=2 shiftwidth=2: 619 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« views/events/event_x.cc ('K') | « views/events/event_x.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698