| 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 "page_zoom.cc", | 245 "page_zoom.cc", |
| 246 "pepper_file_util.cc", | 246 "pepper_file_util.cc", |
| 247 "pepper_file_util.h", | 247 "pepper_file_util.h", |
| 248 "pepper_plugin_list.cc", | 248 "pepper_plugin_list.cc", |
| 249 "pepper_plugin_list.h", | 249 "pepper_plugin_list.h", |
| 250 "pepper_renderer_instance_data.cc", | 250 "pepper_renderer_instance_data.cc", |
| 251 "pepper_renderer_instance_data.h", | 251 "pepper_renderer_instance_data.h", |
| 252 "platform_notification_messages.h", | 252 "platform_notification_messages.h", |
| 253 "plugin_list.cc", | 253 "plugin_list.cc", |
| 254 "plugin_list.h", | 254 "plugin_list.h", |
| 255 "possibly_associated_interface_ptr.h", |
| 255 "presentation/presentation_struct_traits.cc", | 256 "presentation/presentation_struct_traits.cc", |
| 256 "presentation/presentation_struct_traits.h", | 257 "presentation/presentation_struct_traits.h", |
| 257 "process_type.cc", | 258 "process_type.cc", |
| 258 "quarantine/quarantine.cc", | 259 "quarantine/quarantine.cc", |
| 259 "quarantine/quarantine_constants_linux.h", | 260 "quarantine/quarantine_constants_linux.h", |
| 260 "quarantine/quarantine_linux.cc", | 261 "quarantine/quarantine_linux.cc", |
| 261 "quarantine/quarantine_mac.mm", | 262 "quarantine/quarantine_mac.mm", |
| 262 "quarantine/quarantine_win.cc", | 263 "quarantine/quarantine_win.cc", |
| 263 "quota_messages.h", | 264 "quota_messages.h", |
| 264 "render_process_messages.h", | 265 "render_process_messages.h", |
| (...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 638 ] | 639 ] |
| 639 | 640 |
| 640 overridden_deps = [ "//ipc:mojom" ] | 641 overridden_deps = [ "//ipc:mojom" ] |
| 641 component_deps = [ "//ipc" ] | 642 component_deps = [ "//ipc" ] |
| 642 | 643 |
| 643 export_class_attribute = "CONTENT_EXPORT" | 644 export_class_attribute = "CONTENT_EXPORT" |
| 644 export_define = "CONTENT_IMPLEMENTATION=1" | 645 export_define = "CONTENT_IMPLEMENTATION=1" |
| 645 export_header = "content/common/content_export.h" | 646 export_header = "content/common/content_export.h" |
| 646 use_once_callback = true | 647 use_once_callback = true |
| 647 } | 648 } |
| OLD | NEW |