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

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

Issue 10797046: (Views only): Allow choosing between NativeTabbedPaneView and NativeTabbedPaneWin on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 ['exclude', 'controls/menu/*'], 403 ['exclude', 'controls/menu/*'],
404 ['exclude', 'controls/scrollbar/*'], 404 ['exclude', 'controls/scrollbar/*'],
405 ['exclude', 'focus/accelerator_handler_aura.cc'], 405 ['exclude', 'focus/accelerator_handler_aura.cc'],
406 ['exclude', 'widget/tooltip_manager_views.cc'], 406 ['exclude', 'widget/tooltip_manager_views.cc'],
407 ], 407 ],
408 }], 408 }],
409 ], 409 ],
410 }], 410 }],
411 ['use_aura==0', { 411 ['use_aura==0', {
412 'sources!': [ 412 'sources!': [
413 'controls/tabbed_pane/native_tabbed_pane_views.cc',
414 'controls/tabbed_pane/native_tabbed_pane_views.h',
415 'widget/tooltip_manager_views.cc', 413 'widget/tooltip_manager_views.cc',
416 ], 414 ],
417 }], 415 }],
418 ['use_aura==0 and OS=="win"', { 416 ['use_aura==0 and OS=="win"', {
419 'sources!': [ 417 'sources!': [
420 'controls/menu/menu_config_views.cc', 418 'controls/menu/menu_config_views.cc',
421 'controls/menu/menu_item_view_views.cc', 419 'controls/menu/menu_item_view_views.cc',
422 'controls/menu/menu_separator_views.cc', 420 'controls/menu/menu_separator_views.cc',
423 'controls/table/group_table_view_views.cc', 421 'controls/table/group_table_view_views.cc',
424 'controls/table/group_table_view_views.h', 422 'controls/table/group_table_view_views.h',
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 'sources/': [ 734 'sources/': [
737 # This is needed because the aura rule strips it from the default 735 # This is needed because the aura rule strips it from the default
738 # sources list. 736 # sources list.
739 ['include', '^../../content/app/startup_helper_win.cc'], 737 ['include', '^../../content/app/startup_helper_win.cc'],
740 ], 738 ],
741 }], 739 }],
742 ], 740 ],
743 }, # target_name: views_examples_lib 741 }, # target_name: views_examples_lib
744 ], 742 ],
745 } 743 }
OLDNEW
« ui/views/controls/tabbed_pane/tabbed_pane.cc ('K') | « ui/views/controls/tabbed_pane/tabbed_pane.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698