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

Side by Side Diff: media/media.gyp

Issue 1969503002: Address more TOOD(GYP) in GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android Created 4 years, 7 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 2144 matching lines...) Expand 10 before | Expand all | Expand 10 after
2155 '../ui/ozone/ozone.gyp:ozone', 2155 '../ui/ozone/ozone.gyp:ozone',
2156 ], 2156 ],
2157 }], 2157 }],
2158 ], 2158 ],
2159 } 2159 }
2160 ] 2160 ]
2161 }], 2161 }],
2162 ['chromeos==1 or OS=="win" or OS=="android"', { 2162 ['chromeos==1 or OS=="win" or OS=="android"', {
2163 'targets': [ 2163 'targets': [
2164 { 2164 {
2165 # TODO(GYP): Port Windows and ChromeOS logic.
2166 # GN: //media/gpu:video_decode_accelerator_unittest 2165 # GN: //media/gpu:video_decode_accelerator_unittest
2167 'target_name': 'video_decode_accelerator_unittest', 2166 'target_name': 'video_decode_accelerator_unittest',
2168 'type': '<(gtest_target_type)', 2167 'type': '<(gtest_target_type)',
2169 'dependencies': [ 2168 'dependencies': [
2170 '../base/base.gyp:base', 2169 '../base/base.gyp:base',
2171 '../gpu/gpu.gyp:command_buffer_service', 2170 '../gpu/gpu.gyp:command_buffer_service',
2172 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_service', 2171 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_service',
2173 '../media/media.gyp:media', 2172 '../media/media.gyp:media',
2174 '../media/media.gyp:media_gpu', 2173 '../media/media.gyp:media_gpu',
2175 '../testing/gtest.gyp:gtest', 2174 '../testing/gtest.gyp:gtest',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
2281 'dependencies': [ 2280 'dependencies': [
2282 '../build/linux/system.gyp:libdrm', 2281 '../build/linux/system.gyp:libdrm',
2283 ] 2282 ]
2284 }], 2283 }],
2285 ], 2284 ],
2286 } 2285 }
2287 ] 2286 ]
2288 }], 2287 }],
2289 ], 2288 ],
2290 } 2289 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698