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

Unified Diff: content/content_shell.gypi

Issue 10798010: Uses gyp "rules" rather than "actions" templates for the JNI generator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Typo on content_jni.gypi Created 8 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_jni.gypi ('k') | content/shell/android/shell_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 7fd1c2fc163161d288b7840ab4c89294770aabad..213b32ef5642b5085396a284e837fcc2c42ca78d 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -503,15 +503,12 @@
# require specifying the java directory and generate the rest.
'target_name': 'content_shell_jni_headers',
'type': 'none',
+ 'sources': [
+ 'shell/android/java/src/org/chromium/content_shell/ShellManager.java',
+ 'shell/android/java/src/org/chromium/content_shell/Shell.java',
+ ],
'variables': {
- 'java_sources': [
- 'shell/android/java/src/org/chromium/content_shell/ShellManager.java',
- 'shell/android/java/src/org/chromium/content_shell/Shell.java',
- ],
- 'jni_headers': [
- '<(SHARED_INTERMEDIATE_DIR)/content/shell/jni/shell_manager_jni.h',
- '<(SHARED_INTERMEDIATE_DIR)/content/shell/jni/shell_jni.h',
- ],
+ 'jni_gen_dir': 'content/shell',
},
'includes': [ '../build/jni_generator.gypi' ],
},
« no previous file with comments | « content/content_jni.gypi ('k') | content/shell/android/shell_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698