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

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

Issue 2514923002: content: Use mus client-lib's gpu-service from renderers. (Closed)
Patch Set: . Created 4 years 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("//ppapi/features/features.gni") 7 import("//ppapi/features/features.gni")
8 import("//third_party/WebKit/public/public_features.gni") 8 import("//third_party/WebKit/public/public_features.gni")
9 9
10 if (is_component_build) { 10 if (is_component_build) {
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 "blob_storage/blob_consolidation.cc", 48 "blob_storage/blob_consolidation.cc",
49 "blob_storage/blob_consolidation.h", 49 "blob_storage/blob_consolidation.h",
50 "blob_storage/blob_message_filter.cc", 50 "blob_storage/blob_message_filter.cc",
51 "blob_storage/blob_message_filter.h", 51 "blob_storage/blob_message_filter.h",
52 "blob_storage/blob_transport_controller.cc", 52 "blob_storage/blob_transport_controller.cc",
53 "blob_storage/blob_transport_controller.h", 53 "blob_storage/blob_transport_controller.h",
54 "blob_storage/webblobregistry_impl.cc", 54 "blob_storage/webblobregistry_impl.cc",
55 "blob_storage/webblobregistry_impl.h", 55 "blob_storage/webblobregistry_impl.h",
56 "browser_font_resource_trusted.cc", 56 "browser_font_resource_trusted.cc",
57 "browser_font_resource_trusted.h", 57 "browser_font_resource_trusted.h",
58 "child_gpu_memory_buffer_manager.cc",
59 "child_gpu_memory_buffer_manager.h",
60 "child_histogram_message_filter.cc", 58 "child_histogram_message_filter.cc",
61 "child_histogram_message_filter.h", 59 "child_histogram_message_filter.h",
62 "child_message_filter.cc", 60 "child_message_filter.cc",
63 "child_message_filter.h", 61 "child_message_filter.h",
64 "child_process.cc", 62 "child_process.cc",
65 "child_process.h", 63 "child_process.h",
66 "child_resource_message_filter.cc", 64 "child_resource_message_filter.cc",
67 "child_resource_message_filter.h", 65 "child_resource_message_filter.h",
68 "child_shared_bitmap_manager.cc", 66 "child_shared_bitmap_manager.cc",
69 "child_shared_bitmap_manager.h", 67 "child_shared_bitmap_manager.h",
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 290
293 # See comment at the top of //content/BUILD.gn for how this works. 291 # See comment at the top of //content/BUILD.gn for how this works.
294 group("for_content_tests") { 292 group("for_content_tests") {
295 visibility = [ "//content/test/*" ] 293 visibility = [ "//content/test/*" ]
296 if (!is_component_build) { 294 if (!is_component_build) {
297 public_deps = [ 295 public_deps = [
298 ":child", 296 ":child",
299 ] 297 ]
300 } 298 }
301 } 299 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/child/child_gpu_memory_buffer_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698