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

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

Issue 2679323006: Remove content/browser dependency on WebFontRenderStyle. (Closed)
Patch Set: merge Created 3 years, 10 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
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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_histogram_message_filter.cc", 58 "child_histogram_message_filter.cc",
59 "child_histogram_message_filter.h", 59 "child_histogram_message_filter.h",
60 "child_message_filter.cc", 60 "child_message_filter.cc",
61 "child_message_filter.h", 61 "child_message_filter.h",
62 "child_process.cc", 62 "child_process.cc",
63 "child_process.h", 63 "child_process.h",
64 "child_process_sandbox_support_impl_linux.cc",
65 "child_process_sandbox_support_impl_linux.h",
66 "child_process_sandbox_support_impl_shm_linux.cc",
64 "child_resource_message_filter.cc", 67 "child_resource_message_filter.cc",
65 "child_resource_message_filter.h", 68 "child_resource_message_filter.h",
66 "child_shared_bitmap_manager.cc", 69 "child_shared_bitmap_manager.cc",
67 "child_shared_bitmap_manager.h", 70 "child_shared_bitmap_manager.h",
68 "child_thread_impl.cc", 71 "child_thread_impl.cc",
69 "child_thread_impl.h", 72 "child_thread_impl.h",
70 "content_child_helpers.cc", 73 "content_child_helpers.cc",
71 "content_child_helpers.h", 74 "content_child_helpers.h",
72 "database_util.cc", 75 "database_util.cc",
73 "database_util.h", 76 "database_util.h",
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 297
295 # See comment at the top of //content/BUILD.gn for how this works. 298 # See comment at the top of //content/BUILD.gn for how this works.
296 group("for_content_tests") { 299 group("for_content_tests") {
297 visibility = [ "//content/test/*" ] 300 visibility = [ "//content/test/*" ]
298 if (!is_component_build) { 301 if (!is_component_build) {
299 public_deps = [ 302 public_deps = [
300 ":child", 303 ":child",
301 ] 304 ]
302 } 305 }
303 } 306 }
OLDNEW
« no previous file with comments | « content/browser/zygote_host/zygote_host_impl_linux.cc ('k') | content/child/child_process_sandbox_support_impl_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698