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

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

Issue 656263003: cc: Move GpuMemoryBufferManager interface to gpu namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn build fix Created 6 years, 1 month 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 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("//content/common/common.gni") 7 import("//content/common/common.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 9
10 if (is_chromeos && use_x11 && cpu_arch != "arm") { 10 if (is_chromeos && use_x11 && cpu_arch != "arm") {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 47
48 public_deps = [ 48 public_deps = [
49 "//gpu/command_buffer/common", 49 "//gpu/command_buffer/common",
50 "//third_party/WebKit/public:blink_headers", 50 "//third_party/WebKit/public:blink_headers",
51 ] 51 ]
52 deps = [ 52 deps = [
53 "//base", 53 "//base",
54 "//build/util:webkit_version", 54 "//build/util:webkit_version",
55 "//components/tracing", 55 "//components/tracing",
56 "//gpu/command_buffer/client:gles2_interface", 56 "//gpu/command_buffer/client:gles2_interface",
57 "//gpu/command_buffer/client:gpu_memory_buffer_manager",
57 "//net", 58 "//net",
58 "//skia", 59 "//skia",
59 "//third_party/icu", 60 "//third_party/icu",
60 "//ui/accessibility", 61 "//ui/accessibility",
61 "//ui/base", 62 "//ui/base",
62 "//ui/events/ipc", 63 "//ui/events/ipc",
63 "//ui/gfx", 64 "//ui/gfx",
64 "//ui/gfx/geometry", 65 "//ui/gfx/geometry",
65 "//ui/gfx/ipc", 66 "//ui/gfx/ipc",
66 "//ui/shell_dialogs", 67 "//ui/shell_dialogs",
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 319
319 mojom("mojo_bindings") { 320 mojom("mojo_bindings") {
320 sources = [ 321 sources = [
321 "render_frame_setup.mojom", 322 "render_frame_setup.mojom",
322 ] 323 ]
323 324
324 deps = [ 325 deps = [
325 "//mojo/public/interfaces/application:application", 326 "//mojo/public/interfaces/application:application",
326 ] 327 ]
327 } 328 }
OLDNEW
« no previous file with comments | « content/child/child_gpu_memory_buffer_manager.h ('k') | content/common/gpu/client/command_buffer_proxy_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698