OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |