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

Side by Side Diff: media/gpu/ipc/service/BUILD.gn

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 | « mash/webtest/webtest.cc ('k') | services/navigation/BUILD.gn » ('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 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 source_set("service") { 5 source_set("service") {
6 visibility = [ 6 visibility = [
7 "//media/*", 7 "//media/*",
8 "//content/gpu/*", 8 "//content/gpu/*",
9 "//content/public/gpu/*", 9 "//content/public/gpu/*",
10 "//components/mus/gpu/*", 10 "//services/ui/gpu/*",
11 ] 11 ]
12 12
13 sources = [ 13 sources = [
14 "gpu_jpeg_decode_accelerator.cc", 14 "gpu_jpeg_decode_accelerator.cc",
15 "gpu_jpeg_decode_accelerator.h", 15 "gpu_jpeg_decode_accelerator.h",
16 "gpu_video_decode_accelerator.cc", 16 "gpu_video_decode_accelerator.cc",
17 "gpu_video_decode_accelerator.h", 17 "gpu_video_decode_accelerator.h",
18 "gpu_video_encode_accelerator.cc", 18 "gpu_video_encode_accelerator.cc",
19 "gpu_video_encode_accelerator.h", 19 "gpu_video_encode_accelerator.h",
20 "media_channel.cc", 20 "media_channel.cc",
(...skipping 22 matching lines...) Expand all
43 } 43 }
44 44
45 if (is_win) { 45 if (is_win) {
46 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 46 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
47 } 47 }
48 48
49 if (is_mac) { 49 if (is_mac) {
50 deps += [ "//third_party/webrtc/common_video:common_video" ] 50 deps += [ "//third_party/webrtc/common_video:common_video" ]
51 } 51 }
52 } 52 }
OLDNEW
« no previous file with comments | « mash/webtest/webtest.cc ('k') | services/navigation/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698