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

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: merge 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
« no previous file with comments | « media/gpu/BUILD.gn ('k') | media/media_options.gni » ('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) 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 2148 matching lines...) Expand 10 before | Expand all | Expand 10 after
2159 '../ui/ozone/ozone.gyp:ozone', 2159 '../ui/ozone/ozone.gyp:ozone',
2160 ], 2160 ],
2161 }], 2161 }],
2162 ], 2162 ],
2163 } 2163 }
2164 ] 2164 ]
2165 }], 2165 }],
2166 ['chromeos==1 or OS=="win" or OS=="android"', { 2166 ['chromeos==1 or OS=="win" or OS=="android"', {
2167 'targets': [ 2167 'targets': [
2168 { 2168 {
2169 # TODO(GYP): Port Windows and ChromeOS logic.
2170 # GN: //media/gpu:video_decode_accelerator_unittest 2169 # GN: //media/gpu:video_decode_accelerator_unittest
2171 'target_name': 'video_decode_accelerator_unittest', 2170 'target_name': 'video_decode_accelerator_unittest',
2172 'type': '<(gtest_target_type)', 2171 'type': '<(gtest_target_type)',
2173 'dependencies': [ 2172 'dependencies': [
2174 '../base/base.gyp:base', 2173 '../base/base.gyp:base',
2175 '../gpu/gpu.gyp:command_buffer_service', 2174 '../gpu/gpu.gyp:command_buffer_service',
2176 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_service', 2175 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_service',
2177 '../media/media.gyp:media', 2176 '../media/media.gyp:media',
2178 '../media/media.gyp:media_gpu', 2177 '../media/media.gyp:media_gpu',
2179 '../testing/gtest.gyp:gtest', 2178 '../testing/gtest.gyp:gtest',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
2285 'dependencies': [ 2284 'dependencies': [
2286 '../build/linux/system.gyp:libdrm', 2285 '../build/linux/system.gyp:libdrm',
2287 ] 2286 ]
2288 }], 2287 }],
2289 ], 2288 ],
2290 } 2289 }
2291 ] 2290 ]
2292 }], 2291 }],
2293 ], 2292 ],
2294 } 2293 }
OLDNEW
« no previous file with comments | « media/gpu/BUILD.gn ('k') | media/media_options.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698