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

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

Issue 2613653003: Move some basic early process init into Service Manager (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
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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 "service_worker/service_worker_client_info.h", 320 "service_worker/service_worker_client_info.h",
321 "service_worker/service_worker_messages.h", 321 "service_worker/service_worker_messages.h",
322 "service_worker/service_worker_provider_host_info.cc", 322 "service_worker/service_worker_provider_host_info.cc",
323 "service_worker/service_worker_provider_host_info.h", 323 "service_worker/service_worker_provider_host_info.h",
324 "service_worker/service_worker_status_code.cc", 324 "service_worker/service_worker_status_code.cc",
325 "service_worker/service_worker_status_code.h", 325 "service_worker/service_worker_status_code.h",
326 "service_worker/service_worker_types.cc", 326 "service_worker/service_worker_types.cc",
327 "service_worker/service_worker_types.h", 327 "service_worker/service_worker_types.h",
328 "service_worker/service_worker_utils.cc", 328 "service_worker/service_worker_utils.cc",
329 "service_worker/service_worker_utils.h", 329 "service_worker/service_worker_utils.h",
330 "set_process_title.cc",
331 "set_process_title.h",
332 "set_process_title_linux.cc",
333 "set_process_title_linux.h",
334 "site_isolation_policy.cc", 330 "site_isolation_policy.cc",
335 "site_isolation_policy.h", 331 "site_isolation_policy.h",
336 "speech_recognition_messages.h", 332 "speech_recognition_messages.h",
337 "swapped_out_messages.cc", 333 "swapped_out_messages.cc",
338 "swapped_out_messages.h", 334 "swapped_out_messages.h",
339 "text_input_client_messages.h", 335 "text_input_client_messages.h",
340 "text_input_state.cc", 336 "text_input_state.cc",
341 "text_input_state.h", 337 "text_input_state.h",
342 "url_request_struct_traits.cc", 338 "url_request_struct_traits.cc",
343 "url_request_struct_traits.h", 339 "url_request_struct_traits.h",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 "//media/gpu/ipc/common", 395 "//media/gpu/ipc/common",
400 "//media/midi", 396 "//media/midi",
401 "//media/midi:mojo", 397 "//media/midi:mojo",
402 "//mojo/common:common_base", 398 "//mojo/common:common_base",
403 "//mojo/edk/system", 399 "//mojo/edk/system",
404 "//net", 400 "//net",
405 "//ppapi/features", 401 "//ppapi/features",
406 "//sandbox", 402 "//sandbox",
407 "//sandbox:sandbox_features", 403 "//sandbox:sandbox_features",
408 "//services/service_manager", 404 "//services/service_manager",
405 "//services/service_manager/embedder",
409 "//services/service_manager/public/cpp", 406 "//services/service_manager/public/cpp",
410 "//services/service_manager/public/interfaces", 407 "//services/service_manager/public/interfaces",
411 "//services/service_manager/runner/common", 408 "//services/service_manager/runner/common",
412 "//services/ui/public/interfaces", 409 "//services/ui/public/interfaces",
413 "//services/video_capture/public/interfaces", 410 "//services/video_capture/public/interfaces",
414 "//skia", 411 "//skia",
415 "//storage/common", 412 "//storage/common",
416 "//third_party/boringssl", 413 "//third_party/boringssl",
417 "//third_party/icu", 414 "//third_party/icu",
418 "//third_party/webrtc/base:rtc_base", 415 "//third_party/webrtc/base:rtc_base",
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 "//url/mojo:url_mojom_origin", 636 "//url/mojo:url_mojom_origin",
640 ] 637 ]
641 638
642 overridden_deps = [ "//ipc:mojom" ] 639 overridden_deps = [ "//ipc:mojom" ]
643 component_deps = [ "//ipc" ] 640 component_deps = [ "//ipc" ]
644 641
645 export_class_attribute = "CONTENT_EXPORT" 642 export_class_attribute = "CONTENT_EXPORT"
646 export_define = "CONTENT_IMPLEMENTATION=1" 643 export_define = "CONTENT_IMPLEMENTATION=1"
647 export_header = "content/common/content_export.h" 644 export_header = "content/common/content_export.h"
648 } 645 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698