| 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 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 451 'includes': [ '../build/java.gypi' ], | 451 'includes': [ '../build/java.gypi' ], |
| 452 }, | 452 }, |
| 453 { | 453 { |
| 454 'target_name': 'autofill_jni_headers', | 454 'target_name': 'autofill_jni_headers', |
| 455 'type': 'none', | 455 'type': 'none', |
| 456 'sources': [ | 456 'sources': [ |
| 457 'autofill/core/browser/android/java/src/org/chromium/components/brow
ser/autofill/PersonalAutofillPopulator.java', | 457 'autofill/core/browser/android/java/src/org/chromium/components/brow
ser/autofill/PersonalAutofillPopulator.java', |
| 458 ], | 458 ], |
| 459 'variables': { | 459 'variables': { |
| 460 'jni_gen_package': 'autofill', | 460 'jni_gen_package': 'autofill', |
| 461 'jni_generator_ptr_type': 'long', | |
| 462 }, | 461 }, |
| 463 'includes': [ '../build/jni_generator.gypi' ], | 462 'includes': [ '../build/jni_generator.gypi' ], |
| 464 }, | 463 }, |
| 465 ], | 464 ], |
| 466 }], | 465 }], |
| 467 ], | 466 ], |
| 468 } | 467 } |
| OLD | NEW |