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

Side by Side Diff: content/renderer/BUILD.gn

Issue 2413103004: Remove third_party/libjingle and update GN targets. (Closed)
Patch Set: Fix rebase mistake Created 3 years, 9 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 | « content/public/renderer/BUILD.gn ('k') | content/renderer/DEPS » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//ppapi/features/features.gni") 10 import("//ppapi/features/features.gni")
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 "//services/service_manager/public/cpp", 466 "//services/service_manager/public/cpp",
467 "//services/service_manager/public/interfaces", 467 "//services/service_manager/public/interfaces",
468 "//services/ui/public/cpp/gpu", 468 "//services/ui/public/cpp/gpu",
469 "//skia", 469 "//skia",
470 "//storage/common", 470 "//storage/common",
471 "//third_party/WebKit/public:blink", 471 "//third_party/WebKit/public:blink",
472 "//third_party/WebKit/public:features", 472 "//third_party/WebKit/public:features",
473 "//third_party/WebKit/public:mojo_bindings", 473 "//third_party/WebKit/public:mojo_bindings",
474 "//third_party/boringssl", 474 "//third_party/boringssl",
475 "//third_party/icu", 475 "//third_party/icu",
476 "//third_party/libjingle",
477 "//third_party/libyuv", 476 "//third_party/libyuv",
478 "//third_party/webrtc/api/audio_codecs:builtin_audio_decoder_factory", 477 "//third_party/webrtc/api/audio_codecs:builtin_audio_decoder_factory",
479 "//third_party/widevine/cdm:headers", 478 "//third_party/widevine/cdm:headers",
480 "//ui/accessibility", 479 "//ui/accessibility",
481 "//ui/base", 480 "//ui/base",
482 "//ui/base/ime", 481 "//ui/base/ime",
483 "//ui/display", 482 "//ui/display",
484 "//ui/events:dom_keycode_converter", 483 "//ui/events:dom_keycode_converter",
485 "//ui/events:events_base", 484 "//ui/events:events_base",
486 "//ui/events/blink", 485 "//ui/events/blink",
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 "pepper/pepper_media_stream_video_track_host.h", 709 "pepper/pepper_media_stream_video_track_host.h",
711 "pepper/pepper_video_destination_host.cc", 710 "pepper/pepper_video_destination_host.cc",
712 "pepper/pepper_video_destination_host.h", 711 "pepper/pepper_video_destination_host.h",
713 "pepper/pepper_video_source_host.cc", 712 "pepper/pepper_video_source_host.cc",
714 "pepper/pepper_video_source_host.h", 713 "pepper/pepper_video_source_host.h",
715 ] 714 ]
716 } 715 }
717 716
718 deps += [ 717 deps += [
719 "//crypto", 718 "//crypto",
720 "//third_party/libjingle/webrtc:libjingle_webrtc",
721 "//third_party/libvpx", 719 "//third_party/libvpx",
722 "//third_party/opus", 720 "//third_party/opus",
723 "//third_party/webrtc/api:libjingle_peerconnection", 721 "//third_party/webrtc/api:libjingle_peerconnection",
724 "//third_party/webrtc/api:rtc_stats_api", 722 "//third_party/webrtc/api:rtc_stats_api",
725 "//third_party/webrtc/api:video_frame_api", 723 "//third_party/webrtc/api:video_frame_api",
726 "//third_party/webrtc/base:rtc_base", 724 "//third_party/webrtc/base:rtc_base",
727 "//third_party/webrtc/media:rtc_media", 725 "//third_party/webrtc/media:rtc_media",
728 "//third_party/webrtc/media:rtc_media_base", 726 "//third_party/webrtc/media:rtc_media_base",
729 "//third_party/webrtc/modules/audio_device", 727 "//third_party/webrtc/modules/audio_device",
730 "//third_party/webrtc/modules/audio_processing", 728 "//third_party/webrtc/modules/audio_processing",
731 "//third_party/webrtc/modules/video_coding:webrtc_h264", 729 "//third_party/webrtc/modules/video_coding:webrtc_h264",
732 "//third_party/webrtc/p2p:libstunprober", 730 "//third_party/webrtc/p2p:libstunprober",
733 "//third_party/webrtc/p2p:rtc_p2p", 731 "//third_party/webrtc/p2p:rtc_p2p",
734 "//third_party/webrtc/pc:rtc_pc", 732 "//third_party/webrtc/pc:rtc_pc",
735 "//third_party/webrtc/stats", 733 "//third_party/webrtc/stats",
736 "//third_party/webrtc/system_wrappers", 734 "//third_party/webrtc/system_wrappers",
735 "//third_party/webrtc_overrides:init_webrtc",
737 ] 736 ]
738 if (rtc_use_h264) { 737 if (rtc_use_h264) {
739 deps += [ "//third_party/openh264:encoder" ] 738 deps += [ "//third_party/openh264:encoder" ]
740 } 739 }
741 } else { 740 } else {
742 sources += [ 741 sources += [
743 "media/webrtc_logging.h", 742 "media/webrtc_logging.h",
744 "media/webrtc_logging_noop.cc", 743 "media/webrtc_logging_noop.cc",
745 ] 744 ]
746 } 745 }
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
944 # For the defines in mojo_media_config. 943 # For the defines in mojo_media_config.
945 public_configs = [ "//media/mojo/services:mojo_media_config" ] 944 public_configs = [ "//media/mojo/services:mojo_media_config" ]
946 } 945 }
947 946
948 if (!is_component_build) { 947 if (!is_component_build) {
949 public_deps = [ 948 public_deps = [
950 ":renderer", 949 ":renderer",
951 ] 950 ]
952 } 951 }
953 } 952 }
OLDNEW
« no previous file with comments | « content/public/renderer/BUILD.gn ('k') | content/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698