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

Side by Side Diff: webrtc/modules/BUILD.gn

Issue 2547483003: Move /webrtc/api/android files to /webrtc/sdk/android (Closed)
Patch Set: Move to api folder under Android instead of src Created 4 years 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/BUILD.gn ('k') | webrtc/sdk/android/BUILD.gn » ('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) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 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 import("../build/webrtc.gni") 9 import("../build/webrtc.gni")
10 import("audio_coding/audio_coding.gni") 10 import("audio_coding/audio_coding.gni")
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 "//testing/gmock", 685 "//testing/gmock",
686 "//testing/gtest", 686 "//testing/gtest",
687 "//third_party/gflags", 687 "//third_party/gflags",
688 ] 688 ]
689 689
690 data = modules_unittests_resources 690 data = modules_unittests_resources
691 691
692 if (is_android) { 692 if (is_android) {
693 deps += [ 693 deps += [
694 "//testing/android/native_test:native_test_support", 694 "//testing/android/native_test:native_test_support",
695 "//webrtc/api:libjingle_peerconnection_java", 695 "//webrtc/sdk/android:libjingle_peerconnection_java",
696 ] 696 ]
697 697
698 # Need to disable error due to the line in 698 # Need to disable error due to the line in
699 # base/android/jni_android.h triggering it: 699 # base/android/jni_android.h triggering it:
700 # const BASE_EXPORT jobject GetApplicationContext() 700 # const BASE_EXPORT jobject GetApplicationContext()
701 # error: type qualifiers ignored on function return type 701 # error: type qualifiers ignored on function return type
702 cflags = [ "-Wno-ignored-qualifiers" ] 702 cflags = [ "-Wno-ignored-qualifiers" ]
703 sources += [ 703 sources += [
704 "audio_device/android/audio_device_unittest.cc", 704 "audio_device/android/audio_device_unittest.cc",
705 "audio_device/android/audio_manager_unittest.cc", 705 "audio_device/android/audio_manager_unittest.cc",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 "../test:test_common", 752 "../test:test_common",
753 "../test:test_main", 753 "../test:test_main",
754 "remote_bitrate_estimator:bwe_simulator_lib", 754 "remote_bitrate_estimator:bwe_simulator_lib",
755 "video_capture", 755 "video_capture",
756 "//testing/gmock", 756 "//testing/gmock",
757 "//testing/gtest", 757 "//testing/gtest",
758 "//third_party/gflags", 758 "//third_party/gflags",
759 ] 759 ]
760 } 760 }
761 } 761 }
OLDNEW
« no previous file with comments | « webrtc/examples/BUILD.gn ('k') | webrtc/sdk/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698