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

Side by Side Diff: content/content.gyp

Issue 288223005: 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 | « components/web_contents_delegate_android.gypi ('k') | content/content_jni.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 'variables': { 6 'variables': {
7 'chromium_code': 1, # Use higher warning level. 7 'chromium_code': 1, # Use higher warning level.
8 'chromium_enable_vtune_jit_for_v8%': 0, # enable the vtune support for V8 e ngine. 8 'chromium_enable_vtune_jit_for_v8%': 0, # enable the vtune support for V8 e ngine.
9 'directxsdk_exists': '<!pymod_do_main(dir_exists ../third_party/directxsdk)' , 9 'directxsdk_exists': '<!pymod_do_main(dir_exists ../third_party/directxsdk)' ,
10 }, 10 },
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 'jni_gen_package': 'content', 510 'jni_gen_package': 'content',
511 'input_java_class': 'java/util/HashSet.class', 511 'input_java_class': 'java/util/HashSet.class',
512 }, 512 },
513 'includes': [ '../build/jar_file_jni_generator.gypi' ], 513 'includes': [ '../build/jar_file_jni_generator.gypi' ],
514 }, 514 },
515 { 515 {
516 'target_name': 'motionevent_jni_headers', 516 'target_name': 'motionevent_jni_headers',
517 'type': 'none', 517 'type': 'none',
518 'variables': { 518 'variables': {
519 'jni_gen_package': 'content', 519 'jni_gen_package': 'content',
520 'jni_generator_ptr_type': 'long',
521 'input_java_class': 'android/view/MotionEvent.class', 520 'input_java_class': 'android/view/MotionEvent.class',
522 }, 521 },
523 'includes': [ '../build/jar_file_jni_generator.gypi' ], 522 'includes': [ '../build/jar_file_jni_generator.gypi' ],
524 }, 523 },
525 { 524 {
526 'target_name': 'content_jni_headers', 525 'target_name': 'content_jni_headers',
527 'type': 'none', 526 'type': 'none',
528 'dependencies': [ 527 'dependencies': [
529 'java_set_jni_headers', 528 'java_set_jni_headers',
530 'motionevent_jni_headers' 529 'motionevent_jni_headers'
(...skipping 29 matching lines...) Expand all
560 'browser/gamepad/canonical_axis_index_list.h', 559 'browser/gamepad/canonical_axis_index_list.h',
561 'browser/gamepad/canonical_button_index_list.h', 560 'browser/gamepad/canonical_button_index_list.h',
562 ], 561 ],
563 }, 562 },
564 'includes': [ '../build/android/java_cpp_template.gypi' ], 563 'includes': [ '../build/android/java_cpp_template.gypi' ],
565 }, 564 },
566 ], 565 ],
567 }], # OS == "android" 566 }], # OS == "android"
568 ], 567 ],
569 } 568 }
OLDNEW
« no previous file with comments | « components/web_contents_delegate_android.gypi ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698