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 1855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1866 'test/base/chrome_render_view_test.cc', | 1866 'test/base/chrome_render_view_test.cc', |
1867 'test/base/chrome_render_view_test.h', | 1867 'test/base/chrome_render_view_test.h', |
1868 'test/base/menu_model_test.cc', | 1868 'test/base/menu_model_test.cc', |
1869 'test/base/menu_model_test.h', | 1869 'test/base/menu_model_test.h', |
1870 'test/base/v8_unit_test.cc', | 1870 'test/base/v8_unit_test.cc', |
1871 'test/base/v8_unit_test.h', | 1871 'test/base/v8_unit_test.h', |
1872 'test/data/resource.rc', | 1872 'test/data/resource.rc', |
1873 'test/data/unit/framework_unittest.gtestjs', | 1873 'test/data/unit/framework_unittest.gtestjs', |
1874 'test/logging/win/mof_data_parser_unittest.cc', | 1874 'test/logging/win/mof_data_parser_unittest.cc', |
1875 'tools/convert_dict/convert_dict_unittest.cc', | 1875 'tools/convert_dict/convert_dict_unittest.cc', |
| 1876 'tools/profile_reset/jtl_compiler_unittest.cc', |
| 1877 'tools/profile_reset/jtl_parser_unittest.cc', |
1876 'utility/extensions/unpacker_unittest.cc', | 1878 'utility/extensions/unpacker_unittest.cc', |
1877 'utility/importer/bookmark_html_reader_unittest.cc', | 1879 'utility/importer/bookmark_html_reader_unittest.cc', |
1878 'utility/importer/bookmarks_file_importer_unittest.cc', | 1880 'utility/importer/bookmarks_file_importer_unittest.cc', |
1879 'utility/importer/firefox_importer_unittest.cc', | 1881 'utility/importer/firefox_importer_unittest.cc', |
1880 'utility/importer/safari_importer_unittest.mm', | 1882 'utility/importer/safari_importer_unittest.mm', |
1881 | 1883 |
1882 # Duplicate these tests here because PathService has more items in | 1884 # Duplicate these tests here because PathService has more items in |
1883 # unit_tests than in base_unittests. | 1885 # unit_tests than in base_unittests. |
1884 '../base/path_service_unittest.cc', | 1886 '../base/path_service_unittest.cc', |
1885 | 1887 |
(...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2476 'app/chrome_dll.rc', | 2478 'app/chrome_dll.rc', |
2477 'browser/bookmarks/bookmark_node_data_unittest.cc', | 2479 'browser/bookmarks/bookmark_node_data_unittest.cc', |
2478 'browser/search_engines/template_url_scraper_unittest.cc', | 2480 'browser/search_engines/template_url_scraper_unittest.cc', |
2479 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc', | 2481 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc', |
2480 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', | 2482 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', |
2481 'test/data/resource.rc', | 2483 'test/data/resource.rc', |
2482 '../skia/ext/vector_canvas_unittest.cc', | 2484 '../skia/ext/vector_canvas_unittest.cc', |
2483 ], | 2485 ], |
2484 }], | 2486 }], |
2485 ['OS!="android" and OS!="ios"', { | 2487 ['OS!="android" and OS!="ios"', { |
| 2488 'dependencies': [ |
| 2489 'tools/profile_reset/jtl_compiler.gyp:jtl_compiler_lib', |
| 2490 ], |
2486 'sources!': [ | 2491 'sources!': [ |
2487 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc'
, | 2492 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc'
, |
2488 ], | 2493 ], |
2489 }], | 2494 }], |
2490 ['OS=="android"', { | 2495 ['OS=="android"', { |
2491 'sources!': [ | 2496 'sources!': [ |
2492 # Bookmark export/import are handled via the BookmarkColumns | 2497 # Bookmark export/import are handled via the BookmarkColumns |
2493 # ContentProvider. | 2498 # ContentProvider. |
2494 'browser/bookmarks/bookmark_html_writer_unittest.cc', | 2499 'browser/bookmarks/bookmark_html_writer_unittest.cc', |
2495 | 2500 |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2600 ['exclude', '^browser/ui/tabs/'], | 2605 ['exclude', '^browser/ui/tabs/'], |
2601 ['exclude', '^browser/ui/toolbar/'], | 2606 ['exclude', '^browser/ui/toolbar/'], |
2602 ['exclude', '^browser/ui/webui/downloads_'], | 2607 ['exclude', '^browser/ui/webui/downloads_'], |
2603 ['exclude', '^browser/ui/webui/flags_'], | 2608 ['exclude', '^browser/ui/webui/flags_'], |
2604 ['exclude', '^browser/ui/webui/help/'], | 2609 ['exclude', '^browser/ui/webui/help/'], |
2605 ['exclude', '^browser/ui/webui/options/'], | 2610 ['exclude', '^browser/ui/webui/options/'], |
2606 ['exclude', '^browser/ui/webui/options/'], | 2611 ['exclude', '^browser/ui/webui/options/'], |
2607 ['exclude', '^browser/ui/webui/signin/'], | 2612 ['exclude', '^browser/ui/webui/signin/'], |
2608 ['exclude', '^browser/ui/webui/suggestions_internals'], | 2613 ['exclude', '^browser/ui/webui/suggestions_internals'], |
2609 ['exclude', '^browser/ui/webui/sync_promo'], | 2614 ['exclude', '^browser/ui/webui/sync_promo'], |
| 2615 ['exclude', '^tools/profile_reset/'], |
2610 ['exclude', '^utility/importer/'], | 2616 ['exclude', '^utility/importer/'], |
2611 ], | 2617 ], |
2612 'conditions': [ | 2618 'conditions': [ |
2613 ['gtest_target_type == "shared_library"', { | 2619 ['gtest_target_type == "shared_library"', { |
2614 'dependencies': [ | 2620 'dependencies': [ |
2615 '../testing/android/native_test.gyp:native_test_native_code', | 2621 '../testing/android/native_test.gyp:native_test_native_code', |
2616 'chrome.gyp:chrome_android_auxiliary', | 2622 'chrome.gyp:chrome_android_auxiliary', |
2617 ], | 2623 ], |
2618 }], | 2624 }], |
2619 ], | 2625 ], |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2841 'browser/ui/app_list/test/fake_profile_store.cc', | 2847 'browser/ui/app_list/test/fake_profile_store.cc', |
2842 'browser/ui/app_list/test/fake_profile_store.h', | 2848 'browser/ui/app_list/test/fake_profile_store.h', |
2843 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2849 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2844 'browser/ui/views/app_list/win/test/app_list_shower_unittest.cc', | 2850 'browser/ui/views/app_list/win/test/app_list_shower_unittest.cc', |
2845 ], | 2851 ], |
2846 }, | 2852 }, |
2847 ], | 2853 ], |
2848 }], | 2854 }], |
2849 ], # 'conditions' | 2855 ], # 'conditions' |
2850 } | 2856 } |
OLD | NEW |