| 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 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |