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