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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 482163002: Large wallpaper decoding in utility process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address reviewer comments, rework DecodeImage() Created 6 years, 3 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
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 1910 matching lines...) Expand 10 before | Expand all | Expand 10 after
1921 'test/base/chrome_render_view_test.cc', 1921 'test/base/chrome_render_view_test.cc',
1922 'test/base/chrome_render_view_test.h', 1922 'test/base/chrome_render_view_test.h',
1923 'test/base/menu_model_test.cc', 1923 'test/base/menu_model_test.cc',
1924 'test/base/menu_model_test.h', 1924 'test/base/menu_model_test.h',
1925 'test/base/v8_unit_test.cc', 1925 'test/base/v8_unit_test.cc',
1926 'test/base/v8_unit_test.h', 1926 'test/base/v8_unit_test.h',
1927 'test/data/resource.rc', 1927 'test/data/resource.rc',
1928 'test/data/unit/framework_unittest.gtestjs', 1928 'test/data/unit/framework_unittest.gtestjs',
1929 'test/logging/win/mof_data_parser_unittest.cc', 1929 'test/logging/win/mof_data_parser_unittest.cc',
1930 'tools/convert_dict/convert_dict_unittest.cc', 1930 'tools/convert_dict/convert_dict_unittest.cc',
1931 'utility/chrome_content_utility_client_unittest.cc',
1931 'utility/cloud_print/pwg_encoder_unittest.cc', 1932 'utility/cloud_print/pwg_encoder_unittest.cc',
1932 'utility/extensions/unpacker_unittest.cc', 1933 'utility/extensions/unpacker_unittest.cc',
1933 'utility/image_writer/image_writer_unittest.cc', 1934 'utility/image_writer/image_writer_unittest.cc',
1934 'utility/importer/bookmark_html_reader_unittest.cc', 1935 'utility/importer/bookmark_html_reader_unittest.cc',
1935 'utility/importer/bookmarks_file_importer_unittest.cc', 1936 'utility/importer/bookmarks_file_importer_unittest.cc',
1936 'utility/importer/firefox_importer_unittest.cc', 1937 'utility/importer/firefox_importer_unittest.cc',
1937 'utility/importer/firefox_importer_unittest_messages_internal.h', 1938 'utility/importer/firefox_importer_unittest_messages_internal.h',
1938 'utility/importer/firefox_importer_unittest_utils.h', 1939 'utility/importer/firefox_importer_unittest_utils.h',
1939 'utility/importer/firefox_importer_unittest_utils_mac.cc', 1940 'utility/importer/firefox_importer_unittest_utils_mac.cc',
1940 'utility/importer/safari_importer_unittest.mm', 1941 'utility/importer/safari_importer_unittest.mm',
(...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after
2864 'dependencies': [ 2865 'dependencies': [
2865 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2866 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2866 ], 2867 ],
2867 }], 2868 }],
2868 ], 2869 ],
2869 }, 2870 },
2870 ], 2871 ],
2871 }], 2872 }],
2872 ], # 'conditions' 2873 ], # 'conditions'
2873 } 2874 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698