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

Side by Side Diff: Source/wtf/wtf_tests.gyp

Issue 1316763004: Add isolate/swarming support for some Blink test targets. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: don't bother with xvfb Created 5 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 | Annotate | Revision Log
« no previous file with comments | « Source/platform/blink_platform_unittests.isolate ('k') | Source/wtf/wtf_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 Google Inc. All rights reserved. 1 # Copyright (C) 2013 Google Inc. All rights reserved.
2 # 2 #
3 # Redistribution and use in source and binary forms, with or without 3 # Redistribution and use in source and binary forms, with or without
4 # modification, are permitted provided that the following conditions are 4 # modification, are permitted provided that the following conditions are
5 # met: 5 # met:
6 # 6 #
7 # * Redistributions of source code must retain the above copyright 7 # * Redistributions of source code must retain the above copyright
8 # notice, this list of conditions and the following disclaimer. 8 # notice, this list of conditions and the following disclaimer.
9 # * Redistributions in binary form must reproduce the above 9 # * Redistributions in binary form must reproduce the above
10 # copyright notice, this list of conditions and the following disclaimer 10 # copyright notice, this list of conditions and the following disclaimer
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 '<(DEPTH)/base/base.gyp:base_java', 88 '<(DEPTH)/base/base.gyp:base_java',
89 '<(DEPTH)/net/net.gyp:net_java', 89 '<(DEPTH)/net/net.gyp:net_java',
90 'wtf_unittests', 90 'wtf_unittests',
91 ], 91 ],
92 'variables': { 92 'variables': {
93 'test_suite_name': 'wtf_unittests', 93 'test_suite_name': 'wtf_unittests',
94 }, 94 },
95 'includes': [ '../../../../build/apk_test.gypi' ], 95 'includes': [ '../../../../build/apk_test.gypi' ],
96 }], 96 }],
97 }], 97 }],
98 ['test_isolation_mode != "noop"', {
99 'targets': [
100 {
101 'target_name': 'wtf_unittests_run',
102 'type': 'none',
103 'dependencies': [
104 'wtf_unittests',
105 ],
106 'includes': [
107 '../../../../build/isolate.gypi',
108 ],
109 'sources': [
110 'wtf_unittests.isolate',
111 ],
112 },
113 ],
114 }],
98 ], 115 ],
99 } 116 }
OLDNEW
« no previous file with comments | « Source/platform/blink_platform_unittests.isolate ('k') | Source/wtf/wtf_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698