| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 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 | 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 'conditions': [ | 8 'conditions': [ |
| 9 ['(OS=="linux" or OS=="freebsd" or OS=="solaris") and (embedded!=1 or (chr
omecast==1 and target_arch!="arm"))', { | 9 ['(OS=="linux" or OS=="freebsd" or OS=="solaris") and (embedded!=1 or (chr
omecast==1 and target_arch!="arm"))', { |
| 10 'use_alsa%': 1, | 10 'use_alsa%': 1, |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 { | 179 { |
| 180 # TODO(GN) | 180 # TODO(GN) |
| 181 'target_name': 'midi_unittests_apk', | 181 'target_name': 'midi_unittests_apk', |
| 182 'type': 'none', | 182 'type': 'none', |
| 183 'dependencies': [ | 183 'dependencies': [ |
| 184 'midi_java', | 184 'midi_java', |
| 185 'midi_unittests', | 185 'midi_unittests', |
| 186 ], | 186 ], |
| 187 'variables': { | 187 'variables': { |
| 188 'test_suite_name': 'midi_unittests', | 188 'test_suite_name': 'midi_unittests', |
| 189 'isolate_file': 'midi_unittests.isolate', |
| 189 }, | 190 }, |
| 190 'includes': ['../../build/apk_test.gypi'], | 191 'includes': ['../../build/apk_test.gypi'], |
| 191 }, | 192 }, |
| 192 { | 193 { |
| 193 # GN: //media/midi:midi_java | 194 # GN: //media/midi:midi_java |
| 194 'target_name': 'midi_java', | 195 'target_name': 'midi_java', |
| 195 'type': 'none', | 196 'type': 'none', |
| 196 'dependencies': [ | 197 'dependencies': [ |
| 197 '../../base/base.gyp:base', | 198 '../../base/base.gyp:base', |
| 198 ], | 199 ], |
| (...skipping 29 matching lines...) Expand all Loading... |
| 228 '../../build/isolate.gypi', | 229 '../../build/isolate.gypi', |
| 229 ], | 230 ], |
| 230 'sources': [ | 231 'sources': [ |
| 231 'midi_unittests.isolate', | 232 'midi_unittests.isolate', |
| 232 ], | 233 ], |
| 233 }, | 234 }, |
| 234 ], | 235 ], |
| 235 }], | 236 }], |
| 236 ], | 237 ], |
| 237 } | 238 } |
| OLD | NEW |