OLD | NEW |
1 # Copyright (C) 2013 Google Inc. All rights reserved. | 1 # Copyright (C) 2013 Google Inc. All rights reserved. |
2 # | 2 # |
3 # Redistribution and use in source and binary forms, with or without | 3 # Redistribution and use in source and binary forms, with or without |
4 # modification, are permitted provided that the following conditions are | 4 # modification, are permitted provided that the following conditions are |
5 # met: | 5 # met: |
6 # | 6 # |
7 # * Redistributions of source code must retain the above copyright | 7 # * Redistributions of source code must retain the above copyright |
8 # notice, this list of conditions and the following disclaimer. | 8 # notice, this list of conditions and the following disclaimer. |
9 # * Redistributions in binary form must reproduce the above | 9 # * Redistributions in binary form must reproduce the above |
10 # copyright notice, this list of conditions and the following disclaimer | 10 # copyright notice, this list of conditions and the following disclaimer |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 '<(DEPTH)/base/base.gyp:base_java', | 88 '<(DEPTH)/base/base.gyp:base_java', |
89 '<(DEPTH)/net/net.gyp:net_java', | 89 '<(DEPTH)/net/net.gyp:net_java', |
90 'wtf_unittests', | 90 'wtf_unittests', |
91 ], | 91 ], |
92 'variables': { | 92 'variables': { |
93 'test_suite_name': 'wtf_unittests', | 93 'test_suite_name': 'wtf_unittests', |
94 }, | 94 }, |
95 'includes': [ '../../../../build/apk_test.gypi' ], | 95 'includes': [ '../../../../build/apk_test.gypi' ], |
96 }], | 96 }], |
97 }], | 97 }], |
| 98 ['test_isolation_mode != "noop"', { |
| 99 'targets': [ |
| 100 { |
| 101 'target_name': 'wtf_unittests_run', |
| 102 'type': 'none', |
| 103 'dependencies': [ |
| 104 'wtf_unittests', |
| 105 ], |
| 106 'includes': [ |
| 107 '../../../../build/isolate.gypi', |
| 108 ], |
| 109 'sources': [ |
| 110 'wtf_unittests.isolate', |
| 111 ], |
| 112 }, |
| 113 ], |
| 114 }], |
98 ], | 115 ], |
99 } | 116 } |
OLD | NEW |