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

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("//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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 "service_worker/service_worker_client_info.h", 310 "service_worker/service_worker_client_info.h",
311 "service_worker/service_worker_messages.h", 311 "service_worker/service_worker_messages.h",
312 "service_worker/service_worker_provider_host_info.cc", 312 "service_worker/service_worker_provider_host_info.cc",
313 "service_worker/service_worker_provider_host_info.h", 313 "service_worker/service_worker_provider_host_info.h",
314 "service_worker/service_worker_status_code.cc", 314 "service_worker/service_worker_status_code.cc",
315 "service_worker/service_worker_status_code.h", 315 "service_worker/service_worker_status_code.h",
316 "service_worker/service_worker_types.cc", 316 "service_worker/service_worker_types.cc",
317 "service_worker/service_worker_types.h", 317 "service_worker/service_worker_types.h",
318 "service_worker/service_worker_utils.cc", 318 "service_worker/service_worker_utils.cc",
319 "service_worker/service_worker_utils.h", 319 "service_worker/service_worker_utils.h",
320 "set_process_title.cc",
321 "set_process_title.h",
322 "set_process_title_linux.cc",
323 "set_process_title_linux.h",
324 "site_isolation_policy.cc", 320 "site_isolation_policy.cc",
325 "site_isolation_policy.h", 321 "site_isolation_policy.h",
326 "speech_recognition_messages.h", 322 "speech_recognition_messages.h",
327 "swapped_out_messages.cc", 323 "swapped_out_messages.cc",
328 "swapped_out_messages.h", 324 "swapped_out_messages.h",
329 "text_input_client_messages.h", 325 "text_input_client_messages.h",
330 "text_input_state.cc", 326 "text_input_state.cc",
331 "text_input_state.h", 327 "text_input_state.h",
332 "url_request_struct_traits.cc", 328 "url_request_struct_traits.cc",
333 "url_request_struct_traits.h", 329 "url_request_struct_traits.h",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 "//media/gpu/ipc/common", 384 "//media/gpu/ipc/common",
389 "//media/midi", 385 "//media/midi",
390 "//media/midi:mojo", 386 "//media/midi:mojo",
391 "//mojo/common:common_base", 387 "//mojo/common:common_base",
392 "//mojo/edk/system", 388 "//mojo/edk/system",
393 "//net", 389 "//net",
394 "//ppapi/features", 390 "//ppapi/features",
395 "//sandbox", 391 "//sandbox",
396 "//sandbox:sandbox_features", 392 "//sandbox:sandbox_features",
397 "//services/service_manager", 393 "//services/service_manager",
394 "//services/service_manager/embedder",
398 "//services/service_manager/public/cpp", 395 "//services/service_manager/public/cpp",
399 "//services/service_manager/public/interfaces", 396 "//services/service_manager/public/interfaces",
400 "//services/service_manager/runner/common", 397 "//services/service_manager/runner/common",
401 "//services/ui/public/interfaces", 398 "//services/ui/public/interfaces",
402 "//services/video_capture/public/interfaces", 399 "//services/video_capture/public/interfaces",
403 "//skia", 400 "//skia",
404 "//storage/common", 401 "//storage/common",
405 "//third_party/boringssl", 402 "//third_party/boringssl",
406 "//third_party/icu", 403 "//third_party/icu",
407 "//third_party/webrtc/base:rtc_base", 404 "//third_party/webrtc/base:rtc_base",
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 "//url/mojo:url_mojom_origin", 625 "//url/mojo:url_mojom_origin",
629 ] 626 ]
630 627
631 overridden_deps = [ "//ipc:mojom" ] 628 overridden_deps = [ "//ipc:mojom" ]
632 component_deps = [ "//ipc" ] 629 component_deps = [ "//ipc" ]
633 630
634 export_class_attribute = "CONTENT_EXPORT" 631 export_class_attribute = "CONTENT_EXPORT"
635 export_define = "CONTENT_IMPLEMENTATION=1" 632 export_define = "CONTENT_IMPLEMENTATION=1"
636 export_header = "content/common/content_export.h" 633 export_header = "content/common/content_export.h"
637 } 634 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698