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

Side by Side Diff: components/autofill.gypi

Issue 288223005: Android: cleans up jni_generator_ptr_type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/cronet.gypi » ('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 (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 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 'includes': [ '../build/java.gypi' ], 454 'includes': [ '../build/java.gypi' ],
455 }, 455 },
456 { 456 {
457 'target_name': 'autofill_jni_headers', 457 'target_name': 'autofill_jni_headers',
458 'type': 'none', 458 'type': 'none',
459 'sources': [ 459 'sources': [
460 'autofill/core/browser/android/java/src/org/chromium/components/brow ser/autofill/PersonalAutofillPopulator.java', 460 'autofill/core/browser/android/java/src/org/chromium/components/brow ser/autofill/PersonalAutofillPopulator.java',
461 ], 461 ],
462 'variables': { 462 'variables': {
463 'jni_gen_package': 'autofill', 463 'jni_gen_package': 'autofill',
464 'jni_generator_ptr_type': 'long',
465 }, 464 },
466 'includes': [ '../build/jni_generator.gypi' ], 465 'includes': [ '../build/jni_generator.gypi' ],
467 }, 466 },
468 ], 467 ],
469 }], 468 }],
470 ], 469 ],
471 } 470 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/cronet.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698