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/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
6 import("//chrome/common/features.gni") | 6 import("//chrome/common/features.gni") |
7 import("//chrome/version.gni") | 7 import("//chrome/version.gni") |
8 import("//mojo/public/tools/bindings/mojom.gni") | 8 import("//mojo/public/tools/bindings/mojom.gni") |
9 import("//tools/grit/grit_rule.gni") | 9 import("//tools/grit/grit_rule.gni") |
10 | 10 |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 "resource_usage_reporter_type_converters.cc", | 132 "resource_usage_reporter_type_converters.cc", |
133 "resource_usage_reporter_type_converters.h", | 133 "resource_usage_reporter_type_converters.h", |
134 ] | 134 ] |
135 } else { | 135 } else { |
136 # Non-iOS. | 136 # Non-iOS. |
137 public_deps += [ | 137 public_deps += [ |
138 ":mojo_bindings", | 138 ":mojo_bindings", |
139 "//chrome/common/net", | 139 "//chrome/common/net", |
140 "//components/autofill/content/common", | 140 "//components/autofill/content/common", |
141 "//components/autofill/core/common", | 141 "//components/autofill/core/common", |
142 "//components/password_manager/content/public/interfaces", | 142 "//components/password_manager/content/common", |
143 "//components/password_manager/core/common", | 143 "//components/password_manager/core/common", |
144 "//components/signin/core/common", | 144 "//components/signin/core/common", |
145 "//components/translate/content/common", | 145 "//components/translate/content/common", |
146 "//components/visitedlink/common", | 146 "//components/visitedlink/common", |
147 "//ipc", | 147 "//ipc", |
148 "//media", | 148 "//media", |
149 "//mojo/public/cpp/bindings", | 149 "//mojo/public/cpp/bindings", |
150 "//third_party/re2", | 150 "//third_party/re2", |
151 "//third_party/widevine/cdm:version_h", | 151 "//third_party/widevine/cdm:version_h", |
152 ] | 152 ] |
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
400 mojom("mojo_bindings") { | 400 mojom("mojo_bindings") { |
401 sources = [ | 401 sources = [ |
402 "image_decoder.mojom", | 402 "image_decoder.mojom", |
403 "resource_usage_reporter.mojom", | 403 "resource_usage_reporter.mojom", |
404 ] | 404 ] |
405 | 405 |
406 public_deps = [ | 406 public_deps = [ |
407 "//skia/public/interfaces", | 407 "//skia/public/interfaces", |
408 ] | 408 ] |
409 } | 409 } |
OLD | NEW |