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

Side by Side Diff: content/content_tests.gypi

Issue 401923004: Update isolate files for content tests and enable swarming for them. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « content/content_browsertests.isolate ('k') | content/content_unittests.isolate » ('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 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 922 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 '../ui/ozone/ozone.gyp:ozone_base', 933 '../ui/ozone/ozone.gyp:ozone_base',
934 ], 934 ],
935 }], 935 }],
936 ], 936 ],
937 }, 937 },
938 ], 938 ],
939 'conditions': [ 939 'conditions': [
940 ['test_isolation_mode != "noop"', { 940 ['test_isolation_mode != "noop"', {
941 'targets': [ 941 'targets': [
942 { 942 {
943 'target_name': 'content_browsertests_run',
944 'type': 'none',
945 'dependencies': [
946 'content_browsertests',
947 ],
948 'includes': [
949 '../build/isolate.gypi',
950 'content_browsertests.isolate',
951 ],
952 'sources': [
953 'content_browsertests.isolate',
954 ],
955 },
956 {
943 'target_name': 'content_unittests_run', 957 'target_name': 'content_unittests_run',
944 'type': 'none', 958 'type': 'none',
945 'dependencies': [ 959 'dependencies': [
946 'content_unittests', 960 'content_unittests',
947 ], 961 ],
948 'includes': [ 962 'includes': [
949 '../build/isolate.gypi', 963 '../build/isolate.gypi',
950 'content_unittests.isolate', 964 'content_unittests.isolate',
951 ], 965 ],
952 'sources': [ 966 'sources': [
(...skipping 896 matching lines...) Expand 10 before | Expand all | Expand 10 after
1849 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1863 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1850 }, 1864 },
1851 ], 1865 ],
1852 }], 1866 }],
1853 ], 1867 ],
1854 }, 1868 },
1855 ], 1869 ],
1856 }], 1870 }],
1857 ], 1871 ],
1858 } 1872 }
OLDNEW
« no previous file with comments | « content/content_browsertests.isolate ('k') | content/content_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698