OLD | NEW |
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 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
548 'jni_gen_package': 'content', | 548 'jni_gen_package': 'content', |
549 'input_java_class': 'java/util/HashSet.class', | 549 'input_java_class': 'java/util/HashSet.class', |
550 }, | 550 }, |
551 'includes': [ '../build/jar_file_jni_generator.gypi' ], | 551 'includes': [ '../build/jar_file_jni_generator.gypi' ], |
552 }, | 552 }, |
553 { | 553 { |
554 'target_name': 'motionevent_jni_headers', | 554 'target_name': 'motionevent_jni_headers', |
555 'type': 'none', | 555 'type': 'none', |
556 'variables': { | 556 'variables': { |
557 'jni_gen_package': 'content', | 557 'jni_gen_package': 'content', |
| 558 'jni_generator_ptr_type': 'long', |
558 'input_java_class': 'android/view/MotionEvent.class', | 559 'input_java_class': 'android/view/MotionEvent.class', |
559 }, | 560 }, |
560 'includes': [ '../build/jar_file_jni_generator.gypi' ], | 561 'includes': [ '../build/jar_file_jni_generator.gypi' ], |
561 }, | 562 }, |
562 { | 563 { |
563 'target_name': 'content_jni_headers', | 564 'target_name': 'content_jni_headers', |
564 'type': 'none', | 565 'type': 'none', |
565 'dependencies': [ | 566 'dependencies': [ |
566 'java_set_jni_headers', | 567 'java_set_jni_headers', |
567 'motionevent_jni_headers' | 568 'motionevent_jni_headers' |
(...skipping 29 matching lines...) Expand all Loading... |
597 'browser/gamepad/canonical_axis_index_list.h', | 598 'browser/gamepad/canonical_axis_index_list.h', |
598 'browser/gamepad/canonical_button_index_list.h', | 599 'browser/gamepad/canonical_button_index_list.h', |
599 ], | 600 ], |
600 }, | 601 }, |
601 'includes': [ '../build/android/java_cpp_template.gypi' ], | 602 'includes': [ '../build/android/java_cpp_template.gypi' ], |
602 }, | 603 }, |
603 ], | 604 ], |
604 }], # OS == "android" | 605 }], # OS == "android" |
605 ], | 606 ], |
606 } | 607 } |
OLD | NEW |