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

Side by Side Diff: content/gpu/BUILD.gn

Issue 2757463004: Restrict use of GN target //media/base/android:android (Closed)
Patch Set: changes Created 3 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
« no previous file with comments | « chromecast/media/cdm/BUILD.gn ('k') | content/shell/android/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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//gpu/vulkan/features.gni") 6 import("//gpu/vulkan/features.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ui/ozone/ozone.gni") 8 import("//ui/ozone/ozone.gni")
9 9
10 # See //content/BUILD.gn for how this works. 10 # See //content/BUILD.gn for how this works.
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 "//content:export", 53 "//content:export",
54 "//content/child", 54 "//content/child",
55 "//content/common", 55 "//content/common",
56 "//content/public/child:child_sources", 56 "//content/public/child:child_sources",
57 "//content/public/common:common_sources", 57 "//content/public/common:common_sources",
58 "//gpu:gpu", 58 "//gpu:gpu",
59 "//gpu/ipc/common:command_buffer_traits", 59 "//gpu/ipc/common:command_buffer_traits",
60 "//gpu/ipc/service", 60 "//gpu/ipc/service",
61 "//ipc", 61 "//ipc",
62 "//media/gpu", 62 "//media/gpu",
63
64 # TODO(jrummell): As //media/gpu/ipc/service is a source_set in a
65 # component build, determine if it should not be included here.
66 # http://crbug.com/702833.
63 "//media/gpu/ipc/service", 67 "//media/gpu/ipc/service",
64 "//services/service_manager/public/cpp", 68 "//services/service_manager/public/cpp",
65 "//services/service_manager/public/interfaces", 69 "//services/service_manager/public/interfaces",
66 "//services/ui/gpu", 70 "//services/ui/gpu",
67 "//services/ui/gpu/interfaces", 71 "//services/ui/gpu/interfaces",
68 "//skia", 72 "//skia",
69 "//ui/events/ipc", 73 "//ui/events/ipc",
70 "//ui/gfx/ipc", 74 "//ui/gfx/ipc",
71 "//ui/gl", 75 "//ui/gl",
72 "//ui/gl/init", 76 "//ui/gl/init",
73 ] 77 ]
74 78
75 if (is_android) { 79 if (is_android) {
76 deps += [ "//media/base/android" ] 80 deps += [ "//media" ]
77 } 81 }
78 82
79 if (mojo_media_host == "gpu") { 83 if (mojo_media_host == "gpu") {
80 deps += [ "//media/mojo/services" ] 84 deps += [ "//media/mojo/services" ]
81 } 85 }
82 86
83 if (is_win) { 87 if (is_win) {
84 configs += [ 88 configs += [
85 "//third_party/khronos:khronos_headers", 89 "//third_party/khronos:khronos_headers",
86 "//third_party/wtl:wtl_includes", 90 "//third_party/wtl:wtl_includes",
(...skipping 15 matching lines...) Expand all
102 } 106 }
103 107
104 if (use_ozone) { 108 if (use_ozone) {
105 deps += [ "//ui/ozone" ] 109 deps += [ "//ui/ozone" ]
106 } 110 }
107 111
108 if (enable_vulkan) { 112 if (enable_vulkan) {
109 deps += [ "//gpu/vulkan" ] 113 deps += [ "//gpu/vulkan" ]
110 } 114 }
111 } 115 }
OLDNEW
« no previous file with comments | « chromecast/media/cdm/BUILD.gn ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698