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

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

Issue 420113003: components: Fix a couple of the TODO(GYP) todos. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | components/autofill/core/browser/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("//third_party/protobuf/proto_library.gni") 5 import("//third_party/protobuf/proto_library.gni")
6 6
7 # GYP version: components/autofill.gypi:autofill_content_browser 7 # GYP version: components/autofill.gypi:autofill_content_browser
8 static_library("browser") { 8 static_library("browser") {
9 sources = [ 9 sources = [
10 "content_autofill_driver.cc", 10 "content_autofill_driver.cc",
(...skipping 30 matching lines...) Expand all
41 "//base", 41 "//base",
42 "//base:i18n", 42 "//base:i18n",
43 "//base:prefs", 43 "//base:prefs",
44 "//components/autofill/content/common", 44 "//components/autofill/content/common",
45 "//components/autofill/core/browser", 45 "//components/autofill/core/browser",
46 "//components/autofill/core/browser:regexes", 46 "//components/autofill/core/browser:regexes",
47 "//components/autofill/core/common", 47 "//components/autofill/core/common",
48 "//components/os_crypt", 48 "//components/os_crypt",
49 "//components/resources", 49 "//components/resources",
50 "//components/strings", 50 "//components/strings",
51 "//components/user_prefs",
51 "//components/webdata/common", 52 "//components/webdata/common",
52 "//content/public/browser", 53 "//content/public/browser",
53 "//content/public/common", 54 "//content/public/common",
54 "//google_apis", 55 "//google_apis",
55 "//ipc", 56 "//ipc",
56 "//skia", 57 "//skia",
57 "//sql", 58 "//sql",
58 "//third_party/icu", 59 "//third_party/icu",
59 "//third_party/libphonenumber", 60 "//third_party/libphonenumber",
60 "//ui/base", 61 "//ui/base",
61 "//ui/gfx", 62 "//ui/gfx",
62 "//ui/gfx/geometry", 63 "//ui/gfx/geometry",
63 "//url", 64 "//url",
64 #"../third_party/libjingle/libjingle.gyp:libjingle", TODO(GYP) 65 #"../third_party/libjingle/libjingle.gyp:libjingle", TODO(GYP)
65 #"user_prefs", TODO(GYP)
66 ] 66 ]
67 67
68 forward_dependent_configs_from = [ 68 forward_dependent_configs_from = [
69 "//skia", 69 "//skia",
70 ] 70 ]
71 } 71 }
72 72
73 proto_library("risk_proto") { 73 proto_library("risk_proto") {
74 sources = [ 74 sources = [
75 "risk/proto/fingerprint.proto", 75 "risk/proto/fingerprint.proto",
(...skipping 27 matching lines...) Expand all
103 "wallet/wallet_signin_helper_unittest.cc", 103 "wallet/wallet_signin_helper_unittest.cc",
104 ] 104 ]
105 105
106 deps = [ 106 deps = [
107 ":browser", 107 ":browser",
108 ":test_support", 108 ":test_support",
109 "//testing/gmock", 109 "//testing/gmock",
110 "//testing/gtest", 110 "//testing/gtest",
111 ] 111 ]
112 } 112 }
OLDNEW
« no previous file with comments | « no previous file | components/autofill/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698