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

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

Issue 2845323002: Enabling 'gn check' on webrtc/test. (Closed)
Patch Set: enabling check in .gn after chromium trybots Created 3 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
OLDNEW
1 # Copyright 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright 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("../webrtc.gni") 9 import("../webrtc.gni")
10 if (is_ios) { 10 if (is_ios) {
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163) 427 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163)
428 configs -= [ "//build/config/clang:find_bad_constructs" ] 428 configs -= [ "//build/config/clang:find_bad_constructs" ]
429 } 429 }
430 } 430 }
431 } 431 }
432 432
433 rtc_static_library("rtc_sdk_objc") { 433 rtc_static_library("rtc_sdk_objc") {
434 complete_static_lib = true 434 complete_static_lib = true
435 deps = [ 435 deps = [
436 ":rtc_sdk_peerconnection_objc", 436 ":rtc_sdk_peerconnection_objc",
437 "..//system_wrappers:field_trial_default", 437 "../system_wrappers:field_trial_default",
438 "..//system_wrappers:metrics_default", 438 "../system_wrappers:metrics_default",
439 ] 439 ]
440 } 440 }
441 441
442 rtc_static_library("webrtc_h264_video_toolbox") { 442 rtc_static_library("webrtc_h264_video_toolbox") {
443 sources = [ 443 sources = [
444 "objc/Framework/Classes/h264_video_toolbox_decoder.cc", 444 "objc/Framework/Classes/h264_video_toolbox_decoder.cc",
445 "objc/Framework/Classes/h264_video_toolbox_decoder.h", 445 "objc/Framework/Classes/h264_video_toolbox_decoder.h",
446 "objc/Framework/Classes/h264_video_toolbox_encoder.h", 446 "objc/Framework/Classes/h264_video_toolbox_encoder.h",
447 "objc/Framework/Classes/h264_video_toolbox_encoder.mm", 447 "objc/Framework/Classes/h264_video_toolbox_encoder.mm",
448 "objc/Framework/Classes/h264_video_toolbox_nalu.cc", 448 "objc/Framework/Classes/h264_video_toolbox_nalu.cc",
(...skipping 30 matching lines...) Expand all
479 deps += [ "$rtc_libyuv_dir" ] 479 deps += [ "$rtc_libyuv_dir" ]
480 public_deps = [ 480 public_deps = [
481 "$rtc_libyuv_dir", 481 "$rtc_libyuv_dir",
482 ] 482 ]
483 } else { 483 } else {
484 # Need to add a directory normally exported by libyuv. 484 # Need to add a directory normally exported by libyuv.
485 include_dirs = [ "$rtc_libyuv_dir/include" ] 485 include_dirs = [ "$rtc_libyuv_dir/include" ]
486 } 486 }
487 } 487 }
488 } 488 }
OLDNEW
« .gn ('K') | « webrtc/modules/audio_device/BUILD.gn ('k') | webrtc/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698