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: Add space Created 6 years, 2 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/browser/image_decoder.cc ('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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 '../apps/app_shim/app_shim_host_mac_unittest.cc', 7 '../apps/app_shim/app_shim_host_mac_unittest.cc',
8 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', 8 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc',
9 '../apps/saved_devices_service_unittest.cc', 9 '../apps/saved_devices_service_unittest.cc',
10 '../apps/saved_files_service_unittest.cc', 10 '../apps/saved_files_service_unittest.cc',
(...skipping 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after
1376 'test/base/chrome_render_view_test.cc', 1376 'test/base/chrome_render_view_test.cc',
1377 'test/base/chrome_render_view_test.h', 1377 'test/base/chrome_render_view_test.h',
1378 'test/base/menu_model_test.cc', 1378 'test/base/menu_model_test.cc',
1379 'test/base/menu_model_test.h', 1379 'test/base/menu_model_test.h',
1380 'test/base/v8_unit_test.cc', 1380 'test/base/v8_unit_test.cc',
1381 'test/base/v8_unit_test.h', 1381 'test/base/v8_unit_test.h',
1382 'test/data/resource.rc', 1382 'test/data/resource.rc',
1383 'test/data/unit/framework_unittest.gtestjs', 1383 'test/data/unit/framework_unittest.gtestjs',
1384 'test/logging/win/mof_data_parser_unittest.cc', 1384 'test/logging/win/mof_data_parser_unittest.cc',
1385 'tools/convert_dict/convert_dict_unittest.cc', 1385 'tools/convert_dict/convert_dict_unittest.cc',
1386 'utility/chrome_content_utility_client_unittest.cc',
1386 'utility/cloud_print/pwg_encoder_unittest.cc', 1387 'utility/cloud_print/pwg_encoder_unittest.cc',
1387 'utility/extensions/unpacker_unittest.cc', 1388 'utility/extensions/unpacker_unittest.cc',
1388 'utility/image_writer/image_writer_unittest.cc', 1389 'utility/image_writer/image_writer_unittest.cc',
1389 'utility/importer/bookmark_html_reader_unittest.cc', 1390 'utility/importer/bookmark_html_reader_unittest.cc',
1390 'utility/importer/bookmarks_file_importer_unittest.cc', 1391 'utility/importer/bookmarks_file_importer_unittest.cc',
1391 'utility/importer/firefox_importer_unittest.cc', 1392 'utility/importer/firefox_importer_unittest.cc',
1392 'utility/importer/firefox_importer_unittest_messages_internal.h', 1393 'utility/importer/firefox_importer_unittest_messages_internal.h',
1393 'utility/importer/firefox_importer_unittest_utils.h', 1394 'utility/importer/firefox_importer_unittest_utils.h',
1394 'utility/importer/firefox_importer_unittest_utils_mac.cc', 1395 'utility/importer/firefox_importer_unittest_utils_mac.cc',
1395 'utility/importer/safari_importer_unittest.mm', 1396 'utility/importer/safari_importer_unittest.mm',
(...skipping 1476 matching lines...) Expand 10 before | Expand all | Expand 10 after
2872 'dependencies': [ 2873 'dependencies': [
2873 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2874 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2874 ], 2875 ],
2875 }], 2876 }],
2876 ], 2877 ],
2877 }, 2878 },
2878 ], 2879 ],
2879 }], 2880 }],
2880 ], # 'conditions' 2881 ], # 'conditions'
2881 } 2882 }
OLDNEW
« no previous file with comments | « chrome/browser/image_decoder.cc ('k') | chrome/common/chrome_utility_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698