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

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: Swarm setup_unittests on FYI bots 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
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 1068 matching lines...) Expand 10 before | Expand all | Expand 10 after
1079 'dependencies': [ 1079 'dependencies': [
1080 'installer_util_unittests', 1080 'installer_util_unittests',
1081 ], 1081 ],
1082 'includes': [ 1082 'includes': [
1083 '../build/isolate.gypi', 1083 '../build/isolate.gypi',
1084 ], 1084 ],
1085 'sources': [ 1085 'sources': [
1086 'installer_util_unittests.isolate', 1086 'installer_util_unittests.isolate',
1087 ], 1087 ],
1088 }, 1088 },
1089 {
1090 'target_name': 'setup_unittests_run',
1091 'type': 'none',
1092 'dependencies': [
1093 'setup_unittests',
1094 ],
1095 'includes': [
1096 '../build/isolate.gypi',
1097 ],
1098 'sources': [
1099 'setup_unittests.isolate',
1100 ],
1101 },
1089 ], 1102 ],
1090 }], 1103 }],
1091 ], 1104 ],
1092 } 1105 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698