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

Side by Side Diff: components/password_manager/content/browser/BUILD.gn

Issue 2467773002: Notify SSLManager when all password fields on a page are gone (Closed)
Patch Set: tweak SSLManager comment Created 4 years, 1 month 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 | « no previous file | components/password_manager/content/browser/content_password_manager_driver.cc » ('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 static_library("browser") { 5 static_library("browser") {
6 sources = [ 6 sources = [
7 "bad_message.cc", 7 "bad_message.cc",
8 "bad_message.h", 8 "bad_message.h",
9 "content_password_manager_driver.cc", 9 "content_password_manager_driver.cc",
10 "content_password_manager_driver.h", 10 "content_password_manager_driver.h",
11 "content_password_manager_driver_factory.cc", 11 "content_password_manager_driver_factory.cc",
12 "content_password_manager_driver_factory.h", 12 "content_password_manager_driver_factory.h",
13 "credential_manager_impl.cc", 13 "credential_manager_impl.cc",
14 "credential_manager_impl.h", 14 "credential_manager_impl.h",
15 "password_manager_internals_service_factory.cc", 15 "password_manager_internals_service_factory.cc",
16 "password_manager_internals_service_factory.h", 16 "password_manager_internals_service_factory.h",
17 "visible_password_observer.cc",
18 "visible_password_observer.h",
17 ] 19 ]
18 20
19 public_deps = [ 21 public_deps = [
20 "//base", 22 "//base",
21 "//components/autofill/content/browser", 23 "//components/autofill/content/browser",
22 "//components/autofill/content/common:mojo_interfaces", 24 "//components/autofill/content/common:mojo_interfaces",
23 "//components/autofill/core/common", 25 "//components/autofill/core/common",
24 "//components/keyed_service/content", 26 "//components/keyed_service/content",
25 "//components/password_manager/content/common:mojo_interfaces", 27 "//components/password_manager/content/common:mojo_interfaces",
26 "//components/password_manager/core/browser", 28 "//components/password_manager/core/browser",
(...skipping 15 matching lines...) Expand all
42 deps = [ 44 deps = [
43 ":browser", 45 ":browser",
44 "//components/autofill/core/browser:test_support", 46 "//components/autofill/core/browser:test_support",
45 "//components/password_manager/core/browser:test_support", 47 "//components/password_manager/core/browser:test_support",
46 "//components/prefs:test_support", 48 "//components/prefs:test_support",
47 "//content/test:test_support", 49 "//content/test:test_support",
48 "//testing/gmock", 50 "//testing/gmock",
49 "//testing/gtest", 51 "//testing/gtest",
50 ] 52 ]
51 } 53 }
OLDNEW
« no previous file with comments | « no previous file | components/password_manager/content/browser/content_password_manager_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698