| 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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 "page_zoom.cc", | 240 "page_zoom.cc", |
| 241 "pepper_file_util.cc", | 241 "pepper_file_util.cc", |
| 242 "pepper_file_util.h", | 242 "pepper_file_util.h", |
| 243 "pepper_plugin_list.cc", | 243 "pepper_plugin_list.cc", |
| 244 "pepper_plugin_list.h", | 244 "pepper_plugin_list.h", |
| 245 "pepper_renderer_instance_data.cc", | 245 "pepper_renderer_instance_data.cc", |
| 246 "pepper_renderer_instance_data.h", | 246 "pepper_renderer_instance_data.h", |
| 247 "platform_notification_messages.h", | 247 "platform_notification_messages.h", |
| 248 "plugin_list.cc", | 248 "plugin_list.cc", |
| 249 "plugin_list.h", | 249 "plugin_list.h", |
| 250 "presentation/presentation_struct_traits.cc", |
| 251 "presentation/presentation_struct_traits.h", |
| 250 "process_type.cc", | 252 "process_type.cc", |
| 251 "quarantine/quarantine.cc", | 253 "quarantine/quarantine.cc", |
| 252 "quarantine/quarantine_constants_linux.h", | 254 "quarantine/quarantine_constants_linux.h", |
| 253 "quarantine/quarantine_linux.cc", | 255 "quarantine/quarantine_linux.cc", |
| 254 "quarantine/quarantine_mac.mm", | 256 "quarantine/quarantine_mac.mm", |
| 255 "quarantine/quarantine_win.cc", | 257 "quarantine/quarantine_win.cc", |
| 256 "quota_messages.h", | 258 "quota_messages.h", |
| 257 "render_process_messages.h", | 259 "render_process_messages.h", |
| 258 "resize_params.cc", | 260 "resize_params.cc", |
| 259 "resize_params.h", | 261 "resize_params.h", |
| (...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 626 "//url/mojo:url_mojom_origin", | 628 "//url/mojo:url_mojom_origin", |
| 627 ] | 629 ] |
| 628 | 630 |
| 629 overridden_deps = [ "//ipc:mojom" ] | 631 overridden_deps = [ "//ipc:mojom" ] |
| 630 component_deps = [ "//ipc" ] | 632 component_deps = [ "//ipc" ] |
| 631 | 633 |
| 632 export_class_attribute = "CONTENT_EXPORT" | 634 export_class_attribute = "CONTENT_EXPORT" |
| 633 export_define = "CONTENT_IMPLEMENTATION=1" | 635 export_define = "CONTENT_IMPLEMENTATION=1" |
| 634 export_header = "content/common/content_export.h" | 636 export_header = "content/common/content_export.h" |
| 635 } | 637 } |
| OLD | NEW |