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

Side by Side Diff: services/media/BUILD.gn

Issue 1686363002: Motown: ffmpeg implementations of framework 'parts' (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Retype some const unique_ptr<T>& parameters to const T&. Created 4 years, 9 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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 group("media") { 5 group("media") {
6 deps = [ 6 deps = [
7 "//services/media/audio", 7 "//services/media/audio",
8 "//services/media/common", 8 "//services/media/common",
9 "//services/media/framework", 9 "//services/media/framework",
10 "//services/media/framework_create", 10 "//services/media/framework_create",
11 "//services/media/framework_ffmpeg",
11 ] 12 ]
12 } 13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698