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

Side by Side Diff: content/content_tests.gypi

Issue 52443004: content: Run perftests serially. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « no previous file | content/test/run_all_perftests.cc » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 812 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 '../skia/skia.gyp:skia', 823 '../skia/skia.gyp:skia',
824 '../testing/gtest.gyp:gtest', 824 '../testing/gtest.gyp:gtest',
825 '../testing/perf/perf_test.gyp:*', 825 '../testing/perf/perf_test.gyp:*',
826 '../ui/gfx/gfx.gyp:gfx', 826 '../ui/gfx/gfx.gyp:gfx',
827 ], 827 ],
828 'include_dirs': [ 828 'include_dirs': [
829 '..', 829 '..',
830 ], 830 ],
831 'sources': [ 831 'sources': [
832 'common/cc_messages_perftest.cc', 832 'common/cc_messages_perftest.cc',
833 'test/run_all_unittests.cc', 833 'test/run_all_perftests.cc',
834 ], 834 ],
835 }, 835 },
836 { 836 {
837 'target_name': 'content_browsertests', 837 'target_name': 'content_browsertests',
838 'type': '<(gtest_target_type)', 838 'type': '<(gtest_target_type)',
839 'dependencies': [ 839 'dependencies': [
840 'content.gyp:content_common', 840 'content.gyp:content_common',
841 'content.gyp:content_gpu', 841 'content.gyp:content_gpu',
842 'content.gyp:content_plugin', 842 'content.gyp:content_plugin',
843 'content.gyp:content_renderer', 843 'content.gyp:content_renderer',
(...skipping 752 matching lines...) Expand 10 before | Expand all | Expand 10 after
1596 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1596 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1597 }, 1597 },
1598 ], 1598 ],
1599 }], 1599 }],
1600 ], 1600 ],
1601 }, 1601 },
1602 ], 1602 ],
1603 }], 1603 }],
1604 ], 1604 ],
1605 } 1605 }
OLDNEW
« no previous file with comments | « no previous file | content/test/run_all_perftests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698