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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
402 }, # target socketrocket | 402 }, # target socketrocket |
403 ], # targets | 403 ], # targets |
404 }], # OS=="ios" or (OS=="mac" and target_arch!="ia32") | 404 }], # OS=="ios" or (OS=="mac" and target_arch!="ia32") |
405 | 405 |
406 ['OS=="android"', { | 406 ['OS=="android"', { |
407 'targets': [ | 407 'targets': [ |
408 { | 408 { |
409 'target_name': 'AppRTCDemo', | 409 'target_name': 'AppRTCDemo', |
410 'type': 'none', | 410 'type': 'none', |
411 'dependencies': [ | 411 'dependencies': [ |
412 'api/api.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 'examples/androidapp/third_party/autobanh/autobanh.jar', |
(...skipping 60 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 |