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

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 comment. 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
« no previous file with comments | « 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 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 ], 474 ],
475 'sources': [ 475 'sources': [
476 'animation/bounds_animator_unittest.cc', 476 'animation/bounds_animator_unittest.cc',
477 'controls/label_unittest.cc', 477 'controls/label_unittest.cc',
478 'controls/progress_bar_unittest.cc', 478 'controls/progress_bar_unittest.cc',
479 'controls/single_split_view_unittest.cc', 479 'controls/single_split_view_unittest.cc',
480 'controls/tabbed_pane/tabbed_pane_unittest.cc', 480 'controls/tabbed_pane/tabbed_pane_unittest.cc',
481 'controls/table/table_view_unittest.cc', 481 'controls/table/table_view_unittest.cc',
482 'controls/textfield/native_textfield_views_unittest.cc', 482 'controls/textfield/native_textfield_views_unittest.cc',
483 'controls/textfield/textfield_views_model_unittest.cc', 483 'controls/textfield/textfield_views_model_unittest.cc',
484 'events/event_unittest.cc',
484 'focus/accelerator_handler_gtk_unittest.cc', 485 'focus/accelerator_handler_gtk_unittest.cc',
485 'focus/focus_manager_unittest.cc', 486 'focus/focus_manager_unittest.cc',
486 'layout/grid_layout_unittest.cc', 487 'layout/grid_layout_unittest.cc',
487 'layout/box_layout_unittest.cc', 488 'layout/box_layout_unittest.cc',
488 'test/views_test_base.cc', 489 'test/views_test_base.cc',
489 'test/views_test_base.h', 490 'test/views_test_base.h',
490 'run_all_unittests.cc', 491 'run_all_unittests.cc',
491 'test/test_views_delegate.cc', 492 'test/test_views_delegate.cc',
492 'test/test_views_delegate.h', 493 'test/test_views_delegate.h',
493 'view_unittest.cc', 494 'view_unittest.cc',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 ], 611 ],
611 }, 612 },
612 ], 613 ],
613 } 614 }
614 615
615 # Local Variables: 616 # Local Variables:
616 # tab-width:2 617 # tab-width:2
617 # indent-tabs-mode:nil 618 # indent-tabs-mode:nil
618 # End: 619 # End:
619 # vim: set expandtab tabstop=2 shiftwidth=2: 620 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « views/events/event_x.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698