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

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

Issue 2941453003: Declaring rtc_base_approved dep on webrtc_common (Closed)
Patch Set: Created 3 years, 6 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/BUILD.gn ('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) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 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/config/crypto.gni") 9 import("//build/config/crypto.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 "thread_checker_impl.cc", 178 "thread_checker_impl.cc",
179 "thread_checker_impl.h", 179 "thread_checker_impl.h",
180 "timestampaligner.cc", 180 "timestampaligner.cc",
181 "timestampaligner.h", 181 "timestampaligner.h",
182 "timeutils.cc", 182 "timeutils.cc",
183 "timeutils.h", 183 "timeutils.h",
184 "trace_event.h", 184 "trace_event.h",
185 "type_traits.h", 185 "type_traits.h",
186 ] 186 ]
187 187
188 deps += [ "..:webrtc_common" ]
189
188 if (is_android) { 190 if (is_android) {
189 libs += [ "log" ] 191 libs += [ "log" ]
190 } 192 }
191 193
192 if (is_posix) { 194 if (is_posix) {
193 sources += [ "file_posix.cc" ] 195 sources += [ "file_posix.cc" ]
194 } 196 }
195 197
196 if (is_win) { 198 if (is_win) {
197 sources += [ "file_win.cc" ] 199 sources += [ "file_win.cc" ]
(...skipping 825 matching lines...) Expand 10 before | Expand all | Expand 10 after
1023 if (is_android) { 1025 if (is_android) {
1024 android_library("base_java") { 1026 android_library("base_java") {
1025 java_files = [ 1027 java_files = [
1026 "java/src/org/webrtc/ContextUtils.java", 1028 "java/src/org/webrtc/ContextUtils.java",
1027 "java/src/org/webrtc/Logging.java", 1029 "java/src/org/webrtc/Logging.java",
1028 "java/src/org/webrtc/Size.java", 1030 "java/src/org/webrtc/Size.java",
1029 "java/src/org/webrtc/ThreadUtils.java", 1031 "java/src/org/webrtc/ThreadUtils.java",
1030 ] 1032 ]
1031 } 1033 }
1032 } 1034 }
OLDNEW
« no previous file with comments | « webrtc/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698