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

Unified Diff: media/cast/video_sender/video_sender.gypi

Issue 245893005: [Cast] Consolidate plethora of GYP files into cast.gyp and cast_testing.gypi. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | « media/cast/video_sender/codecs/vp8/vp8_encoder.gypi ('k') | tools/ipc_fuzzer/message_lib/message_lib.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/video_sender/video_sender.gypi
diff --git a/media/cast/video_sender/video_sender.gypi b/media/cast/video_sender/video_sender.gypi
deleted file mode 100644
index 6e1261552327238de37734b6dff1b0c564b0f162..0000000000000000000000000000000000000000
--- a/media/cast/video_sender/video_sender.gypi
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2013 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'includes': [
- 'codecs/vp8/vp8_encoder.gypi',
- ],
- 'targets': [
- {
- 'target_name': 'video_sender',
- 'type': 'static_library',
- 'include_dirs': [
- '<(DEPTH)/',
- ],
- 'sources': [
- 'external_video_encoder.h',
- 'external_video_encoder.cc',
- 'fake_software_video_encoder.h',
- 'fake_software_video_encoder.cc',
- 'software_video_encoder.h',
- 'video_encoder.h',
- 'video_encoder_impl.h',
- 'video_encoder_impl.cc',
- 'video_sender.h',
- 'video_sender.cc',
- ], # source
- 'dependencies': [
- '<(DEPTH)/media/cast/rtcp/rtcp.gyp:*',
- '<(DEPTH)/media/cast/transport/cast_transport.gyp:cast_transport',
- '<(DEPTH)/media/media.gyp:media',
- '<(DEPTH)/media/media.gyp:shared_memory_support',
- 'congestion_control',
- 'cast_vp8_encoder',
- ],
- },
- ],
-}
« no previous file with comments | « media/cast/video_sender/codecs/vp8/vp8_encoder.gypi ('k') | tools/ipc_fuzzer/message_lib/message_lib.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698