| 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 619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 630 "//components/payments/mojom:mojom_payment_app", | 630 "//components/payments/mojom:mojom_payment_app", |
| 631 "//content/public/common:interfaces", | 631 "//content/public/common:interfaces", |
| 632 "//ipc:mojom", | 632 "//ipc:mojom", |
| 633 "//media/capture/mojo:capture_types", | 633 "//media/capture/mojo:capture_types", |
| 634 "//media/mojo/interfaces", | 634 "//media/mojo/interfaces", |
| 635 "//mojo/common:common_custom_types", | 635 "//mojo/common:common_custom_types", |
| 636 "//services/service_manager/public/interfaces", | 636 "//services/service_manager/public/interfaces", |
| 637 "//services/ui/public/interfaces", | 637 "//services/ui/public/interfaces", |
| 638 "//services/video_capture/public/interfaces", | 638 "//services/video_capture/public/interfaces", |
| 639 "//skia/public/interfaces", | 639 "//skia/public/interfaces", |
| 640 "//third_party/WebKit/public:blob_mojo_bindings", |
| 640 "//third_party/WebKit/public:mojo_bindings", | 641 "//third_party/WebKit/public:mojo_bindings", |
| 641 "//ui/base/mojo:mojo_bindings", | 642 "//ui/base/mojo:mojo_bindings", |
| 642 "//ui/gfx/geometry/mojo", | 643 "//ui/gfx/geometry/mojo", |
| 643 "//ui/gfx/mojo", | 644 "//ui/gfx/mojo", |
| 644 "//url/mojo:url_mojom_gurl", | 645 "//url/mojo:url_mojom_gurl", |
| 645 "//url/mojo:url_mojom_origin", | 646 "//url/mojo:url_mojom_origin", |
| 646 ] | 647 ] |
| 647 | 648 |
| 648 component_output_prefix = "content_common_mojo_bindings" | 649 component_output_prefix = "content_common_mojo_bindings" |
| 649 export_class_attribute = "CONTENT_EXPORT" | 650 export_class_attribute = "CONTENT_EXPORT" |
| 650 export_define = "CONTENT_IMPLEMENTATION=1" | 651 export_define = "CONTENT_IMPLEMENTATION=1" |
| 651 export_header = "content/common/content_export.h" | 652 export_header = "content/common/content_export.h" |
| 652 } | 653 } |
| OLD | NEW |