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

Unified Diff: chrome/chrome_browser.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 | « chrome/browser/android/process_utils.cc ('k') | content/app/android/content_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index ad88f6d90955d83e7979699c5074d846578afc0f..7a254357e6549be9cd024e93d7c5b0d811651853 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -5454,13 +5454,11 @@
{
'target_name': 'chrome_browser_jni_headers',
'type': 'none',
+ 'sources': [
+ 'android/java/src/org/chromium/chrome/browser/ProcessUtils.java',
+ ],
'variables': {
- 'java_sources': [
- 'android/java/src/org/chromium/chrome/browser/ProcessUtils.java',
- ],
- 'jni_headers': [
- '<(SHARED_INTERMEDIATE_DIR)/chrome/jni/process_utils_jni.h',
- ],
+ 'jni_gen_dir': 'chrome',
},
'includes': [ '../build/jni_generator.gypi' ],
},
« no previous file with comments | « chrome/browser/android/process_utils.cc ('k') | content/app/android/content_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698