OLD | NEW |
1 # Copyright (c) 2012 The WebRTC Project Authors. All rights reserved. | 1 # Copyright (c) 2012 The WebRTC Project Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
8 { | 8 { |
9 'includes': [ | 9 'includes': [ |
10 '../talk/build/common.gypi', | 10 '../talk/build/common.gypi', |
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
412 'api/api_java.gyp:libjingle_peerconnection_java', | 412 'api/api_java.gyp:libjingle_peerconnection_java', |
413 ], | 413 ], |
414 'variables': { | 414 'variables': { |
415 'apk_name': 'AppRTCDemo', | 415 'apk_name': 'AppRTCDemo', |
416 'java_in_dir': 'examples/androidapp', | 416 'java_in_dir': 'examples/androidapp', |
417 'has_java_resources': 1, | 417 'has_java_resources': 1, |
418 'resource_dir': 'examples/androidapp/res', | 418 'resource_dir': 'examples/androidapp/res', |
419 'R_package': 'org.appspot.apprtc', | 419 'R_package': 'org.appspot.apprtc', |
420 'R_package_relpath': 'org/appspot/apprtc', | 420 'R_package_relpath': 'org/appspot/apprtc', |
421 'input_jars_paths': [ | 421 'input_jars_paths': [ |
422 'examples/androidapp/third_party/autobanh/autobanh.jar', | 422 '../third_party/autobanh/lib/autobanh.jar', |
423 ], | 423 ], |
424 'library_dexed_jars_paths': [ | 424 'library_dexed_jars_paths': [ |
425 'examples/androidapp/third_party/autobanh/autobanh.jar', | 425 '../third_party/autobanh/lib/autobanh.jar', |
426 ], | 426 ], |
427 'native_lib_target': 'libjingle_peerconnection_so', | 427 'native_lib_target': 'libjingle_peerconnection_so', |
428 'add_to_dependents_classpaths':1, | 428 'add_to_dependents_classpaths':1, |
429 }, | 429 }, |
430 'includes': [ '../build/java_apk.gypi' ], | 430 'includes': [ '../build/java_apk.gypi' ], |
431 }, # target AppRTCDemo | 431 }, # target AppRTCDemo |
432 | 432 |
433 { | 433 { |
434 # AppRTCDemo creates a .jar as a side effect. Any java targets | 434 # AppRTCDemo creates a .jar as a side effect. Any java targets |
435 # that need that .jar in their classpath should depend on this target, | 435 # that need that .jar in their classpath should depend on this target, |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
483 }, | 483 }, |
484 'includes': [ | 484 'includes': [ |
485 '../build/host_jar.gypi', | 485 '../build/host_jar.gypi', |
486 '../build/android/test_runner.gypi', | 486 '../build/android/test_runner.gypi', |
487 ], | 487 ], |
488 }, | 488 }, |
489 ], # targets | 489 ], # targets |
490 }], # OS=="android" | 490 }], # OS=="android" |
491 ], | 491 ], |
492 } | 492 } |
OLD | NEW |