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

Side by Side Diff: third_party/eyesfree/eyesfree.gyp

Issue 12730006: Android: rename android_build_type gyp variable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add bug # to comments Created 7 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « skia/skia.gyp ('k') | ui/shell_dialogs.gypi » ('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 (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 'conditions': [ 5 'conditions': [
6 ['OS == "android" and android_build_type == 0', { 6 ['OS == "android" and android_webview_build == 0', {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'eyesfree_java', 9 'target_name': 'eyesfree_java',
10 'type': 'none', 10 'type': 'none',
11 'dependencies': [ 11 'dependencies': [
12 'eyesfree_aidl', 12 'eyesfree_aidl',
13 ], 13 ],
14 'variables': { 14 'variables': {
15 'java_in_dir': 'src/android/java', 15 'java_in_dir': 'src/android/java',
16 }, 16 },
(...skipping 12 matching lines...) Expand all
29 'src/android/java/src/com/googlecode/eyesfree/braille/selfbraille/IS elfBrailleService.aidl', 29 'src/android/java/src/com/googlecode/eyesfree/braille/selfbraille/IS elfBrailleService.aidl',
30 'src/android/java/src/com/googlecode/eyesfree/braille/translate/ITra nslatorService.aidl', 30 'src/android/java/src/com/googlecode/eyesfree/braille/translate/ITra nslatorService.aidl',
31 'src/android/java/src/com/googlecode/eyesfree/braille/translate/ITra nslatorServiceCallback.aidl', 31 'src/android/java/src/com/googlecode/eyesfree/braille/translate/ITra nslatorServiceCallback.aidl',
32 ], 32 ],
33 'includes': [ '../../build/java_aidl.gypi' ], 33 'includes': [ '../../build/java_aidl.gypi' ],
34 }, 34 },
35 ], 35 ],
36 }], 36 }],
37 ], 37 ],
38 } 38 }
OLDNEW
« no previous file with comments | « skia/skia.gyp ('k') | ui/shell_dialogs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698