Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Side by Side Diff: chrome/common/BUILD.gn

Issue 1762603002: Switch components/password_manager code from IPC messages to Mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase only Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_common.gypi ('k') | components/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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/common", 142 "//components/password_manager/content/public/interfaces",
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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 ":constants", 395 ":constants",
396 "//base", 396 "//base",
397 ] 397 ]
398 } 398 }
399 399
400 mojom("mojo_bindings") { 400 mojom("mojo_bindings") {
401 sources = [ 401 sources = [
402 "resource_usage_reporter.mojom", 402 "resource_usage_reporter.mojom",
403 ] 403 ]
404 } 404 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698