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

Side by Side Diff: components/autofill/content/renderer/BUILD.gn

Issue 2352533003: [Autofill] Migrate ChromePasswordManagerClient<-->PasswordGenerationAgent IPCs to mojo. (Closed)
Patch Set: Rebase only Created 4 years, 2 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
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 static_library("renderer") { 5 static_library("renderer") {
6 sources = [ 6 sources = [
7 "autofill_agent.cc", 7 "autofill_agent.cc",
8 "autofill_agent.h", 8 "autofill_agent.h",
9 "form_autofill_util.cc", 9 "form_autofill_util.cc",
10 "form_autofill_util.h", 10 "form_autofill_util.h",
(...skipping 10 matching lines...) Expand all
21 "password_form_conversion_utils.h", 21 "password_form_conversion_utils.h",
22 "password_generation_agent.cc", 22 "password_generation_agent.cc",
23 "password_generation_agent.h", 23 "password_generation_agent.h",
24 "renderer_save_password_progress_logger.cc", 24 "renderer_save_password_progress_logger.cc",
25 "renderer_save_password_progress_logger.h", 25 "renderer_save_password_progress_logger.h",
26 ] 26 ]
27 27
28 deps = [ 28 deps = [
29 "//base", 29 "//base",
30 "//base:i18n", 30 "//base:i18n",
31 "//components/autofill/content/common",
32 "//components/autofill/content/public/interfaces", 31 "//components/autofill/content/public/interfaces",
33 "//components/autofill/core/common", 32 "//components/autofill/core/common",
34 "//components/strings", 33 "//components/strings",
35 "//content/public/common", 34 "//content/public/common",
36 "//content/public/renderer", 35 "//content/public/renderer",
37 "//google_apis", 36 "//google_apis",
38 "//ipc", 37 "//ipc",
39 "//mojo/common:common_base", 38 "//mojo/common:common_base",
40 "//net", 39 "//net",
41 "//services/shell/public/cpp", 40 "//services/shell/public/cpp",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 sources = [ 73 sources = [
75 "renderer_save_password_progress_logger_unittest.cc", 74 "renderer_save_password_progress_logger_unittest.cc",
76 ] 75 ]
77 76
78 deps = [ 77 deps = [
79 ":test_support", 78 ":test_support",
80 "//components/autofill/content/public/interfaces", 79 "//components/autofill/content/public/interfaces",
81 "//testing/gtest", 80 "//testing/gtest",
82 ] 81 ]
83 } 82 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698