| 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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 "page_zoom.cc", | 257 "page_zoom.cc", |
| 258 "pepper_file_util.cc", | 258 "pepper_file_util.cc", |
| 259 "pepper_file_util.h", | 259 "pepper_file_util.h", |
| 260 "pepper_plugin_list.cc", | 260 "pepper_plugin_list.cc", |
| 261 "pepper_plugin_list.h", | 261 "pepper_plugin_list.h", |
| 262 "pepper_renderer_instance_data.cc", | 262 "pepper_renderer_instance_data.cc", |
| 263 "pepper_renderer_instance_data.h", | 263 "pepper_renderer_instance_data.h", |
| 264 "platform_notification_messages.h", | 264 "platform_notification_messages.h", |
| 265 "plugin_list.cc", | 265 "plugin_list.cc", |
| 266 "plugin_list.h", | 266 "plugin_list.h", |
| 267 "possibly_associated_interface_ptr.h", |
| 267 "presentation/presentation_struct_traits.cc", | 268 "presentation/presentation_struct_traits.cc", |
| 268 "presentation/presentation_struct_traits.h", | 269 "presentation/presentation_struct_traits.h", |
| 269 "process_type.cc", | 270 "process_type.cc", |
| 270 "quarantine/quarantine.cc", | 271 "quarantine/quarantine.cc", |
| 271 "quarantine/quarantine_constants_linux.h", | 272 "quarantine/quarantine_constants_linux.h", |
| 272 "quarantine/quarantine_linux.cc", | 273 "quarantine/quarantine_linux.cc", |
| 273 "quarantine/quarantine_mac.mm", | 274 "quarantine/quarantine_mac.mm", |
| 274 "quarantine/quarantine_win.cc", | 275 "quarantine/quarantine_win.cc", |
| 275 "quota_messages.h", | 276 "quota_messages.h", |
| 276 "render_process_messages.h", | 277 "render_process_messages.h", |
| (...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 656 "//ui/gfx/mojo", | 657 "//ui/gfx/mojo", |
| 657 "//url/mojo:url_mojom_gurl", | 658 "//url/mojo:url_mojom_gurl", |
| 658 "//url/mojo:url_mojom_origin", | 659 "//url/mojo:url_mojom_origin", |
| 659 ] | 660 ] |
| 660 | 661 |
| 661 component_output_prefix = "content_common_mojo_bindings" | 662 component_output_prefix = "content_common_mojo_bindings" |
| 662 export_class_attribute = "CONTENT_EXPORT" | 663 export_class_attribute = "CONTENT_EXPORT" |
| 663 export_define = "CONTENT_IMPLEMENTATION=1" | 664 export_define = "CONTENT_IMPLEMENTATION=1" |
| 664 export_header = "content/common/content_export.h" | 665 export_header = "content/common/content_export.h" |
| 665 } | 666 } |
| OLD | NEW |