| 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 648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 659 'focus/focus_manager_test.cc', | 659 'focus/focus_manager_test.cc', |
| 660 'focus/focus_manager_unittest.cc', | 660 'focus/focus_manager_unittest.cc', |
| 661 'focus/focus_manager_unittest_win.cc', | 661 'focus/focus_manager_unittest_win.cc', |
| 662 'focus/focus_traversal_unittest.cc', | 662 'focus/focus_traversal_unittest.cc', |
| 663 'layout/box_layout_unittest.cc', | 663 'layout/box_layout_unittest.cc', |
| 664 'layout/grid_layout_unittest.cc', | 664 'layout/grid_layout_unittest.cc', |
| 665 'view_model_unittest.cc', | 665 'view_model_unittest.cc', |
| 666 'view_model_utils_unittest.cc', | 666 'view_model_utils_unittest.cc', |
| 667 'view_unittest.cc', | 667 'view_unittest.cc', |
| 668 'widget/native_widget_aura_unittest.cc', | 668 'widget/native_widget_aura_unittest.cc', |
| 669 'widget/native_widget_test_utils.h', | |
| 670 'widget/native_widget_test_utils_aura.cc', | |
| 671 'widget/native_widget_test_utils_win.cc', | |
| 672 'widget/native_widget_unittest.cc', | 669 'widget/native_widget_unittest.cc', |
| 673 'widget/native_widget_win_unittest.cc', | 670 'widget/native_widget_win_unittest.cc', |
| 674 'widget/widget_unittest.cc', | 671 'widget/widget_unittest.cc', |
| 675 'run_all_unittests.cc', | 672 'run_all_unittests.cc', |
| 676 ], | 673 ], |
| 677 'conditions': [ | 674 'conditions': [ |
| 678 ['OS=="win"', { | 675 ['OS=="win"', { |
| 679 'link_settings': { | 676 'link_settings': { |
| 680 'libraries': [ | 677 'libraries': [ |
| 681 '-limm32.lib', | 678 '-limm32.lib', |
| (...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 943 'sources/': [ | 940 'sources/': [ |
| 944 # This is needed because the aura rule strips it from the default | 941 # This is needed because the aura rule strips it from the default |
| 945 # sources list. | 942 # sources list. |
| 946 ['include', '^../../content/app/startup_helper_win.cc'], | 943 ['include', '^../../content/app/startup_helper_win.cc'], |
| 947 ], | 944 ], |
| 948 }], | 945 }], |
| 949 ], | 946 ], |
| 950 }, # target_name: views_examples_with_content_exe | 947 }, # target_name: views_examples_with_content_exe |
| 951 ], | 948 ], |
| 952 } | 949 } |
| OLD | NEW |