| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |