| 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 'target_defaults': { | 8 'target_defaults': { |
| 9 'conditions': [ | 9 'conditions': [ |
| 10 ['use_aura==1', { | 10 ['use_aura==1', { |
| (...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 677 '../ui.gyp:ui', | 677 '../ui.gyp:ui', |
| 678 '../ui.gyp:ui_resources', | 678 '../ui.gyp:ui_resources', |
| 679 '../ui.gyp:ui_test_support', | 679 '../ui.gyp:ui_test_support', |
| 680 'views', | 680 'views', |
| 681 'views_test_support', | 681 'views_test_support', |
| 682 ], | 682 ], |
| 683 'include_dirs': [ | 683 'include_dirs': [ |
| 684 '..', | 684 '..', |
| 685 ], | 685 ], |
| 686 'sources': [ | 686 'sources': [ |
| 687 'accessibility/native_view_accessibility_win_unittest.cc', |
| 687 'accessible_pane_view_unittest.cc', | 688 'accessible_pane_view_unittest.cc', |
| 688 'animation/bounds_animator_unittest.cc', | 689 'animation/bounds_animator_unittest.cc', |
| 689 'bubble/bubble_border_unittest.cc', | 690 'bubble/bubble_border_unittest.cc', |
| 690 'bubble/bubble_delegate_unittest.cc', | 691 'bubble/bubble_delegate_unittest.cc', |
| 691 'bubble/bubble_frame_view_unittest.cc', | 692 'bubble/bubble_frame_view_unittest.cc', |
| 692 'controls/button/custom_button_unittest.cc', | 693 'controls/button/custom_button_unittest.cc', |
| 693 'controls/button/image_button_unittest.cc', | 694 'controls/button/image_button_unittest.cc', |
| 694 'controls/button/label_button_unittest.cc', | 695 'controls/button/label_button_unittest.cc', |
| 695 'controls/combobox/native_combobox_views_unittest.cc', | 696 'controls/combobox/native_combobox_views_unittest.cc', |
| 696 'controls/label_unittest.cc', | 697 'controls/label_unittest.cc', |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1039 'sources/': [ | 1040 'sources/': [ |
| 1040 # This is needed because the aura rule strips it from the default | 1041 # This is needed because the aura rule strips it from the default |
| 1041 # sources list. | 1042 # sources list. |
| 1042 ['include', '^../../content/app/startup_helper_win.cc'], | 1043 ['include', '^../../content/app/startup_helper_win.cc'], |
| 1043 ], | 1044 ], |
| 1044 }], | 1045 }], |
| 1045 ], | 1046 ], |
| 1046 }, # target_name: views_examples_with_content_exe | 1047 }, # target_name: views_examples_with_content_exe |
| 1047 ], | 1048 ], |
| 1048 } | 1049 } |
| OLD | NEW |