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

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

Issue 2810343002: Convert UtilityThread/Clients to add ConnectionFilters instead of using ChildThread's InterfaceRegi… (Closed)
Patch Set: . Created 3 years, 8 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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "sandbox_type.h", 215 "sandbox_type.h",
216 "sandboxed_process_launcher_delegate.cc", 216 "sandboxed_process_launcher_delegate.cc",
217 "sandboxed_process_launcher_delegate.h", 217 "sandboxed_process_launcher_delegate.h",
218 "screen_info.cc", 218 "screen_info.cc",
219 "screen_info.h", 219 "screen_info.h",
220 "screen_orientation_values.h", 220 "screen_orientation_values.h",
221 "send_zygote_child_ping_linux.h", 221 "send_zygote_child_ping_linux.h",
222 "service_info.cc", 222 "service_info.cc",
223 "service_info.h", 223 "service_info.h",
224 "service_manager_connection.h", 224 "service_manager_connection.h",
225 "simple_connection_filter.cc",
226 "simple_connection_filter.h",
225 "speech_recognition_error.h", 227 "speech_recognition_error.h",
226 "speech_recognition_grammar.h", 228 "speech_recognition_grammar.h",
227 "speech_recognition_result.cc", 229 "speech_recognition_result.cc",
228 "speech_recognition_result.h", 230 "speech_recognition_result.h",
229 "stop_find_action.h", 231 "stop_find_action.h",
230 "storage_quota_params.h", 232 "storage_quota_params.h",
231 "three_d_api_types.h", 233 "three_d_api_types.h",
232 "url_constants.cc", 234 "url_constants.cc",
233 "url_constants.h", 235 "url_constants.h",
234 "url_fetcher.h", 236 "url_fetcher.h",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 sources = [ 337 sources = [
336 "window_container_type.mojom", 338 "window_container_type.mojom",
337 ] 339 ]
338 } 340 }
339 341
340 mojom("service_names") { 342 mojom("service_names") {
341 sources = [ 343 sources = [
342 "service_names.mojom", 344 "service_names.mojom",
343 ] 345 ]
344 } 346 }
OLDNEW
« no previous file with comments | « chrome/utility/extensions/extensions_handler.cc ('k') | content/public/common/simple_connection_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698