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

Side by Side Diff: url/url.gyp

Issue 1211103006: Convert url_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@3_ipc_tests
Patch Set: Created 5 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
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | url/url_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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'url_srcs.gypi', 10 'url_srcs.gypi',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 '..', 116 '..',
117 ], 117 ],
118 }, 118 },
119 'defines': [ 119 'defines': [
120 'URL_IMPLEMENTATION', 120 'URL_IMPLEMENTATION',
121 'USE_ICU_ALTERNATIVES_ON_ANDROID=1', 121 'USE_ICU_ALTERNATIVES_ON_ANDROID=1',
122 ], 122 ],
123 }, 123 },
124 ], 124 ],
125 }], 125 }],
126 ['test_isolation_mode != "noop"', {
127 'targets': [
128 {
129 'target_name': 'url_unittests_run',
130 'type': 'none',
131 'dependencies': [
132 'url_unittests',
133 ],
134 'includes': [
135 '../build/isolate.gypi',
136 ],
137 'sources': [
138 'url_unittests.isolate',
139 ],
140 },
141 ],
142 }],
126 ], 143 ],
127 } 144 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | url/url_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698