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