| 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 674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 685 'focus/focus_manager_test.cc', | 685 'focus/focus_manager_test.cc', |
| 686 'focus/focus_manager_unittest.cc', | 686 'focus/focus_manager_unittest.cc', |
| 687 'focus/focus_manager_unittest_win.cc', | 687 'focus/focus_manager_unittest_win.cc', |
| 688 'focus/focus_traversal_unittest.cc', | 688 'focus/focus_traversal_unittest.cc', |
| 689 'layout/box_layout_unittest.cc', | 689 'layout/box_layout_unittest.cc', |
| 690 'layout/grid_layout_unittest.cc', | 690 'layout/grid_layout_unittest.cc', |
| 691 'view_model_unittest.cc', | 691 'view_model_unittest.cc', |
| 692 'view_model_utils_unittest.cc', | 692 'view_model_utils_unittest.cc', |
| 693 'view_unittest.cc', | 693 'view_unittest.cc', |
| 694 'widget/native_widget_aura_unittest.cc', | 694 'widget/native_widget_aura_unittest.cc', |
| 695 'widget/native_widget_test_utils.h', | |
| 696 'widget/native_widget_test_utils_aura.cc', | |
| 697 'widget/native_widget_test_utils_win.cc', | |
| 698 'widget/native_widget_unittest.cc', | 695 'widget/native_widget_unittest.cc', |
| 699 'widget/native_widget_win_unittest.cc', | 696 'widget/native_widget_win_unittest.cc', |
| 700 'widget/widget_unittest.cc', | 697 'widget/widget_unittest.cc', |
| 701 'run_all_unittests.cc', | 698 'run_all_unittests.cc', |
| 702 ], | 699 ], |
| 703 'conditions': [ | 700 'conditions': [ |
| 704 ['OS=="win"', { | 701 ['OS=="win"', { |
| 705 'link_settings': { | 702 'link_settings': { |
| 706 'libraries': [ | 703 'libraries': [ |
| 707 '-limm32.lib', | 704 '-limm32.lib', |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 976 'sources/': [ | 973 'sources/': [ |
| 977 # This is needed because the aura rule strips it from the default | 974 # This is needed because the aura rule strips it from the default |
| 978 # sources list. | 975 # sources list. |
| 979 ['include', '^../../content/app/startup_helper_win.cc'], | 976 ['include', '^../../content/app/startup_helper_win.cc'], |
| 980 ], | 977 ], |
| 981 }], | 978 }], |
| 982 ], | 979 ], |
| 983 }, # target_name: views_examples_with_content_exe | 980 }, # target_name: views_examples_with_content_exe |
| 984 ], | 981 ], |
| 985 } | 982 } |
| OLD | NEW |