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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 1220833004: Convert installer_util_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@5_sbox_validation_tests
Patch Set: Rebase 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/installer_util_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 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after
1061 ], 1061 ],
1062 'include_dirs': [ 1062 'include_dirs': [
1063 '..', 1063 '..',
1064 ], 1064 ],
1065 'sources': [ 1065 'sources': [
1066 'installer/gcapi_mac/gcapi_example_client.mm', 1066 'installer/gcapi_mac/gcapi_example_client.mm',
1067 ], 1067 ],
1068 }, 1068 },
1069 ], # targets 1069 ], # targets
1070 }], # OS=="mac" 1070 }], # OS=="mac"
1071 ['OS=="win" and test_isolation_mode != "noop"', {
1072 'targets': [
1073 {
1074 'target_name': 'installer_util_unittests_run',
1075 'type': 'none',
1076 'dependencies': [
1077 'installer_util_unittests',
1078 ],
1079 'includes': [
1080 '../build/isolate.gypi',
1081 ],
1082 'sources': [
1083 'installer_util_unittests.isolate',
1084 ],
1085 },
1086 ],
1087 }],
1071 ], 1088 ],
1072 } 1089 }
OLDNEW
« no previous file with comments | « build/gn_migration.gypi ('k') | chrome/installer_util_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698