Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(388)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 61643015: Adds imageWriterPrivate support for Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes test cleanup ordering for Chrome OS. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/chrome_utility_messages.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1899 matching lines...) Expand 10 before | Expand all | Expand 10 after
1910 'test/base/v8_unit_test.cc', 1910 'test/base/v8_unit_test.cc',
1911 'test/base/v8_unit_test.h', 1911 'test/base/v8_unit_test.h',
1912 'test/data/resource.rc', 1912 'test/data/resource.rc',
1913 'test/data/unit/framework_unittest.gtestjs', 1913 'test/data/unit/framework_unittest.gtestjs',
1914 'test/logging/win/mof_data_parser_unittest.cc', 1914 'test/logging/win/mof_data_parser_unittest.cc',
1915 'tools/convert_dict/convert_dict_unittest.cc', 1915 'tools/convert_dict/convert_dict_unittest.cc',
1916 'tools/profile_reset/jtl_compiler_unittest.cc', 1916 'tools/profile_reset/jtl_compiler_unittest.cc',
1917 'tools/profile_reset/jtl_parser_unittest.cc', 1917 'tools/profile_reset/jtl_parser_unittest.cc',
1918 'utility/cloud_print/pwg_encoder_unittest.cc', 1918 'utility/cloud_print/pwg_encoder_unittest.cc',
1919 'utility/extensions/unpacker_unittest.cc', 1919 'utility/extensions/unpacker_unittest.cc',
1920 'utility/image_writer/image_writer_unittest.cc',
1920 'utility/importer/bookmark_html_reader_unittest.cc', 1921 'utility/importer/bookmark_html_reader_unittest.cc',
1921 'utility/importer/bookmarks_file_importer_unittest.cc', 1922 'utility/importer/bookmarks_file_importer_unittest.cc',
1922 'utility/importer/firefox_importer_unittest.cc', 1923 'utility/importer/firefox_importer_unittest.cc',
1923 'utility/importer/firefox_importer_unittest_messages_internal.h', 1924 'utility/importer/firefox_importer_unittest_messages_internal.h',
1924 'utility/importer/firefox_importer_unittest_utils.h', 1925 'utility/importer/firefox_importer_unittest_utils.h',
1925 'utility/importer/firefox_importer_unittest_utils_mac.cc', 1926 'utility/importer/firefox_importer_unittest_utils_mac.cc',
1926 'utility/importer/safari_importer_unittest.mm', 1927 'utility/importer/safari_importer_unittest.mm',
1927 1928
1928 # Duplicate these tests here because PathService has more items in 1929 # Duplicate these tests here because PathService has more items in
1929 # unit_tests than in base_unittests. 1930 # unit_tests than in base_unittests.
(...skipping 971 matching lines...) Expand 10 before | Expand all | Expand 10 after
2901 'browser/ui/app_list/test/fake_profile_store.h', 2902 'browser/ui/app_list/test/fake_profile_store.h',
2902 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2903 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2903 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2904 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2904 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2905 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2905 ], 2906 ],
2906 }, 2907 },
2907 ], 2908 ],
2908 }], 2909 }],
2909 ], # 'conditions' 2910 ], # 'conditions'
2910 } 2911 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/chrome_utility_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698