| 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', | |
| 559 'input_java_class': 'android/view/MotionEvent.class', | 558 'input_java_class': 'android/view/MotionEvent.class', |
| 560 }, | 559 }, |
| 561 'includes': [ '../build/jar_file_jni_generator.gypi' ], | 560 'includes': [ '../build/jar_file_jni_generator.gypi' ], |
| 562 }, | 561 }, |
| 563 { | 562 { |
| 564 'target_name': 'content_jni_headers', | 563 'target_name': 'content_jni_headers', |
| 565 'type': 'none', | 564 'type': 'none', |
| 566 'dependencies': [ | 565 'dependencies': [ |
| 567 'java_set_jni_headers', | 566 'java_set_jni_headers', |
| 568 'motionevent_jni_headers' | 567 'motionevent_jni_headers' |
| (...skipping 29 matching lines...) Expand all Loading... |
| 598 'browser/gamepad/canonical_axis_index_list.h', | 597 'browser/gamepad/canonical_axis_index_list.h', |
| 599 'browser/gamepad/canonical_button_index_list.h', | 598 'browser/gamepad/canonical_button_index_list.h', |
| 600 ], | 599 ], |
| 601 }, | 600 }, |
| 602 'includes': [ '../build/android/java_cpp_template.gypi' ], | 601 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 603 }, | 602 }, |
| 604 ], | 603 ], |
| 605 }], # OS == "android" | 604 }], # OS == "android" |
| 606 ], | 605 ], |
| 607 } | 606 } |
| OLD | NEW |