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

Unified Diff: webrtc/common_video/common_video.gyp

Issue 2509703002: Remove all references to GYP (Closed)
Patch Set: Rebased Created 4 years, 1 month 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/common_video/OWNERS ('k') | webrtc/examples/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_video/common_video.gyp
diff --git a/webrtc/common_video/common_video.gyp b/webrtc/common_video/common_video.gyp
deleted file mode 100644
index 262b77a1ac086b1f043784a55164f2d3cdd3c279..0000000000000000000000000000000000000000
--- a/webrtc/common_video/common_video.gyp
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright (c) 2012 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.
-
-{
- 'includes': ['../build/common.gypi'],
- 'targets': [
- {
- 'target_name': 'common_video',
- 'type': 'static_library',
- 'include_dirs': [
- '<(webrtc_root)/modules/interface/',
- 'include',
- 'libyuv/include',
- ],
- 'dependencies': [
- '<(webrtc_root)/base/base.gyp:rtc_task_queue',
- '<(webrtc_root)/common.gyp:webrtc_common',
- '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- 'include',
- 'libyuv/include',
- ],
- },
- 'conditions': [
- ['build_libyuv==1', {
- 'dependencies': ['<(DEPTH)/third_party/libyuv/libyuv.gyp:libyuv',],
- 'export_dependent_settings': [
- '<(DEPTH)/third_party/libyuv/libyuv.gyp:libyuv',
- ],
- }, {
- # Need to add a directory normally exported by libyuv.gyp.
- 'include_dirs': ['<(libyuv_dir)/include',],
- }],
- ['OS=="ios" or OS=="mac"', {
- 'sources': [
- 'corevideo_frame_buffer.cc',
- 'include/corevideo_frame_buffer.h',
- ],
- 'link_settings': {
- 'xcode_settings': {
- 'OTHER_LDFLAGS': [
- '-framework CoreVideo',
- ],
- },
- },
- }],
- ],
- 'sources': [
- 'bitrate_adjuster.cc',
- 'h264/sps_vui_rewriter.cc',
- 'h264/sps_vui_rewriter.h',
- 'h264/h264_common.cc',
- 'h264/h264_common.h',
- 'h264/pps_parser.cc',
- 'h264/pps_parser.h',
- 'h264/profile_level_id.cc',
- 'h264/profile_level_id.h',
- 'h264/sps_parser.cc',
- 'h264/sps_parser.h',
- 'h264/h264_bitstream_parser.cc',
- 'h264/h264_bitstream_parser.h',
- 'i420_buffer_pool.cc',
- 'video_frame.cc',
- 'incoming_video_stream.cc',
- 'include/bitrate_adjuster.h',
- 'include/frame_callback.h',
- 'include/i420_buffer_pool.h',
- 'include/incoming_video_stream.h',
- 'include/video_bitrate_allocator.h',
- 'include/video_frame_buffer.h',
- 'libyuv/include/webrtc_libyuv.h',
- 'libyuv/webrtc_libyuv.cc',
- 'video_frame_buffer.cc',
- 'video_render_frames.cc',
- 'video_render_frames.h',
- ],
- },
- ], # targets
-}
« no previous file with comments | « webrtc/common_video/OWNERS ('k') | webrtc/examples/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698