OLD | NEW |
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 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
512 '-limm32.lib', | 512 '-limm32.lib', |
513 '-loleacc.lib', | 513 '-loleacc.lib', |
514 ] | 514 ] |
515 }, | 515 }, |
516 'include_dirs': [ | 516 'include_dirs': [ |
517 '../third_party/wtl/include', | 517 '../third_party/wtl/include', |
518 ], | 518 ], |
519 }], | 519 }], |
520 ['use_aura==0 and OS=="win"', { | 520 ['use_aura==0 and OS=="win"', { |
521 'sources/': [ | 521 'sources/': [ |
| 522 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'], |
| 523 ['exclude', 'controls/textfield/native_textfield_views_unittest.cc']
, |
522 ['exclude', 'controls/tree/tree_view_views_unittest.cc'], | 524 ['exclude', 'controls/tree/tree_view_views_unittest.cc'], |
523 ], | 525 ], |
524 }], | 526 }], |
525 [ 'use_aura==1', { | 527 [ 'use_aura==1', { |
526 'dependencies': [ | 528 'dependencies': [ |
527 '../aura/aura.gyp:test_support_aura', | 529 '../aura/aura.gyp:test_support_aura', |
528 ], | 530 ], |
529 'sources/': [ | 531 'sources/': [ |
530 ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'], | 532 ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'], |
531 ['exclude', 'controls/table/table_view_unittest.cc'], | 533 ['exclude', 'controls/table/table_view_unittest.cc'], |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
683 ['use_aura==1', { | 685 ['use_aura==1', { |
684 'dependencies': [ | 686 'dependencies': [ |
685 '../gfx/compositor/compositor.gyp:compositor', | 687 '../gfx/compositor/compositor.gyp:compositor', |
686 '../gfx/compositor/compositor.gyp:compositor_test_support', | 688 '../gfx/compositor/compositor.gyp:compositor_test_support', |
687 ], | 689 ], |
688 }], | 690 }], |
689 ], | 691 ], |
690 }, # target_name: views_examples_lib | 692 }, # target_name: views_examples_lib |
691 ], | 693 ], |
692 } | 694 } |
OLD | NEW |