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

Side by Side Diff: content/content_jni.gypi

Issue 288963002: 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 | « content/content.gyp ('k') | content/content_shell.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 # TODO(jrg): Update this action and other jni generators to only 6 # TODO(jrg): Update this action and other jni generators to only
7 # require specifying the java directory and generate the rest. 7 # require specifying the java directory and generate the rest.
8 # TODO(jrg): when doing the above, make sure we support multiple 8 # TODO(jrg): when doing the above, make sure we support multiple
9 # output directories (e.g. browser/jni and common/jni if needed). 9 # output directories (e.g. browser/jni and common/jni if needed).
10 'sources': [ 10 'sources': [
(...skipping 25 matching lines...) Expand all
36 'public/android/java/src/org/chromium/content/browser/TimeZoneMonitor.java', 36 'public/android/java/src/org/chromium/content/browser/TimeZoneMonitor.java',
37 'public/android/java/src/org/chromium/content/browser/TouchEventSynthesizer. java', 37 'public/android/java/src/org/chromium/content/browser/TouchEventSynthesizer. java',
38 'public/android/java/src/org/chromium/content/browser/TracingControllerAndro id.java', 38 'public/android/java/src/org/chromium/content/browser/TracingControllerAndro id.java',
39 'public/android/java/src/org/chromium/content/browser/VibrationProvider.java ', 39 'public/android/java/src/org/chromium/content/browser/VibrationProvider.java ',
40 'public/android/java/src/org/chromium/content/browser/WebContentsObserverAnd roid.java', 40 'public/android/java/src/org/chromium/content/browser/WebContentsObserverAnd roid.java',
41 'public/android/java/src/org/chromium/content/browser/framehost/NavigationCo ntrollerImpl.java', 41 'public/android/java/src/org/chromium/content/browser/framehost/NavigationCo ntrollerImpl.java',
42 'public/android/java/src/org/chromium/content/browser/webcontents/WebContent sImpl.java', 42 'public/android/java/src/org/chromium/content/browser/webcontents/WebContent sImpl.java',
43 ], 43 ],
44 'variables': { 44 'variables': {
45 'jni_gen_package': 'content', 45 'jni_gen_package': 'content',
46 'jni_generator_ptr_type': 'long',
47 }, 46 },
48 'includes': [ '../build/jni_generator.gypi' ], 47 'includes': [ '../build/jni_generator.gypi' ],
49 } 48 }
OLDNEW
« no previous file with comments | « content/content.gyp ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698