| 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("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 "plugin_list.cc", | 247 "plugin_list.cc", |
| 248 "plugin_list.h", | 248 "plugin_list.h", |
| 249 "process_type.cc", | 249 "process_type.cc", |
| 250 "push_messaging_messages.h", | 250 "push_messaging_messages.h", |
| 251 "quota_messages.h", | 251 "quota_messages.h", |
| 252 "render_process_messages.h", | 252 "render_process_messages.h", |
| 253 "resize_params.cc", | 253 "resize_params.cc", |
| 254 "resize_params.h", | 254 "resize_params.h", |
| 255 "resource_messages.cc", | 255 "resource_messages.cc", |
| 256 "resource_messages.h", | 256 "resource_messages.h", |
| 257 "resource_priority_change_info.cc", |
| 258 "resource_priority_change_info.h", |
| 257 "resource_request.cc", | 259 "resource_request.cc", |
| 258 "resource_request.h", | 260 "resource_request.h", |
| 259 "resource_request_body_impl.cc", | 261 "resource_request_body_impl.cc", |
| 260 "resource_request_body_impl.h", | 262 "resource_request_body_impl.h", |
| 261 "resource_request_completion_status.cc", | 263 "resource_request_completion_status.cc", |
| 262 "resource_request_completion_status.h", | 264 "resource_request_completion_status.h", |
| 263 "sandbox_init_mac.cc", | 265 "sandbox_init_mac.cc", |
| 264 "sandbox_init_mac.h", | 266 "sandbox_init_mac.h", |
| 265 "sandbox_init_win.cc", | 267 "sandbox_init_win.cc", |
| 266 "sandbox_linux/android/sandbox_bpf_base_policy_android.cc", | 268 "sandbox_linux/android/sandbox_bpf_base_policy_android.cc", |
| (...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 608 "//ui/gfx/geometry/mojo", | 610 "//ui/gfx/geometry/mojo", |
| 609 "//ui/gfx/mojo", | 611 "//ui/gfx/mojo", |
| 610 "//url/mojo:url_mojom_gurl", | 612 "//url/mojo:url_mojom_gurl", |
| 611 "//url/mojo:url_mojom_origin", | 613 "//url/mojo:url_mojom_origin", |
| 612 ] | 614 ] |
| 613 | 615 |
| 614 export_class_attribute = "CONTENT_EXPORT" | 616 export_class_attribute = "CONTENT_EXPORT" |
| 615 export_define = "CONTENT_IMPLEMENTATION=1" | 617 export_define = "CONTENT_IMPLEMENTATION=1" |
| 616 export_header = "content/common/content_export.h" | 618 export_header = "content/common/content_export.h" |
| 617 } | 619 } |
| OLD | NEW |