GN (Android): Fix packaging excess libs when target_cpu is changed
[chromium-blink-merge.git] / courgette / courgette_unittests.isolate
blobbe8aa6ce4abb2c687fa85867d75b74929feeac8e
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5   'variables': {
6     'files': [
7       '<(PRODUCT_DIR)/courgette_unittests<(EXECUTABLE_SUFFIX)',
8       'testdata/',
9     ],
10     'command': [
11       '<(PRODUCT_DIR)/courgette_unittests<(EXECUTABLE_SUFFIX)',
12     ],
13   },
14   # Need the shared runtime libs on Windows.
15   'includes': [
16     '../base/base.isolate',
17   ],