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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 590873002: Move image_unittest_util* into gfx_test_support target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | ui/gfx/gfx.gyp » ('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 1468 matching lines...) Expand 10 before | Expand all | Expand 10 after
1479 '../content/content_shell_and_tests.gyp:test_support_content', 1479 '../content/content_shell_and_tests.gyp:test_support_content',
1480 '../net/net.gyp:net', 1480 '../net/net.gyp:net',
1481 '../net/net.gyp:net_test_support', 1481 '../net/net.gyp:net_test_support',
1482 '../skia/skia.gyp:skia', 1482 '../skia/skia.gyp:skia',
1483 '../sql/sql.gyp:sql', 1483 '../sql/sql.gyp:sql',
1484 '../sql/sql.gyp:test_support_sql', 1484 '../sql/sql.gyp:test_support_sql',
1485 '../sync/sync.gyp:sync', 1485 '../sync/sync.gyp:sync',
1486 '../testing/gmock.gyp:gmock', 1486 '../testing/gmock.gyp:gmock',
1487 '../testing/gtest.gyp:gtest', 1487 '../testing/gtest.gyp:gtest',
1488 '../third_party/zlib/zlib.gyp:zlib', 1488 '../third_party/zlib/zlib.gyp:zlib',
1489 '../ui/gfx/gfx.gyp:gfx_test_support',
1489 '../ui/message_center/message_center.gyp:message_center_test_support', 1490 '../ui/message_center/message_center.gyp:message_center_test_support',
1490 ], 1491 ],
1491 'export_dependent_settings': [ 1492 'export_dependent_settings': [
1492 '../base/base.gyp:test_support_base', 1493 '../base/base.gyp:test_support_base',
1493 '../content/content_shell_and_tests.gyp:test_support_content', 1494 '../content/content_shell_and_tests.gyp:test_support_content',
1494 ], 1495 ],
1495 'include_dirs': [ 1496 'include_dirs': [
1496 '..', 1497 '..',
1497 ], 1498 ],
1498 'sources': [ 1499 'sources': [
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
1648 'test/logging/win/file_logger.cc', 1649 'test/logging/win/file_logger.cc',
1649 'test/logging/win/file_logger.h', 1650 'test/logging/win/file_logger.h',
1650 'test/logging/win/log_file_printer.cc', 1651 'test/logging/win/log_file_printer.cc',
1651 'test/logging/win/log_file_printer.h', 1652 'test/logging/win/log_file_printer.h',
1652 'test/logging/win/log_file_reader.cc', 1653 'test/logging/win/log_file_reader.cc',
1653 'test/logging/win/log_file_reader.h', 1654 'test/logging/win/log_file_reader.h',
1654 'test/logging/win/mof_data_parser.cc', 1655 'test/logging/win/mof_data_parser.cc',
1655 'test/logging/win/mof_data_parser.h', 1656 'test/logging/win/mof_data_parser.h',
1656 'test/logging/win/test_log_collector.cc', 1657 'test/logging/win/test_log_collector.cc',
1657 'test/logging/win/test_log_collector.h', 1658 'test/logging/win/test_log_collector.h',
1658 '../ui/gfx/image/image_unittest_util.cc',
1659 '../ui/gfx/image/image_unittest_util.h',
1660 ], 1659 ],
1661 'conditions': [ 1660 'conditions': [
1662 ['OS!="ios"', { 1661 ['OS!="ios"', {
1663 'dependencies': [ 1662 'dependencies': [
1664 'common/extensions/api/api.gyp:chrome_api', 1663 'common/extensions/api/api.gyp:chrome_api',
1665 'plugin', 1664 'plugin',
1666 'renderer', 1665 'renderer',
1667 'utility', 1666 'utility',
1668 '../content/content.gyp:content_gpu', 1667 '../content/content.gyp:content_gpu',
1669 '../content/content.gyp:content_plugin', 1668 '../content/content.gyp:content_plugin',
(...skipping 1206 matching lines...) Expand 10 before | Expand all | Expand 10 after
2876 'dependencies': [ 2875 'dependencies': [
2877 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2876 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2878 ], 2877 ],
2879 }], 2878 }],
2880 ], 2879 ],
2881 }, 2880 },
2882 ], 2881 ],
2883 }], 2882 }],
2884 ], # 'conditions' 2883 ], # 'conditions'
2885 } 2884 }
OLDNEW
« no previous file with comments | « no previous file | ui/gfx/gfx.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698