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

Unified Diff: content/content_tests.gypi

Issue 14401013: Delete MacVDA from the codebase since it is dead code and not being worked on. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove pointless flag from linux & mac Created 7 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 | « content/content_common.gypi ('k') | ui/gfx/video_decode_acceleration_support_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 5a0ac24ce420aa44d3e32adac57d248610eda6f1..72f8f57551391b2c9f22ec8ef129473cc3d923b4 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -373,7 +373,6 @@
'common/mac/font_descriptor_unittest.mm',
'common/gpu/gpu_info_unittest.cc',
'common/gpu/gpu_memory_manager_unittest.cc',
- 'common/gpu/media/avc_config_record_builder_unittest.cc',
'common/indexed_db/indexed_db_dispatcher_unittest.cc',
'common/indexed_db/proxy_webidbcursor_impl_unittest.cc',
'common/inter_process_time_ticks_converter_unittest.cc',
@@ -947,7 +946,7 @@
},
],
}],
- ['chromeos==1 or OS=="win" or OS=="mac"', {
+ ['chromeos==1 or OS=="win"', {
# TODO(felipeg): Make video_decode_accelerator_unittest work on Android.
# http://crbug.com/178647
'targets': [
@@ -967,7 +966,6 @@
],
'sources': [
'common/gpu/media/rendering_helper.h',
- 'common/gpu/media/rendering_helper_mac.mm',
'common/gpu/media/rendering_helper_gl.cc',
'common/gpu/media/video_decode_accelerator_unittest.cc',
],
@@ -977,11 +975,6 @@
'<(DEPTH)/third_party/openmax/il',
],
}],
- ['OS=="mac"', {
- 'sources!': [
- 'common/gpu/media/rendering_helper_gl.cc',
- ],
- }],
['OS=="win"', {
'dependencies': [
'../third_party/angle/src/build_angle.gyp:libEGL',
@@ -989,7 +982,7 @@
],
}],
['(OS=="win" and win_use_allocator_shim==1) or '
- '(os_posix == 1 and OS != "mac" and OS != "android" and '
+ '(os_posix == 1 and OS != "android" and '
' linux_use_tcmalloc==1)', {
'dependencies': [
'../base/allocator/allocator.gyp:allocator',
« no previous file with comments | « content/content_common.gypi ('k') | ui/gfx/video_decode_acceleration_support_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698