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