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

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

Issue 10535046: Add Windows commandline switch --enable-views-textfield. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and merge. Created 8 years, 6 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/events/event.h ('k') | ui/views/widget/native_widget_win.cc » ('j') | 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 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 '-loleacc.lib', 556 '-loleacc.lib',
557 ] 557 ]
558 }, 558 },
559 'include_dirs': [ 559 'include_dirs': [
560 '../third_party/wtl/include', 560 '../third_party/wtl/include',
561 ], 561 ],
562 }], 562 }],
563 ['use_aura==0 and OS=="win"', { 563 ['use_aura==0 and OS=="win"', {
564 'sources/': [ 564 'sources/': [
565 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'], 565 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'],
566 ['exclude', 'controls/textfield/native_textfield_views_unittest.cc'] ,
567 ['exclude', 'controls/tree/tree_view_views_unittest.cc'], 566 ['exclude', 'controls/tree/tree_view_views_unittest.cc'],
568 ], 567 ],
569 }], 568 }],
570 [ 'use_aura==1', { 569 [ 'use_aura==1', {
571 'dependencies': [ 570 'dependencies': [
572 '../aura/aura.gyp:test_support_aura', 571 '../aura/aura.gyp:test_support_aura',
573 ], 572 ],
574 'sources/': [ 573 'sources/': [
575 ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'], 574 ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'],
576 ['exclude', 'controls/table/table_view_unittest.cc'], 575 ['exclude', 'controls/table/table_view_unittest.cc'],
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 'sources/': [ 732 'sources/': [
734 # This is needed because the aura rule strips it from the default 733 # This is needed because the aura rule strips it from the default
735 # sources list. 734 # sources list.
736 ['include', '^../../content/app/startup_helper_win.cc'], 735 ['include', '^../../content/app/startup_helper_win.cc'],
737 ], 736 ],
738 }], 737 }],
739 ], 738 ],
740 }, # target_name: views_examples_lib 739 }, # target_name: views_examples_lib
741 ], 740 ],
742 } 741 }
OLDNEW
« no previous file with comments | « ui/views/events/event.h ('k') | ui/views/widget/native_widget_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698