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

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

Issue 10831009: Change the GetSelectedTab method of the NativeTabbedPaneView to return the tab contents. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments (msw). Created 8 years, 4 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
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 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 'sources/': [ 568 'sources/': [
569 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'], 569 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'],
570 ['exclude', 'controls/tree/tree_view_views_unittest.cc'], 570 ['exclude', 'controls/tree/tree_view_views_unittest.cc'],
571 ], 571 ],
572 }], 572 }],
573 [ 'use_aura==1', { 573 [ 'use_aura==1', {
574 'dependencies': [ 574 'dependencies': [
575 '../aura/aura.gyp:test_support_aura', 575 '../aura/aura.gyp:test_support_aura',
576 ], 576 ],
577 'sources/': [ 577 'sources/': [
578 ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'],
579 ['exclude', 'controls/table/table_view_unittest.cc'], 578 ['exclude', 'controls/table/table_view_unittest.cc'],
580 ['exclude', 'widget/native_widget_win_unittest.cc'], 579 ['exclude', 'widget/native_widget_win_unittest.cc'],
581 ], 580 ],
582 }, { 581 }, {
583 'sources/': [ 582 'sources/': [
584 ['exclude', '../aura/test/test_desktop_delegate.cc'], 583 ['exclude', '../aura/test/test_desktop_delegate.cc'],
585 ['exclude', '../aura/test/test_desktop_delegate.h'], 584 ['exclude', '../aura/test/test_desktop_delegate.h'],
586 ['exclude', 'widget/native_widget_aura_unittest.cc'], 585 ['exclude', 'widget/native_widget_aura_unittest.cc'],
587 ], 586 ],
588 }], 587 }],
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 'sources/': [ 731 'sources/': [
733 # This is needed because the aura rule strips it from the default 732 # This is needed because the aura rule strips it from the default
734 # sources list. 733 # sources list.
735 ['include', '^../../content/app/startup_helper_win.cc'], 734 ['include', '^../../content/app/startup_helper_win.cc'],
736 ], 735 ],
737 }], 736 }],
738 ], 737 ],
739 }, # target_name: views_examples_lib 738 }, # target_name: views_examples_lib
740 ], 739 ],
741 } 740 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698