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("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
10 if (is_mac) { | 10 if (is_mac) { |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
235 "page_zoom.cc", | 235 "page_zoom.cc", |
236 "pepper_file_util.cc", | 236 "pepper_file_util.cc", |
237 "pepper_file_util.h", | 237 "pepper_file_util.h", |
238 "pepper_plugin_list.cc", | 238 "pepper_plugin_list.cc", |
239 "pepper_plugin_list.h", | 239 "pepper_plugin_list.h", |
240 "pepper_renderer_instance_data.cc", | 240 "pepper_renderer_instance_data.cc", |
241 "pepper_renderer_instance_data.h", | 241 "pepper_renderer_instance_data.h", |
242 "platform_notification_messages.h", | 242 "platform_notification_messages.h", |
243 "plugin_list.cc", | 243 "plugin_list.cc", |
244 "plugin_list.h", | 244 "plugin_list.h", |
245 "power_monitor_messages.h", | |
246 "process_type.cc", | 245 "process_type.cc", |
247 "push_messaging_messages.h", | 246 "push_messaging_messages.h", |
248 "quota_messages.h", | 247 "quota_messages.h", |
249 "render_process_messages.h", | 248 "render_process_messages.h", |
250 "resize_params.cc", | 249 "resize_params.cc", |
251 "resize_params.h", | 250 "resize_params.h", |
252 "resource_messages.cc", | 251 "resource_messages.cc", |
253 "resource_messages.h", | 252 "resource_messages.h", |
254 "resource_request.cc", | 253 "resource_request.cc", |
255 "resource_request.h", | 254 "resource_request.h", |
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
571 "url_loader.mojom", | 570 "url_loader.mojom", |
572 "url_loader_factory.mojom", | 571 "url_loader_factory.mojom", |
573 "video_capture.mojom", | 572 "video_capture.mojom", |
574 ] | 573 ] |
575 | 574 |
576 import_dirs = [ "//mojo/services" ] | 575 import_dirs = [ "//mojo/services" ] |
577 | 576 |
578 public_deps = [ | 577 public_deps = [ |
579 "//components/leveldb/public/interfaces", | 578 "//components/leveldb/public/interfaces", |
580 "//content/public/common:interfaces", | 579 "//content/public/common:interfaces", |
| 580 "//device/power_monitor/public/interfaces", |
581 "//device/sensors/public/interfaces", | 581 "//device/sensors/public/interfaces", |
582 | 582 |
583 # TODO(mcasas): remove the following dep after https://crbug.com/653994 | 583 # TODO(mcasas): remove the following dep after https://crbug.com/653994 |
584 "//gpu/ipc/common:interfaces", | 584 "//gpu/ipc/common:interfaces", |
585 "//ipc:mojom", | 585 "//ipc:mojom", |
586 "//media/mojo/interfaces", | 586 "//media/mojo/interfaces", |
587 "//mojo/common:common_custom_types", | 587 "//mojo/common:common_custom_types", |
588 "//services/service_manager/public/interfaces", | 588 "//services/service_manager/public/interfaces", |
589 "//services/ui/public/interfaces", | 589 "//services/ui/public/interfaces", |
590 "//services/video_capture/public/interfaces", | 590 "//services/video_capture/public/interfaces", |
591 "//skia/public/interfaces", | 591 "//skia/public/interfaces", |
592 "//third_party/WebKit/public:mojo_bindings", | 592 "//third_party/WebKit/public:mojo_bindings", |
593 "//third_party/WebKit/public:new_wrapper_types_mojo_bindings", | 593 "//third_party/WebKit/public:new_wrapper_types_mojo_bindings", |
594 "//ui/base/mojo:mojo_bindings", | 594 "//ui/base/mojo:mojo_bindings", |
595 "//ui/gfx/geometry/mojo", | 595 "//ui/gfx/geometry/mojo", |
596 "//ui/gfx/mojo", | 596 "//ui/gfx/mojo", |
597 "//url/mojo:url_mojom_gurl", | 597 "//url/mojo:url_mojom_gurl", |
598 "//url/mojo:url_mojom_origin", | 598 "//url/mojo:url_mojom_origin", |
599 ] | 599 ] |
600 | 600 |
601 export_class_attribute = "CONTENT_EXPORT" | 601 export_class_attribute = "CONTENT_EXPORT" |
602 export_define = "CONTENT_IMPLEMENTATION=1" | 602 export_define = "CONTENT_IMPLEMENTATION=1" |
603 export_header = "content/common/content_export.h" | 603 export_header = "content/common/content_export.h" |
604 } | 604 } |
OLD | NEW |