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

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

Issue 2083433002: Mojo: Remove url type converters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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 source_set("browser") { 5 source_set("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",
(...skipping 12 matching lines...) Expand all
23 "//components/autofill/core/common", 23 "//components/autofill/core/common",
24 "//components/keyed_service/content", 24 "//components/keyed_service/content",
25 "//components/password_manager/content/public/cpp", 25 "//components/password_manager/content/public/cpp",
26 "//components/password_manager/content/public/interfaces", 26 "//components/password_manager/content/public/interfaces",
27 "//components/password_manager/core/browser", 27 "//components/password_manager/core/browser",
28 "//components/password_manager/core/common", 28 "//components/password_manager/core/common",
29 "//components/prefs", 29 "//components/prefs",
30 "//content/public/browser", 30 "//content/public/browser",
31 "//content/public/common", 31 "//content/public/common",
32 "//ipc", 32 "//ipc",
33 "//mojo/common:url_type_converters",
34 "//net", 33 "//net",
35 ] 34 ]
36 } 35 }
37 36
38 source_set("unit_tests") { 37 source_set("unit_tests") {
39 testonly = true 38 testonly = true
40 sources = [ 39 sources = [
41 "content_password_manager_driver_unittest.cc", 40 "content_password_manager_driver_unittest.cc",
42 "credential_manager_impl_unittest.cc", 41 "credential_manager_impl_unittest.cc",
43 ] 42 ]
44 deps = [ 43 deps = [
45 ":browser", 44 ":browser",
46 "//components/autofill/core/browser:test_support", 45 "//components/autofill/core/browser:test_support",
47 "//components/password_manager/core/browser:test_support", 46 "//components/password_manager/core/browser:test_support",
48 "//components/prefs:test_support", 47 "//components/prefs:test_support",
49 "//content/test:test_support", 48 "//content/test:test_support",
50 "//testing/gmock", 49 "//testing/gmock",
51 "//testing/gtest", 50 "//testing/gtest",
52 ] 51 ]
53 } 52 }
OLDNEW
« no previous file with comments | « components/password_manager.gypi ('k') | components/password_manager/content/browser/credential_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698