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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6684015: Move chrome\gpu to content\gpu. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/gpu/DEPS » ('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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
11 'common/pref_names.cc', 11 'common/pref_names.cc',
12 'common/pref_names.h', 12 'common/pref_names.h',
13 'test/automation/browser_proxy.cc', 13 'test/automation/browser_proxy.cc',
14 'test/automation/browser_proxy.h', 14 'test/automation/browser_proxy.h',
15 'test/automation/tab_proxy.cc', 15 'test/automation/tab_proxy.cc',
16 'test/automation/tab_proxy.h', 16 'test/automation/tab_proxy.h',
17 ], 17 ],
18 }, 18 },
19 'targets': [ 19 'targets': [
20 { 20 {
21 # This target contains mocks and test utilities that don't belong in 21 # This target contains mocks and test utilities that don't belong in
22 # production libraries but are used by more than one test executable. 22 # production libraries but are used by more than one test executable.
23 'target_name': 'test_support_common', 23 'target_name': 'test_support_common',
24 'type': '<(library)', 24 'type': '<(library)',
25 'dependencies': [ 25 'dependencies': [
26 'browser', 26 'browser',
27 'common', 27 'common',
28 'renderer', 28 'renderer',
29 'chrome_gpu',
30 'chrome_resources', 29 'chrome_resources',
31 'chrome_strings', 30 'chrome_strings',
32 'app/policy/cloud_policy_codegen.gyp:policy', 31 'app/policy/cloud_policy_codegen.gyp:policy',
33 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 32 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
34 'theme_resources', 33 'theme_resources',
35 '../base/base.gyp:test_support_base', 34 '../base/base.gyp:test_support_base',
35 '../content/content.gyp:content_gpu',
36 '../ipc/ipc.gyp:test_support_ipc', 36 '../ipc/ipc.gyp:test_support_ipc',
37 '../media/media.gyp:media_test_support', 37 '../media/media.gyp:media_test_support',
38 # 'test/test_url_request_context_getter.h' brings in this requirement. 38 # 'test/test_url_request_context_getter.h' brings in this requirement.
39 '../net/net.gyp:net_test_support', 39 '../net/net.gyp:net_test_support',
40 '../skia/skia.gyp:skia', 40 '../skia/skia.gyp:skia',
41 '../testing/gmock.gyp:gmock', 41 '../testing/gmock.gyp:gmock',
42 '../testing/gtest.gyp:gtest', 42 '../testing/gtest.gyp:gtest',
43 ], 43 ],
44 'export_dependent_settings': [ 44 'export_dependent_settings': [
45 'renderer', 45 'renderer',
(...skipping 1033 matching lines...) Expand 10 before | Expand all | Expand 10 after
1079 ], 1079 ],
1080 }, 1080 },
1081 { 1081 {
1082 'target_name': 'unit_tests', 1082 'target_name': 'unit_tests',
1083 'type': 'executable', 1083 'type': 'executable',
1084 'msvs_guid': 'ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC', 1084 'msvs_guid': 'ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC',
1085 'dependencies': [ 1085 'dependencies': [
1086 'browser', 1086 'browser',
1087 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 1087 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
1088 'chrome', 1088 'chrome',
1089 'chrome_gpu',
1090 'chrome_resources', 1089 'chrome_resources',
1091 'chrome_strings', 1090 'chrome_strings',
1092 'common', 1091 'common',
1093 'profile_import', 1092 'profile_import',
1094 'renderer', 1093 'renderer',
1095 'service', 1094 'service',
1096 'test_support_common', 1095 'test_support_common',
1097 'test_support_sync', 1096 'test_support_sync',
1098 'test_support_unit', 1097 'test_support_unit',
1099 'utility', 1098 'utility',
1100 '../app/app.gyp:app_base', 1099 '../app/app.gyp:app_base',
1101 '../app/app.gyp:app_resources', 1100 '../app/app.gyp:app_resources',
1101 '../content/content.gyp:content_gpu',
1102 '../gpu/gpu.gyp:gpu_unittest_utils', 1102 '../gpu/gpu.gyp:gpu_unittest_utils',
1103 '../ipc/ipc.gyp:ipc', 1103 '../ipc/ipc.gyp:ipc',
1104 '../media/media.gyp:media_test_support', 1104 '../media/media.gyp:media_test_support',
1105 '../net/net.gyp:net_resources', 1105 '../net/net.gyp:net_resources',
1106 '../net/net.gyp:net_test_support', 1106 '../net/net.gyp:net_test_support',
1107 '../printing/printing.gyp:printing', 1107 '../printing/printing.gyp:printing',
1108 '../webkit/support/webkit_support.gyp:webkit_resources', 1108 '../webkit/support/webkit_support.gyp:webkit_resources',
1109 '../skia/skia.gyp:skia', 1109 '../skia/skia.gyp:skia',
1110 '../testing/gmock.gyp:gmock', 1110 '../testing/gmock.gyp:gmock',
1111 '../testing/gtest.gyp:gtest', 1111 '../testing/gtest.gyp:gtest',
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
1744 'common/net/url_fetcher_unittest.cc', 1744 'common/net/url_fetcher_unittest.cc',
1745 'common/process_watcher_unittest.cc', 1745 'common/process_watcher_unittest.cc',
1746 'common/render_messages_unittest.cc', 1746 'common/render_messages_unittest.cc',
1747 'common/service_process_util_unittest.cc', 1747 'common/service_process_util_unittest.cc',
1748 'common/switch_utils_unittest.cc', 1748 'common/switch_utils_unittest.cc',
1749 'common/thumbnail_score_unittest.cc', 1749 'common/thumbnail_score_unittest.cc',
1750 'common/time_format_unittest.cc', 1750 'common/time_format_unittest.cc',
1751 'common/web_apps_unittest.cc', 1751 'common/web_apps_unittest.cc',
1752 'common/worker_thread_ticker_unittest.cc', 1752 'common/worker_thread_ticker_unittest.cc',
1753 'common/zip_unittest.cc', 1753 'common/zip_unittest.cc',
1754 'gpu/gpu_idirect3d9_mock_win.cc',
1755 'gpu/gpu_idirect3d9_mock_win.h',
1756 'gpu/gpu_info_collector_unittest.cc',
1757 'gpu/gpu_info_unittest_win.cc',
1758 'gpu/gpu_video_decoder_unittest.cc',
1759 'renderer/audio_message_filter_unittest.cc', 1754 'renderer/audio_message_filter_unittest.cc',
1760 'renderer/extensions/extension_api_json_validity_unittest.cc', 1755 'renderer/extensions/extension_api_json_validity_unittest.cc',
1761 'renderer/extensions/json_schema_unittest.cc', 1756 'renderer/extensions/json_schema_unittest.cc',
1762 'renderer/gpu_video_decoder_host_unittest.cc', 1757 'renderer/gpu_video_decoder_host_unittest.cc',
1763 'renderer/media/audio_renderer_impl_unittest.cc', 1758 'renderer/media/audio_renderer_impl_unittest.cc',
1764 'renderer/net/predictor_queue_unittest.cc', 1759 'renderer/net/predictor_queue_unittest.cc',
1765 'renderer/net/renderer_predictor_unittest.cc', 1760 'renderer/net/renderer_predictor_unittest.cc',
1766 'renderer/paint_aggregator_unittest.cc', 1761 'renderer/paint_aggregator_unittest.cc',
1767 'renderer/render_process_unittest.cc', 1762 'renderer/render_process_unittest.cc',
1768 'renderer/render_thread_unittest.cc', 1763 'renderer/render_thread_unittest.cc',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
1833 '../content/common/font_descriptor_mac_unittest.mm', 1828 '../content/common/font_descriptor_mac_unittest.mm',
1834 '../content/common/gpu_info_unittest.cc', 1829 '../content/common/gpu_info_unittest.cc',
1835 '../content/common/notification_service_unittest.cc', 1830 '../content/common/notification_service_unittest.cc',
1836 '../content/common/property_bag_unittest.cc', 1831 '../content/common/property_bag_unittest.cc',
1837 '../content/common/resource_dispatcher_unittest.cc', 1832 '../content/common/resource_dispatcher_unittest.cc',
1838 '../content/common/sandbox_mac_diraccess_unittest.mm', 1833 '../content/common/sandbox_mac_diraccess_unittest.mm',
1839 '../content/common/sandbox_mac_fontloading_unittest.mm', 1834 '../content/common/sandbox_mac_fontloading_unittest.mm',
1840 '../content/common/sandbox_mac_unittest_helper.h', 1835 '../content/common/sandbox_mac_unittest_helper.h',
1841 '../content/common/sandbox_mac_unittest_helper.mm', 1836 '../content/common/sandbox_mac_unittest_helper.mm',
1842 '../content/common/sandbox_mac_system_access_unittest.mm', 1837 '../content/common/sandbox_mac_system_access_unittest.mm',
1838 '../content/gpu/gpu_idirect3d9_mock_win.cc',
1839 '../content/gpu/gpu_idirect3d9_mock_win.h',
1840 '../content/gpu/gpu_info_collector_unittest.cc',
1841 '../content/gpu/gpu_info_unittest_win.cc',
1842 '../content/gpu/gpu_video_decoder_unittest.cc',
1843 '../testing/gtest_mac_unittest.mm', 1843 '../testing/gtest_mac_unittest.mm',
1844 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc', 1844 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc',
1845 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', 1845 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc',
1846 '../webkit/fileapi/file_system_url_request_job_unittest.cc', 1846 '../webkit/fileapi/file_system_url_request_job_unittest.cc',
1847 ], 1847 ],
1848 'conditions': [ 1848 'conditions': [
1849 ['touchui==1', { 1849 ['touchui==1', {
1850 'sources!': [ 1850 'sources!': [
1851 'browser/renderer_host/gtk_im_context_wrapper_unittest.cc', 1851 'browser/renderer_host/gtk_im_context_wrapper_unittest.cc',
1852 ], 1852 ],
(...skipping 1416 matching lines...) Expand 10 before | Expand all | Expand 10 after
3269 ['OS!="mac"', { 3269 ['OS!="mac"', {
3270 'targets': [ 3270 'targets': [
3271 { 3271 {
3272 'target_name': 'perf_tests', 3272 'target_name': 'perf_tests',
3273 'type': 'executable', 3273 'type': 'executable',
3274 'msvs_guid': '9055E088-25C6-47FD-87D5-D9DD9FD75C9F', 3274 'msvs_guid': '9055E088-25C6-47FD-87D5-D9DD9FD75C9F',
3275 'dependencies': [ 3275 'dependencies': [
3276 'browser', 3276 'browser',
3277 'common', 3277 'common',
3278 'renderer', 3278 'renderer',
3279 'chrome_gpu',
3280 'chrome_resources', 3279 'chrome_resources',
3281 'chrome_strings', 3280 'chrome_strings',
3282 '../app/app.gyp:app_base', 3281 '../app/app.gyp:app_base',
3282 '../content/content.gyp:content_gpu',
3283 '../base/base.gyp:base', 3283 '../base/base.gyp:base',
3284 '../base/base.gyp:test_support_base', 3284 '../base/base.gyp:test_support_base',
3285 '../base/base.gyp:test_support_perf', 3285 '../base/base.gyp:test_support_perf',
3286 '../skia/skia.gyp:skia', 3286 '../skia/skia.gyp:skia',
3287 '../testing/gtest.gyp:gtest', 3287 '../testing/gtest.gyp:gtest',
3288 '../webkit/support/webkit_support.gyp:glue', 3288 '../webkit/support/webkit_support.gyp:glue',
3289 ], 3289 ],
3290 'sources': [ 3290 'sources': [
3291 'browser/safe_browsing/filter_false_positive_perftest.cc', 3291 'browser/safe_browsing/filter_false_positive_perftest.cc',
3292 'browser/visitedlink/visitedlink_perftest.cc', 3292 'browser/visitedlink/visitedlink_perftest.cc',
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
3783 ] 3783 ]
3784 }], # 'coverage!=0' 3784 }], # 'coverage!=0'
3785 ], # 'conditions' 3785 ], # 'conditions'
3786 } 3786 }
3787 3787
3788 # Local Variables: 3788 # Local Variables:
3789 # tab-width:2 3789 # tab-width:2
3790 # indent-tabs-mode:nil 3790 # indent-tabs-mode:nil
3791 # End: 3791 # End:
3792 # vim: set expandtab tabstop=2 shiftwidth=2: 3792 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/gpu/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698