| 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 623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 634 "//url/mojo:url_mojom_gurl", | 634 "//url/mojo:url_mojom_gurl", |
| 635 "//url/mojo:url_mojom_origin", | 635 "//url/mojo:url_mojom_origin", |
| 636 ] | 636 ] |
| 637 | 637 |
| 638 overridden_deps = [ "//ipc:mojom" ] | 638 overridden_deps = [ "//ipc:mojom" ] |
| 639 component_deps = [ "//ipc" ] | 639 component_deps = [ "//ipc" ] |
| 640 | 640 |
| 641 export_class_attribute = "CONTENT_EXPORT" | 641 export_class_attribute = "CONTENT_EXPORT" |
| 642 export_define = "CONTENT_IMPLEMENTATION=1" | 642 export_define = "CONTENT_IMPLEMENTATION=1" |
| 643 export_header = "content/common/content_export.h" | 643 export_header = "content/common/content_export.h" |
| 644 use_once_callback = true |
| 644 } | 645 } |
| OLD | NEW |