| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 # Private target only used in components/autofill. | 8 # Private target only used in components/autofill. |
| 9 'target_name': 'autofill_regexes', | 9 'target_name': 'autofill_regexes', |
| 10 'type': 'none', | 10 'type': 'none', |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 'variables': { | 299 'variables': { |
| 300 'proto_in_dir': 'autofill/content/browser/risk/proto', | 300 'proto_in_dir': 'autofill/content/browser/risk/proto', |
| 301 'proto_out_dir': 'components/autofill/content/browser/risk/proto', | 301 'proto_out_dir': 'components/autofill/content/browser/risk/proto', |
| 302 }, | 302 }, |
| 303 'includes': [ '../build/protoc.gypi' ] | 303 'includes': [ '../build/protoc.gypi' ] |
| 304 }, | 304 }, |
| 305 { | 305 { |
| 306 'target_name': 'autofill_content_test_support', | 306 'target_name': 'autofill_content_test_support', |
| 307 'type': 'static_library', | 307 'type': 'static_library', |
| 308 'dependencies': [ | 308 'dependencies': [ |
| 309 '../skia/skia.gyp:skia', |
| 309 '../testing/gmock.gyp:gmock', | 310 '../testing/gmock.gyp:gmock', |
| 310 ], | 311 ], |
| 311 'sources': [ | 312 'sources': [ |
| 312 'autofill/content/browser/wallet/mock_wallet_client.cc', | 313 'autofill/content/browser/wallet/mock_wallet_client.cc', |
| 313 'autofill/content/browser/wallet/mock_wallet_client.h', | 314 'autofill/content/browser/wallet/mock_wallet_client.h', |
| 314 'autofill/content/browser/wallet/wallet_test_util.cc', | 315 'autofill/content/browser/wallet/wallet_test_util.cc', |
| 315 'autofill/content/browser/wallet/wallet_test_util.h', | 316 'autofill/content/browser/wallet/wallet_test_util.h', |
| 316 ], | 317 ], |
| 317 'include_dirs': [ '..' ], | 318 'include_dirs': [ '..' ], |
| 318 }, | 319 }, |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 456 'variables': { | 457 'variables': { |
| 457 'jni_gen_package': 'autofill', | 458 'jni_gen_package': 'autofill', |
| 458 'jni_generator_ptr_type': 'long', | 459 'jni_generator_ptr_type': 'long', |
| 459 }, | 460 }, |
| 460 'includes': [ '../build/jni_generator.gypi' ], | 461 'includes': [ '../build/jni_generator.gypi' ], |
| 461 }, | 462 }, |
| 462 ], | 463 ], |
| 463 }], | 464 }], |
| 464 ], | 465 ], |
| 465 } | 466 } |
| OLD | NEW |