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

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

Issue 11308030: Use _target_name instead of package_name for java*.gypi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@apk_jar
Patch Set: Created 7 years, 10 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 | « third_party/cacheinvalidation/cacheinvalidation.gyp ('k') | third_party/guava/guava.gyp » ('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_build_type == 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 'package_name': 'eyesfree',
16 'java_in_dir': 'src/android/java', 15 'java_in_dir': 'src/android/java',
17 }, 16 },
18 'includes': [ '../../build/java.gypi' ], 17 'includes': [ '../../build/java.gypi' ],
19 }, 18 },
20 { 19 {
21 'target_name': 'eyesfree_aidl', 20 'target_name': 'eyesfree_aidl',
22 'type': 'none', 21 'type': 'none',
23 'variables': { 22 'variables': {
24 'package_name': 'eyesfree',
25 'aidl_interface_file': '<(android_sdk)/framework.aidl', 23 'aidl_interface_file': '<(android_sdk)/framework.aidl',
26 'aidl_import_include': 'src/android/java/src', 24 'aidl_import_include': 'src/android/java/src',
27 }, 25 },
28 'sources': [ 26 'sources': [
29 'src/android/java/src/com/googlecode/eyesfree/braille/display/IBrail leService.aidl', 27 'src/android/java/src/com/googlecode/eyesfree/braille/display/IBrail leService.aidl',
30 'src/android/java/src/com/googlecode/eyesfree/braille/display/IBrail leServiceCallback.aidl', 28 'src/android/java/src/com/googlecode/eyesfree/braille/display/IBrail leServiceCallback.aidl',
31 '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',
32 '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',
33 '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',
34 ], 32 ],
35 'includes': [ '../../build/java_aidl.gypi' ], 33 'includes': [ '../../build/java_aidl.gypi' ],
36 }, 34 },
37 ], 35 ],
38 }], 36 }],
39 ], 37 ],
40 } 38 }
OLDNEW
« no previous file with comments | « third_party/cacheinvalidation/cacheinvalidation.gyp ('k') | third_party/guava/guava.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698