OLD | NEW |
---|---|
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'targets': [ | 5 'targets': [ |
6 { | 6 { |
7 # This target contains mocks and test utilities that don't belong in | 7 # This target contains mocks and test utilities that don't belong in |
8 # production libraries but are used by more than one test executable. | 8 # production libraries but are used by more than one test executable. |
9 'target_name': 'test_support_common', | 9 'target_name': 'test_support_common', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 2809 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2820 'DebugInformationFormat': '3', | 2820 'DebugInformationFormat': '3', |
2821 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2821 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2822 }, | 2822 }, |
2823 }, | 2823 }, |
2824 }, | 2824 }, |
2825 ], | 2825 ], |
2826 }], | 2826 }], |
2827 ['enable_app_list==1', { | 2827 ['enable_app_list==1', { |
2828 'targets': [ | 2828 'targets': [ |
2829 { | 2829 { |
2830 # Unit tests for chrome app list, not run on any bots, this is for fas ter | 2830 # Unit tests for chrome app list, not run on any bots, this is for fas ter |
tapted
2014/04/30 11:59:19
turns out this comment is a lie.. I think it's tim
| |
2831 # compile/link/test cycles during development. | 2831 # compile/link/test cycles during development. |
2832 'target_name': 'chrome_app_list_unittests', | 2832 'target_name': 'chrome_app_list_unittests', |
2833 'type': '<(gtest_target_type)', | 2833 'type': '<(gtest_target_type)', |
2834 'dependencies': [ | 2834 'dependencies': [ |
2835 '../base/base.gyp:run_all_unittests', | 2835 '../base/base.gyp:run_all_unittests', |
2836 '../chrome/chrome.gyp:test_support_common', | 2836 '../chrome/chrome.gyp:test_support_common', |
2837 '../skia/skia.gyp:skia', | 2837 '../skia/skia.gyp:skia', |
2838 '../testing/gtest.gyp:gtest', | 2838 '../testing/gtest.gyp:gtest', |
2839 'browser_ui', | 2839 'browser_ui', |
2840 ], | 2840 ], |
2841 'sources': [ | 2841 'sources': [ |
2842 'browser/ui/app_list/app_list_positioner_unittest.cc', | 2842 'browser/ui/app_list/app_list_positioner_unittest.cc', |
2843 'browser/ui/app_list/app_list_service_mac_unittest.mm', | 2843 'browser/ui/app_list/app_list_service_mac_unittest.mm', |
2844 'browser/ui/app_list/app_list_service_unittest.cc', | 2844 'browser/ui/app_list/app_list_service_unittest.cc', |
2845 'browser/ui/app_list/app_list_shower_views_unittest.cc', | |
2845 'browser/ui/app_list/profile_loader_unittest.cc', | 2846 'browser/ui/app_list/profile_loader_unittest.cc', |
2846 'browser/ui/app_list/test/app_list_shower_unittest.cc', | |
2847 'browser/ui/app_list/test/fake_profile.cc', | 2847 'browser/ui/app_list/test/fake_profile.cc', |
2848 'browser/ui/app_list/test/fake_profile.h', | 2848 'browser/ui/app_list/test/fake_profile.h', |
2849 'browser/ui/app_list/test/fake_profile_store.cc', | 2849 'browser/ui/app_list/test/fake_profile_store.cc', |
2850 'browser/ui/app_list/test/fake_profile_store.h', | 2850 'browser/ui/app_list/test/fake_profile_store.h', |
2851 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2851 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2852 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2852 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
2853 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2853 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
2854 ], | 2854 ], |
2855 }, | 2855 }, |
2856 ], | 2856 ], |
2857 }], | 2857 }], |
2858 ], # 'conditions' | 2858 ], # 'conditions' |
2859 } | 2859 } |
OLD | NEW |