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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/android/process_utils.cc ('k') | content/app/android/content_main.cc » ('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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 5436 matching lines...) Expand 10 before | Expand all | Expand 10 after
5447 }, 5447 },
5448 'includes': [ '../build/protoc.gypi' ] 5448 'includes': [ '../build/protoc.gypi' ]
5449 }, 5449 },
5450 ], 5450 ],
5451 'conditions': [ 5451 'conditions': [
5452 ['OS == "android"', { 5452 ['OS == "android"', {
5453 'targets': [ 5453 'targets': [
5454 { 5454 {
5455 'target_name': 'chrome_browser_jni_headers', 5455 'target_name': 'chrome_browser_jni_headers',
5456 'type': 'none', 5456 'type': 'none',
5457 'sources': [
5458 'android/java/src/org/chromium/chrome/browser/ProcessUtils.java',
5459 ],
5457 'variables': { 5460 'variables': {
5458 'java_sources': [ 5461 'jni_gen_dir': 'chrome',
5459 'android/java/src/org/chromium/chrome/browser/ProcessUtils.java',
5460 ],
5461 'jni_headers': [
5462 '<(SHARED_INTERMEDIATE_DIR)/chrome/jni/process_utils_jni.h',
5463 ],
5464 }, 5462 },
5465 'includes': [ '../build/jni_generator.gypi' ], 5463 'includes': [ '../build/jni_generator.gypi' ],
5466 }, 5464 },
5467 ], 5465 ],
5468 }, 5466 },
5469 ], 5467 ],
5470 ], 5468 ],
5471 } 5469 }
OLDNEW
« 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