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

Side by Side Diff: content/content_tests.gypi

Issue 21584002: Delete dead code: OmxVideoDecodeAccelerator is unused. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-removing both OWNERS & README Created 7 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/content_gpu.gypi ('k') | content/gpu/gpu_main.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 1073 matching lines...) Expand 10 before | Expand all | Expand 10 after
1084 '../media/media.gyp:player_android', 1084 '../media/media.gyp:player_android',
1085 '../testing/gmock.gyp:gmock', 1085 '../testing/gmock.gyp:gmock',
1086 '../testing/android/native_test.gyp:native_test_native_code', 1086 '../testing/android/native_test.gyp:native_test_native_code',
1087 '../gpu/gpu.gyp:gpu_unittest_utils', 1087 '../gpu/gpu.gyp:gpu_unittest_utils',
1088 ], 1088 ],
1089 }, { # OS!="android" 1089 }, { # OS!="android"
1090 'sources/': [ 1090 'sources/': [
1091 ['exclude', '^common/gpu/media/android_video_decode_accelerato r_unittest.cc'], 1091 ['exclude', '^common/gpu/media/android_video_decode_accelerato r_unittest.cc'],
1092 ], 1092 ],
1093 }], 1093 }],
1094 ['target_arch=="arm"', {
1095 'include_dirs': [
1096 '<(DEPTH)/third_party/openmax/il',
1097 ],
1098 }],
1099 ['OS=="win"', { 1094 ['OS=="win"', {
1100 'dependencies': [ 1095 'dependencies': [
1101 '../third_party/angle_dx11/src/build_angle.gyp:libEGL', 1096 '../third_party/angle_dx11/src/build_angle.gyp:libEGL',
1102 '../third_party/angle_dx11/src/build_angle.gyp:libGLESv2', 1097 '../third_party/angle_dx11/src/build_angle.gyp:libGLESv2',
1103 ], 1098 ],
1104 }], 1099 }],
1105 ['(OS=="win" and win_use_allocator_shim==1) or ' 1100 ['(OS=="win" and win_use_allocator_shim==1) or '
1106 '(os_posix == 1 and OS != "android" and ' 1101 '(os_posix == 1 and OS != "android" and '
1107 ' linux_use_tcmalloc==1)', { 1102 ' linux_use_tcmalloc==1)', {
1108 'dependencies': [ 1103 'dependencies': [
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
1393 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1388 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1394 }, 1389 },
1395 ], 1390 ],
1396 }], 1391 }],
1397 ], 1392 ],
1398 }, 1393 },
1399 ], 1394 ],
1400 }], 1395 }],
1401 ], 1396 ],
1402 } 1397 }
OLDNEW
« no previous file with comments | « content/content_gpu.gypi ('k') | content/gpu/gpu_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698