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

Side by Side Diff: talk/libjingle.gyp

Issue 1309073004: Add JNI/java wrapper for the file rotating logging class. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: CR Created 5 years, 3 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 | « talk/app/webrtc/java/src/org/webrtc/Logging.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 # 1 #
2 # libjingle 2 # libjingle
3 # Copyright 2012 Google Inc. 3 # Copyright 2012 Google Inc.
4 # 4 #
5 # Redistribution and use in source and binary forms, with or without 5 # Redistribution and use in source and binary forms, with or without
6 # modification, are permitted provided that the following conditions are met: 6 # modification, are permitted provided that the following conditions are met:
7 # 7 #
8 # 1. Redistributions of source code must retain the above copyright notice, 8 # 1. Redistributions of source code must retain the above copyright notice,
9 # this list of conditions and the following disclaimer. 9 # this list of conditions and the following disclaimer.
10 # 2. Redistributions in binary form must reproduce the above copyright notice, 10 # 2. Redistributions in binary form must reproduce the above copyright notice,
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'type': 'none', 111 'type': 'none',
112 'actions': [ 112 'actions': [
113 { 113 {
114 'variables': { 114 'variables': {
115 'java_src_dir': 'app/webrtc/java/src', 115 'java_src_dir': 'app/webrtc/java/src',
116 'webrtc_modules_dir': '<(webrtc_root)/modules', 116 'webrtc_modules_dir': '<(webrtc_root)/modules',
117 'build_jar_log': '<(INTERMEDIATE_DIR)/build_jar.log', 117 'build_jar_log': '<(INTERMEDIATE_DIR)/build_jar.log',
118 'peerconnection_java_files': [ 118 'peerconnection_java_files': [
119 'app/webrtc/java/src/org/webrtc/AudioSource.java', 119 'app/webrtc/java/src/org/webrtc/AudioSource.java',
120 'app/webrtc/java/src/org/webrtc/AudioTrack.java', 120 'app/webrtc/java/src/org/webrtc/AudioTrack.java',
121 'app/webrtc/java/src/org/webrtc/CallSessionFileRotatingLogSink .java',
121 'app/webrtc/java/src/org/webrtc/DataChannel.java', 122 'app/webrtc/java/src/org/webrtc/DataChannel.java',
122 'app/webrtc/java/src/org/webrtc/IceCandidate.java', 123 'app/webrtc/java/src/org/webrtc/IceCandidate.java',
123 'app/webrtc/java/src/org/webrtc/Logging.java', 124 'app/webrtc/java/src/org/webrtc/Logging.java',
124 'app/webrtc/java/src/org/webrtc/MediaConstraints.java', 125 'app/webrtc/java/src/org/webrtc/MediaConstraints.java',
125 'app/webrtc/java/src/org/webrtc/MediaSource.java', 126 'app/webrtc/java/src/org/webrtc/MediaSource.java',
126 'app/webrtc/java/src/org/webrtc/MediaStream.java', 127 'app/webrtc/java/src/org/webrtc/MediaStream.java',
127 'app/webrtc/java/src/org/webrtc/MediaStreamTrack.java', 128 'app/webrtc/java/src/org/webrtc/MediaStreamTrack.java',
128 'app/webrtc/java/src/org/webrtc/PeerConnectionFactory.java', 129 'app/webrtc/java/src/org/webrtc/PeerConnectionFactory.java',
129 'app/webrtc/java/src/org/webrtc/PeerConnection.java', 130 'app/webrtc/java/src/org/webrtc/PeerConnection.java',
130 'app/webrtc/java/src/org/webrtc/SdpObserver.java', 131 'app/webrtc/java/src/org/webrtc/SdpObserver.java',
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 ['OS=="android" and build_with_chromium==0', { 778 ['OS=="android" and build_with_chromium==0', {
778 'sources': [ 779 'sources': [
779 'app/webrtc/androidvideocapturer.h', 780 'app/webrtc/androidvideocapturer.h',
780 'app/webrtc/androidvideocapturer.cc', 781 'app/webrtc/androidvideocapturer.cc',
781 ], 782 ],
782 }], 783 }],
783 ], 784 ],
784 }, # target libjingle_peerconnection 785 }, # target libjingle_peerconnection
785 ], 786 ],
786 } 787 }
OLDNEW
« no previous file with comments | « talk/app/webrtc/java/src/org/webrtc/Logging.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698