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

Side by Side Diff: media/midi/midi.gyp

Issue 1120883002: [Android] Generate scripts at build time to run android tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed datadeps to data_deps to reflect recent change. Created 5 years, 6 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 | « media/midi/BUILD.gn ('k') | net/BUILD.gn » ('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 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
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
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 }
OLDNEW
« no previous file with comments | « media/midi/BUILD.gn ('k') | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698