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

Side by Side Diff: ui/views/views.gyp

Issue 10174014: views: Add optional overlay image to ImageButton (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove debugging tweak Created 8 years, 8 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 | « ui/views/examples/button_example.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) 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 'views', 460 'views',
461 ], 461 ],
462 'include_dirs': [ 462 'include_dirs': [
463 '..', 463 '..',
464 ], 464 ],
465 'sources': [ 465 'sources': [
466 'accessible_pane_view_unittest.cc', 466 'accessible_pane_view_unittest.cc',
467 'animation/bounds_animator_unittest.cc', 467 'animation/bounds_animator_unittest.cc',
468 'bubble/bubble_delegate_unittest.cc', 468 'bubble/bubble_delegate_unittest.cc',
469 'bubble/bubble_frame_view_unittest.cc', 469 'bubble/bubble_frame_view_unittest.cc',
470 'controls/button/image_button_unittest.cc',
470 'controls/combobox/native_combobox_views_unittest.cc', 471 'controls/combobox/native_combobox_views_unittest.cc',
471 'controls/label_unittest.cc', 472 'controls/label_unittest.cc',
472 'controls/menu/menu_model_adapter_unittest.cc', 473 'controls/menu/menu_model_adapter_unittest.cc',
473 'controls/progress_bar_unittest.cc', 474 'controls/progress_bar_unittest.cc',
474 'controls/scrollbar/scrollbar_unittest.cc', 475 'controls/scrollbar/scrollbar_unittest.cc',
475 'controls/single_split_view_unittest.cc', 476 'controls/single_split_view_unittest.cc',
476 'controls/slider_unittest.cc', 477 'controls/slider_unittest.cc',
477 'controls/tabbed_pane/tabbed_pane_unittest.cc', 478 'controls/tabbed_pane/tabbed_pane_unittest.cc',
478 'controls/table/table_view_unittest.cc', 479 'controls/table/table_view_unittest.cc',
479 'controls/textfield/native_textfield_views_unittest.cc', 480 'controls/textfield/native_textfield_views_unittest.cc',
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 ['use_aura==1', { 689 ['use_aura==1', {
689 'dependencies': [ 690 'dependencies': [
690 '../gfx/compositor/compositor.gyp:compositor', 691 '../gfx/compositor/compositor.gyp:compositor',
691 '../gfx/compositor/compositor.gyp:compositor_test_support', 692 '../gfx/compositor/compositor.gyp:compositor_test_support',
692 ], 693 ],
693 }], 694 }],
694 ], 695 ],
695 }, # target_name: views_examples_lib 696 }, # target_name: views_examples_lib
696 ], 697 ],
697 } 698 }
OLDNEW
« no previous file with comments | « ui/views/examples/button_example.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698