| 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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "process_type.cc", | 250 "process_type.cc", |
| 251 "push_messaging_messages.h", | 251 "push_messaging_messages.h", |
| 252 "quarantine/quarantine.cc", |
| 253 "quarantine/quarantine_constants_linux.h", |
| 254 "quarantine/quarantine_linux.cc", |
| 255 "quarantine/quarantine_mac.mm", |
| 256 "quarantine/quarantine_win.cc", |
| 252 "quota_messages.h", | 257 "quota_messages.h", |
| 253 "render_process_messages.h", | 258 "render_process_messages.h", |
| 254 "resize_params.cc", | 259 "resize_params.cc", |
| 255 "resize_params.h", | 260 "resize_params.h", |
| 256 "resource_messages.cc", | 261 "resource_messages.cc", |
| 257 "resource_messages.h", | 262 "resource_messages.h", |
| 258 "resource_request.cc", | 263 "resource_request.cc", |
| 259 "resource_request.h", | 264 "resource_request.h", |
| 260 "resource_request_body_impl.cc", | 265 "resource_request_body_impl.cc", |
| 261 "resource_request_body_impl.h", | 266 "resource_request_body_impl.h", |
| (...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 608 "//ui/gfx/geometry/mojo", | 613 "//ui/gfx/geometry/mojo", |
| 609 "//ui/gfx/mojo", | 614 "//ui/gfx/mojo", |
| 610 "//url/mojo:url_mojom_gurl", | 615 "//url/mojo:url_mojom_gurl", |
| 611 "//url/mojo:url_mojom_origin", | 616 "//url/mojo:url_mojom_origin", |
| 612 ] | 617 ] |
| 613 | 618 |
| 614 export_class_attribute = "CONTENT_EXPORT" | 619 export_class_attribute = "CONTENT_EXPORT" |
| 615 export_define = "CONTENT_IMPLEMENTATION=1" | 620 export_define = "CONTENT_IMPLEMENTATION=1" |
| 616 export_header = "content/common/content_export.h" | 621 export_header = "content/common/content_export.h" |
| 617 } | 622 } |
| OLD | NEW |