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

Side by Side Diff: content/common/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
« no previous file with comments | « content/child/child_process_sandbox_support_impl_shm_linux.cc ('k') | content/common/DEPS » ('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("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//sandbox/features.gni") 10 import("//sandbox/features.gni")
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 "bluetooth/web_bluetooth_device_id.h", 57 "bluetooth/web_bluetooth_device_id.h",
58 "browser_plugin/browser_plugin_constants.cc", 58 "browser_plugin/browser_plugin_constants.cc",
59 "browser_plugin/browser_plugin_constants.h", 59 "browser_plugin/browser_plugin_constants.h",
60 "browser_plugin/browser_plugin_messages.h", 60 "browser_plugin/browser_plugin_messages.h",
61 "cache_storage/cache_storage_messages.h", 61 "cache_storage/cache_storage_messages.h",
62 "cache_storage/cache_storage_types.cc", 62 "cache_storage/cache_storage_types.cc",
63 "cache_storage/cache_storage_types.h", 63 "cache_storage/cache_storage_types.h",
64 "child_process_host_impl.cc", 64 "child_process_host_impl.cc",
65 "child_process_host_impl.h", 65 "child_process_host_impl.h",
66 "child_process_messages.h", 66 "child_process_messages.h",
67 "child_process_sandbox_support_impl_linux.cc",
68 "child_process_sandbox_support_impl_linux.h",
69 "child_process_sandbox_support_impl_shm_linux.cc",
70 "clipboard_format.h", 67 "clipboard_format.h",
71 "clipboard_messages.h", 68 "clipboard_messages.h",
69 "common_sandbox_support_linux.cc",
72 "content_constants_internal.cc", 70 "content_constants_internal.cc",
73 "content_constants_internal.h", 71 "content_constants_internal.h",
74 "content_export.h", 72 "content_export.h",
75 "content_ipc_logging.cc", 73 "content_ipc_logging.cc",
76 "content_message_generator.cc", 74 "content_message_generator.cc",
77 "content_message_generator.h", 75 "content_message_generator.h",
78 "content_param_traits.cc", 76 "content_param_traits.cc",
79 "content_param_traits.h", 77 "content_param_traits.h",
80 "content_param_traits_macros.h", 78 "content_param_traits_macros.h",
81 "content_paths.cc", 79 "content_paths.cc",
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 "//url/mojo:url_mojom_origin", 616 "//url/mojo:url_mojom_origin",
619 ] 617 ]
620 618
621 overridden_deps = [ "//ipc:mojom" ] 619 overridden_deps = [ "//ipc:mojom" ]
622 component_deps = [ "//ipc" ] 620 component_deps = [ "//ipc" ]
623 621
624 export_class_attribute = "CONTENT_EXPORT" 622 export_class_attribute = "CONTENT_EXPORT"
625 export_define = "CONTENT_IMPLEMENTATION=1" 623 export_define = "CONTENT_IMPLEMENTATION=1"
626 export_header = "content/common/content_export.h" 624 export_header = "content/common/content_export.h"
627 } 625 }
OLDNEW
« no previous file with comments | « content/child/child_process_sandbox_support_impl_shm_linux.cc ('k') | content/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698