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

Side by Side Diff: webrtc/BUILD.gn

Issue 2105803002: Add GN targets for AppRTC Demo on Android. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Sort the files and don't rename targets. Created 4 years, 5 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 | « third_party/autobanh/lib/autobanh.jar ('k') | webrtc/api/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) 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 # TODO(kjellander): Rebase this to webrtc/build/common.gypi changes after r6330. 9 # TODO(kjellander): Rebase this to webrtc/build/common.gypi changes after r6330.
10 10
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 configs += [ ":common_config" ] 247 configs += [ ":common_config" ]
248 public_configs = [ ":common_inherited_config" ] 248 public_configs = [ ":common_inherited_config" ]
249 249
250 deps = [ 250 deps = [
251 ":webrtc_common", 251 ":webrtc_common",
252 "audio", 252 "audio",
253 "base:rtc_base", 253 "base:rtc_base",
254 "call", 254 "call",
255 "common_audio", 255 "common_audio",
256 "common_video", 256 "common_video",
257 "examples",
magjed_webrtc 2016/06/28 15:48:16 I think you should remove this because webrtc shou
sakal 2016/06/29 08:15:58 Yeah, I first thought this was a meta target for a
257 "modules", 258 "modules",
258 "system_wrappers", 259 "system_wrappers",
259 "tools", 260 "tools",
260 "video", 261 "video",
261 "voice_engine", 262 "voice_engine",
262 ] 263 ]
263 264
264 if (build_with_chromium) { 265 if (build_with_chromium) {
265 deps += [ "modules/video_capture" ] 266 deps += [ "modules/video_capture" ]
266 } else { 267 } else {
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 "test:test_main", 607 "test:test_main",
607 "video:video_tests", 608 "video:video_tests",
608 ] 609 ]
609 if (is_clang) { 610 if (is_clang) {
610 # Suppress warnings from the Chromium Clang plugin. 611 # Suppress warnings from the Chromium Clang plugin.
611 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details. 612 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
612 configs -= [ "//build/config/clang:find_bad_constructs" ] 613 configs -= [ "//build/config/clang:find_bad_constructs" ]
613 } 614 }
614 } 615 }
615 } 616 }
OLDNEW
« no previous file with comments | « third_party/autobanh/lib/autobanh.jar ('k') | webrtc/api/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698