| 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 deps = [ | 254 deps = [ |
| 255 ":browser", | 255 ":browser", |
| 256 ":test_support", | 256 ":test_support", |
| 257 "//base", | 257 "//base", |
| 258 "//base:prefs", | 258 "//base:prefs", |
| 259 "//base/test:test_support", | 259 "//base/test:test_support", |
| 260 "//components/autofill/core/common", | 260 "//components/autofill/core/common", |
| 261 "//components/os_crypt", | 261 "//components/os_crypt", |
| 262 "//components/rappor:test_support", | 262 "//components/rappor:test_support", |
| 263 "//components/resources", | 263 "//components/resources", |
| 264 "//components/signin/core/browser:test_support", |
| 264 "//components/strings", | 265 "//components/strings", |
| 265 "//components/webdata/common", | 266 "//components/webdata/common", |
| 266 "//net:test_support", | 267 "//net:test_support", |
| 267 "//sql", | 268 "//sql", |
| 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 |