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

Side by Side Diff: webrtc/webrtc_examples.gyp

Issue 2003983002: UI for AppRTC Android demo that doesn't require Design Support Library (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 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 | « webrtc/examples/androidapp/src/org/appspot/apprtc/ConnectActivity.java ('k') | no next file » | 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 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 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 ], # targets 401 ], # targets
402 }], # OS=="ios" or (OS=="mac" and target_arch!="ia32") 402 }], # OS=="ios" or (OS=="mac" and target_arch!="ia32")
403 403
404 ['OS=="android"', { 404 ['OS=="android"', {
405 'targets': [ 405 'targets': [
406 { 406 {
407 'target_name': 'AppRTCDemo', 407 'target_name': 'AppRTCDemo',
408 'type': 'none', 408 'type': 'none',
409 'dependencies': [ 409 'dependencies': [
410 'api/api.gyp:libjingle_peerconnection_java', 410 'api/api.gyp:libjingle_peerconnection_java',
411 '<(DEPTH)/third_party/android_tools/android_tools.gyp:android_suppor t_design_javalib'
412 ], 411 ],
413 'variables': { 412 'variables': {
414 'apk_name': 'AppRTCDemo', 413 'apk_name': 'AppRTCDemo',
415 'java_in_dir': 'examples/androidapp', 414 'java_in_dir': 'examples/androidapp',
416 'has_java_resources': 1, 415 'has_java_resources': 1,
417 'resource_dir': 'examples/androidapp/res', 416 'resource_dir': 'examples/androidapp/res',
418 'R_package': 'org.appspot.apprtc', 417 'R_package': 'org.appspot.apprtc',
419 'R_package_relpath': 'org/appspot/apprtc', 418 'R_package_relpath': 'org/appspot/apprtc',
420 'input_jars_paths': [ 419 'input_jars_paths': [
421 'examples/androidapp/third_party/autobanh/autobanh.jar', 420 'examples/androidapp/third_party/autobanh/autobanh.jar',
422 '<(DEPTH)/third_party/android_tools/sdk/extras/android/support/v4/ android-support-v4.jar',
423 ], 421 ],
424 'library_dexed_jars_paths': [ 422 'library_dexed_jars_paths': [
425 'examples/androidapp/third_party/autobanh/autobanh.jar', 423 'examples/androidapp/third_party/autobanh/autobanh.jar',
426 '<(DEPTH)/third_party/android_tools/sdk/extras/android/support/v4/ android-support-v4.jar',
427 ], 424 ],
428 'native_lib_target': 'libjingle_peerconnection_so', 425 'native_lib_target': 'libjingle_peerconnection_so',
429 'add_to_dependents_classpaths':1, 426 'add_to_dependents_classpaths':1,
430 }, 427 },
431 'includes': [ '../build/java_apk.gypi' ], 428 'includes': [ '../build/java_apk.gypi' ],
432 }, # target AppRTCDemo 429 }, # target AppRTCDemo
433 430
434 { 431 {
435 # AppRTCDemo creates a .jar as a side effect. Any java targets 432 # AppRTCDemo creates a .jar as a side effect. Any java targets
436 # that need that .jar in their classpath should depend on this target, 433 # that need that .jar in their classpath should depend on this target,
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 }, 481 },
485 'includes': [ 482 'includes': [
486 '../build/host_jar.gypi', 483 '../build/host_jar.gypi',
487 '../build/android/test_runner.gypi', 484 '../build/android/test_runner.gypi',
488 ], 485 ],
489 }, 486 },
490 ], # targets 487 ], # targets
491 }], # OS=="android" 488 }], # OS=="android"
492 ], 489 ],
493 } 490 }
OLDNEW
« no previous file with comments | « webrtc/examples/androidapp/src/org/appspot/apprtc/ConnectActivity.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698