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 499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |