| 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("//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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 "bluetooth/web_bluetooth_device_id.h", | 57 "bluetooth/web_bluetooth_device_id.h", |
| 58 "browser_plugin/browser_plugin_constants.cc", | 58 "browser_plugin/browser_plugin_constants.cc", |
| 59 "browser_plugin/browser_plugin_constants.h", | 59 "browser_plugin/browser_plugin_constants.h", |
| 60 "browser_plugin/browser_plugin_messages.h", | 60 "browser_plugin/browser_plugin_messages.h", |
| 61 "cache_storage/cache_storage_messages.h", | 61 "cache_storage/cache_storage_messages.h", |
| 62 "cache_storage/cache_storage_types.cc", | 62 "cache_storage/cache_storage_types.cc", |
| 63 "cache_storage/cache_storage_types.h", | 63 "cache_storage/cache_storage_types.h", |
| 64 "child_process_host_impl.cc", | 64 "child_process_host_impl.cc", |
| 65 "child_process_host_impl.h", | 65 "child_process_host_impl.h", |
| 66 "child_process_messages.h", | 66 "child_process_messages.h", |
| 67 "child_process_sandbox_support_impl_linux.cc", | |
| 68 "child_process_sandbox_support_impl_linux.h", | |
| 69 "child_process_sandbox_support_impl_shm_linux.cc", | |
| 70 "clipboard_format.h", | 67 "clipboard_format.h", |
| 71 "clipboard_messages.h", | 68 "clipboard_messages.h", |
| 69 "common_sandbox_support_linux.cc", |
| 72 "content_constants_internal.cc", | 70 "content_constants_internal.cc", |
| 73 "content_constants_internal.h", | 71 "content_constants_internal.h", |
| 74 "content_export.h", | 72 "content_export.h", |
| 75 "content_ipc_logging.cc", | 73 "content_ipc_logging.cc", |
| 76 "content_message_generator.cc", | 74 "content_message_generator.cc", |
| 77 "content_message_generator.h", | 75 "content_message_generator.h", |
| 78 "content_param_traits.cc", | 76 "content_param_traits.cc", |
| 79 "content_param_traits.h", | 77 "content_param_traits.h", |
| 80 "content_param_traits_macros.h", | 78 "content_param_traits_macros.h", |
| 81 "content_paths.cc", | 79 "content_paths.cc", |
| (...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 618 "//url/mojo:url_mojom_origin", | 616 "//url/mojo:url_mojom_origin", |
| 619 ] | 617 ] |
| 620 | 618 |
| 621 overridden_deps = [ "//ipc:mojom" ] | 619 overridden_deps = [ "//ipc:mojom" ] |
| 622 component_deps = [ "//ipc" ] | 620 component_deps = [ "//ipc" ] |
| 623 | 621 |
| 624 export_class_attribute = "CONTENT_EXPORT" | 622 export_class_attribute = "CONTENT_EXPORT" |
| 625 export_define = "CONTENT_IMPLEMENTATION=1" | 623 export_define = "CONTENT_IMPLEMENTATION=1" |
| 626 export_header = "content/common/content_export.h" | 624 export_header = "content/common/content_export.h" |
| 627 } | 625 } |
| OLD | NEW |