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

Unified Diff: media/cast/test/utility/utility.gyp

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/rtp_receiver/rtp_receiver.gyp ('k') | media/cast/transport/cast_transport.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/test/utility/utility.gyp
diff --git a/media/cast/test/utility/utility.gyp b/media/cast/test/utility/utility.gyp
deleted file mode 100644
index e8deb809b2f6b41efcb00c54bfeffc46f3a3c179..0000000000000000000000000000000000000000
--- a/media/cast/test/utility/utility.gyp
+++ /dev/null
@@ -1,91 +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.
-
-{
- 'variables': {
- 'chromium_code': 1,
- },
- 'targets': [
- {
- 'target_name': 'cast_test_utility',
- 'type': 'static_library',
- 'include_dirs': [
- '<(DEPTH)/',
- ],
- 'dependencies': [
- '../../cast_receiver.gyp:cast_receiver',
- '../../transport/cast_transport.gyp:cast_transport',
- '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
- '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
- '<(DEPTH)/testing/gtest.gyp:gtest',
- '<(DEPTH)/third_party/libyuv/libyuv.gyp:libyuv',
-
- ],
- 'sources': [
- '<(DEPTH)/media/cast/test/fake_single_thread_task_runner.cc',
- '<(DEPTH)/media/cast/test/fake_single_thread_task_runner.h',
- 'audio_utility.cc',
- 'audio_utility.h',
- 'barcode.cc',
- 'barcode.h',
- 'default_config.cc',
- 'default_config.h',
- 'in_process_receiver.cc',
- 'in_process_receiver.h',
- 'input_builder.cc',
- 'input_builder.h',
- 'standalone_cast_environment.cc',
- 'standalone_cast_environment.h',
- 'video_utility.cc',
- 'video_utility.h',
- 'udp_proxy.cc',
- 'udp_proxy.h',
- ], # source
- },
- {
- 'target_name': 'generate_barcode_video',
- 'type': 'executable',
- 'include_dirs': [
- '<(DEPTH)/',
- ],
- 'dependencies': [
- '<(DEPTH)/media/media.gyp:media',
- '<(DEPTH)/media/cast/test/utility/utility.gyp:cast_test_utility',
- ],
- 'sources': [
- '<(DEPTH)/media/cast/test/utility/generate_barcode_video.cc',
- ],
- },
- {
- 'target_name': 'generate_timecode_audio',
- 'type': 'executable',
- 'include_dirs': [
- '<(DEPTH)/',
- ],
- 'dependencies': [
- '<(DEPTH)/media/cast/cast_config.gyp:cast_config',
- '<(DEPTH)/media/cast/test/utility/utility.gyp:cast_test_utility',
- '<(DEPTH)/media/cast/transport/cast_transport.gyp:cast_transport',
- '<(DEPTH)/media/media.gyp:media',
- ],
- 'sources': [
- '<(DEPTH)/media/cast/test/utility/generate_timecode_audio.cc',
- ],
- },
- {
- 'target_name': 'udp_proxy',
- 'type': 'executable',
- 'include_dirs': [
- '<(DEPTH)/',
- ],
- 'dependencies': [
- '<(DEPTH)/media/media.gyp:media',
- '<(DEPTH)/media/cast/test/utility/utility.gyp:cast_test_utility',
- ],
- 'sources': [
- '<(DEPTH)/media/cast/test/utility/udp_proxy_main.cc',
- ],
- },
- ],
-}
« no previous file with comments | « media/cast/rtp_receiver/rtp_receiver.gyp ('k') | media/cast/transport/cast_transport.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698