| 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("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| (...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 597 "//gpu/ipc/common:interfaces", | 597 "//gpu/ipc/common:interfaces", |
| 598 "//ipc:mojom", | 598 "//ipc:mojom", |
| 599 "//media/capture/mojo:capture_types", | 599 "//media/capture/mojo:capture_types", |
| 600 "//media/mojo/interfaces", | 600 "//media/mojo/interfaces", |
| 601 "//mojo/common:common_custom_types", | 601 "//mojo/common:common_custom_types", |
| 602 "//services/service_manager/public/interfaces", | 602 "//services/service_manager/public/interfaces", |
| 603 "//services/ui/public/interfaces", | 603 "//services/ui/public/interfaces", |
| 604 "//services/video_capture/public/interfaces", | 604 "//services/video_capture/public/interfaces", |
| 605 "//skia/public/interfaces", | 605 "//skia/public/interfaces", |
| 606 "//third_party/WebKit/public:mojo_bindings", | 606 "//third_party/WebKit/public:mojo_bindings", |
| 607 "//third_party/WebKit/public:new_wrapper_types_mojo_bindings", | |
| 608 "//ui/base/mojo:mojo_bindings", | 607 "//ui/base/mojo:mojo_bindings", |
| 609 "//ui/gfx/geometry/mojo", | 608 "//ui/gfx/geometry/mojo", |
| 610 "//ui/gfx/mojo", | 609 "//ui/gfx/mojo", |
| 611 "//url/mojo:url_mojom_gurl", | 610 "//url/mojo:url_mojom_gurl", |
| 612 "//url/mojo:url_mojom_origin", | 611 "//url/mojo:url_mojom_origin", |
| 613 ] | 612 ] |
| 614 | 613 |
| 615 export_class_attribute = "CONTENT_EXPORT" | 614 export_class_attribute = "CONTENT_EXPORT" |
| 616 export_define = "CONTENT_IMPLEMENTATION=1" | 615 export_define = "CONTENT_IMPLEMENTATION=1" |
| 617 export_header = "content/common/content_export.h" | 616 export_header = "content/common/content_export.h" |
| 618 } | 617 } |
| OLD | NEW |