diff options
author | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-16 17:44:24 +0000 |
---|---|---|
committer | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-16 17:44:24 +0000 |
commit | 2dc12722de0eed09adf299321cd62b61ca95d118 (patch) | |
tree | 07ff973d6e1563c7be3b24ab012302b4d2880604 /content/content_shell.gypi | |
parent | 370aa2184f096356e186e496f7140abd3915a50d (diff) | |
download | chromium_src-2dc12722de0eed09adf299321cd62b61ca95d118.zip chromium_src-2dc12722de0eed09adf299321cd62b61ca95d118.tar.gz chromium_src-2dc12722de0eed09adf299321cd62b61ca95d118.tar.bz2 |
Android: cleans up jni_generator_ptr_type.
The underlying rule is now "long" by default.
Mechanical change:
git grep -l jni_generator_ptr_type | xargs sed -i /jni_generator_ptr_type/d
Relands crrev.com/270750 (reverted by 270849)
BUG=317523
TBR=darin@chromium.org
Review URL: https://codereview.chromium.org/288223005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271047 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r-- | content/content_shell.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi index 1deffb8..7a4580e 100644 --- a/content/content_shell.gypi +++ b/content/content_shell.gypi @@ -943,7 +943,6 @@ ], 'variables': { 'jni_gen_package': 'content/shell', - 'jni_generator_ptr_type': 'long', }, 'includes': [ '../build/jni_generator.gypi' ], }, |