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

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

Issue 1089143002: Make the Android GN debug component build actually build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix extra whitespace Created 5 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 | « components/BUILD.gn ('k') | content/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 # GYP version: components/autofill.gyp:autofill_regexes 5 # GYP version: components/autofill.gyp:autofill_regexes
6 action("regexes") { 6 action("regexes") {
7 visibility = [ "//components/autofill/*" ] 7 visibility = [ "//components/autofill/*" ]
8 script = "//build/escape_unicode.py" 8 script = "//build/escape_unicode.py"
9 9
10 inputs = [ 10 inputs = [
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 ":browser", 203 ":browser",
204 "//base", 204 "//base",
205 "//base:prefs", 205 "//base:prefs",
206 "//base:prefs_test_support", 206 "//base:prefs_test_support",
207 "//base/test:test_support", 207 "//base/test:test_support",
208 "//components/autofill/core/browser", 208 "//components/autofill/core/browser",
209 "//components/autofill/core/common", 209 "//components/autofill/core/common",
210 "//components/os_crypt", 210 "//components/os_crypt",
211 "//components/pref_registry", 211 "//components/pref_registry",
212 "//components/rappor", 212 "//components/rappor",
213 "//google_apis:test_support",
213 "//skia", 214 "//skia",
214 "//testing/gtest", 215 "//testing/gtest",
215 ] 216 ]
216 } 217 }
217 218
218 source_set("unit_tests") { 219 source_set("unit_tests") {
219 testonly = true 220 testonly = true
220 sources = [ 221 sources = [
221 "address_field_unittest.cc", 222 "address_field_unittest.cc",
222 "address_unittest.cc", 223 "address_unittest.cc",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 "//sync", 269 "//sync",
269 "//sync:test_support_sync_api", 270 "//sync:test_support_sync_api",
270 "//testing/gmock", 271 "//testing/gmock",
271 "//testing/gtest", 272 "//testing/gtest",
272 "//third_party/libphonenumber", 273 "//third_party/libphonenumber",
273 "//third_party/libjingle", 274 "//third_party/libjingle",
274 "//ui/base", 275 "//ui/base",
275 "//url", 276 "//url",
276 ] 277 ]
277 } 278 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698