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

Unified Diff: webrtc/video_engine/BUILD.gn

Issue 1184763009: Merge video_engine_core into webrtc target. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/video/webrtc_video.gypi ('k') | webrtc/video_engine/video_engine.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video_engine/BUILD.gn
diff --git a/webrtc/video_engine/BUILD.gn b/webrtc/video_engine/BUILD.gn
deleted file mode 100644
index b0982277d69fdff6697882fdac32435b6e89e13b..0000000000000000000000000000000000000000
--- a/webrtc/video_engine/BUILD.gn
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
-#
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file in the root of the source
-# tree. An additional intellectual property rights grant can be found
-# in the file PATENTS. All contributing project authors may
-# be found in the AUTHORS file in the root of the source tree.
-
-import("../build/webrtc.gni")
-
-source_set("video_engine") {
- deps = [
- ":video_engine_core",
- ]
-}
-
-source_set("video_engine_core") {
- sources = [
- "call_stats.cc",
- "call_stats.h",
- "encoder_state_feedback.cc",
- "encoder_state_feedback.h",
- "overuse_frame_detector.cc",
- "overuse_frame_detector.h",
- "payload_router.cc",
- "payload_router.h",
- "report_block_stats.cc",
- "report_block_stats.h",
- "stream_synchronization.cc",
- "stream_synchronization.h",
- "vie_capturer.cc",
- "vie_capturer.h",
- "vie_channel.cc",
- "vie_channel.h",
- "vie_channel_group.cc",
- "vie_channel_group.h",
- "vie_defines.h",
- "vie_encoder.cc",
- "vie_encoder.h",
- "vie_receiver.cc",
- "vie_receiver.h",
- "vie_remb.cc",
- "vie_remb.h",
- "vie_sync_module.cc",
- "vie_sync_module.h",
- ]
-
- configs += [ "..:common_config" ]
- public_configs = [ "..:common_inherited_config" ]
-
- if (is_clang) {
- # Suppress warnings from Chrome's Clang plugins.
- # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
- configs -= [ "//build/config/clang:find_bad_constructs" ]
- }
-
- deps = [
- "..:webrtc_common",
- "../common_video",
- "../modules/bitrate_controller",
- "../modules/rtp_rtcp",
- "../modules/utility",
- "../modules/video_capture:video_capture_module",
- "../modules/video_coding",
- "../modules/video_processing",
- "../modules/video_render:video_render_module",
- "../voice_engine",
- "../system_wrappers",
- ]
-}
« no previous file with comments | « webrtc/video/webrtc_video.gypi ('k') | webrtc/video_engine/video_engine.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698