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

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

Issue 2758163004: gpu: Remove some ipc code no longer used. (Closed)
Patch Set: Created 3 years, 9 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/browser/gpu/gpu_process_host.cc ('k') | content/common/establish_channel_params.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("features.gni") 5 import("features.gni")
6 import("//build/buildflag_header.gni") 6 import("//build/buildflag_header.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "dom_storage/dom_storage_map.cc", 115 "dom_storage/dom_storage_map.cc",
116 "dom_storage/dom_storage_map.h", 116 "dom_storage/dom_storage_map.h",
117 "dom_storage/dom_storage_messages.h", 117 "dom_storage/dom_storage_messages.h",
118 "download/mhtml_save_status.cc", 118 "download/mhtml_save_status.cc",
119 "download/mhtml_save_status.h", 119 "download/mhtml_save_status.h",
120 "drag_event_source_info.h", 120 "drag_event_source_info.h",
121 "drag_messages.h", 121 "drag_messages.h",
122 "drag_traits.h", 122 "drag_traits.h",
123 "dwrite_font_proxy_messages.h", 123 "dwrite_font_proxy_messages.h",
124 "edit_command.h", 124 "edit_command.h",
125 "establish_channel_params.cc",
126 "establish_channel_params.h",
127 "feature_policy/feature_policy.cc", 125 "feature_policy/feature_policy.cc",
128 "feature_policy/feature_policy.h", 126 "feature_policy/feature_policy.h",
129 "file_utilities_messages.h", 127 "file_utilities_messages.h",
130 "fileapi/file_system_messages.h", 128 "fileapi/file_system_messages.h",
131 "font_cache_dispatcher_win.cc", 129 "font_cache_dispatcher_win.cc",
132 "font_cache_dispatcher_win.h", 130 "font_cache_dispatcher_win.h",
133 "font_config_ipc_linux.cc", 131 "font_config_ipc_linux.cc",
134 "font_config_ipc_linux.h", 132 "font_config_ipc_linux.h",
135 "font_list.cc", 133 "font_list.cc",
136 "font_list.h", 134 "font_list.h",
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 "//url/mojo:url_mojom_origin", 638 "//url/mojo:url_mojom_origin",
641 ] 639 ]
642 640
643 overridden_deps = [ "//ipc:mojom" ] 641 overridden_deps = [ "//ipc:mojom" ]
644 component_deps = [ "//ipc" ] 642 component_deps = [ "//ipc" ]
645 643
646 export_class_attribute = "CONTENT_EXPORT" 644 export_class_attribute = "CONTENT_EXPORT"
647 export_define = "CONTENT_IMPLEMENTATION=1" 645 export_define = "CONTENT_IMPLEMENTATION=1"
648 export_header = "content/common/content_export.h" 646 export_header = "content/common/content_export.h"
649 } 647 }
OLDNEW
« no previous file with comments | « content/browser/gpu/gpu_process_host.cc ('k') | content/common/establish_channel_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698