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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 1223293004: Swarm setup_unittests on FYI bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync to position 339062 for reland 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 | « build/gn_migration.gypi ('k') | chrome/setup_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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'lastchange_path': '../build/util/LASTCHANGE', 7 'lastchange_path': '../build/util/LASTCHANGE',
8 'libpeer_target_type%': 'static_library', 8 'libpeer_target_type%': 'static_library',
9 'branding_dir': 'app/theme/<(branding_path_component)', 9 'branding_dir': 'app/theme/<(branding_path_component)',
10 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component )', 10 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component )',
(...skipping 1070 matching lines...) Expand 10 before | Expand all | Expand 10 after
1081 'dependencies': [ 1081 'dependencies': [
1082 'installer_util_unittests', 1082 'installer_util_unittests',
1083 ], 1083 ],
1084 'includes': [ 1084 'includes': [
1085 '../build/isolate.gypi', 1085 '../build/isolate.gypi',
1086 ], 1086 ],
1087 'sources': [ 1087 'sources': [
1088 'installer_util_unittests.isolate', 1088 'installer_util_unittests.isolate',
1089 ], 1089 ],
1090 }, 1090 },
1091 {
1092 'target_name': 'setup_unittests_run',
1093 'type': 'none',
1094 'dependencies': [
1095 'setup_unittests',
1096 ],
1097 'includes': [
1098 '../build/isolate.gypi',
1099 ],
1100 'sources': [
1101 'setup_unittests.isolate',
1102 ],
1103 },
1091 ], 1104 ],
1092 }], 1105 }],
1093 ], 1106 ],
1094 } 1107 }
OLDNEW
« no previous file with comments | « build/gn_migration.gypi ('k') | chrome/setup_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698