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

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

Issue 2923933004: [NotForReview] Move GJDAH and GJDA to media/gpu/mojo
Patch Set: . Created 3 years, 6 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 | « no previous file | content/browser/renderer_host/media/video_capture_gpu_jpeg_decoder.h » ('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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "//google_apis", 85 "//google_apis",
86 "//gpu", 86 "//gpu",
87 "//gpu/command_buffer/client:gles2_implementation", 87 "//gpu/command_buffer/client:gles2_implementation",
88 "//gpu/command_buffer/client:gles2_interface", 88 "//gpu/command_buffer/client:gles2_interface",
89 "//gpu/ipc/host", 89 "//gpu/ipc/host",
90 "//gpu/vulkan:features", 90 "//gpu/vulkan:features",
91 "//media", 91 "//media",
92 "//media/capture", 92 "//media/capture",
93 "//media/capture/mojo:image_capture", 93 "//media/capture/mojo:image_capture",
94 "//media/gpu/ipc/client", 94 "//media/gpu/ipc/client",
95 "//media/gpu/mojo/client",
95 "//media/midi", 96 "//media/midi",
96 "//media/midi:mojo", 97 "//media/midi:mojo",
97 "//media/mojo:features", 98 "//media/mojo:features",
98 "//media/mojo/interfaces", 99 "//media/mojo/interfaces",
99 "//media/mojo/services", 100 "//media/mojo/services",
100 "//mojo/common", 101 "//mojo/common",
101 "//mojo/edk/system", 102 "//mojo/edk/system",
102 "//mojo/public/cpp/bindings", 103 "//mojo/public/cpp/bindings",
103 "//mojo/public/js", 104 "//mojo/public/js",
104 "//net", 105 "//net",
(...skipping 2038 matching lines...) Expand 10 before | Expand all | Expand 10 after
2143 if (!is_component_build) { 2144 if (!is_component_build) {
2144 public_deps = [ 2145 public_deps = [
2145 ":browser", 2146 ":browser",
2146 ] 2147 ]
2147 } else { 2148 } else {
2148 public_deps = [ 2149 public_deps = [
2149 "//third_party/leveldatabase", 2150 "//third_party/leveldatabase",
2150 ] 2151 ]
2151 } 2152 }
2152 } 2153 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/media/video_capture_gpu_jpeg_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698