| 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 568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 579 'jni_gen_package': 'content', | 579 'jni_gen_package': 'content', |
| 580 'input_java_class': 'android/view/MotionEvent.class', | 580 'input_java_class': 'android/view/MotionEvent.class', |
| 581 }, | 581 }, |
| 582 'includes': [ '../build/jar_file_jni_generator.gypi' ], | 582 'includes': [ '../build/jar_file_jni_generator.gypi' ], |
| 583 }, | 583 }, |
| 584 { | 584 { |
| 585 'target_name': 'content_jni_headers', | 585 'target_name': 'content_jni_headers', |
| 586 'type': 'none', | 586 'type': 'none', |
| 587 'dependencies': [ | 587 'dependencies': [ |
| 588 'java_set_jni_headers', | 588 'java_set_jni_headers', |
| 589 'motionevent_jni_headers' | 589 'motionevent_jni_headers', |
| 590 '../third_party/cardboard-java/cardboard.gyp:cardboard_jar', |
| 590 ], | 591 ], |
| 591 'includes': [ 'content_jni.gypi' ], | 592 'includes': [ 'content_jni.gypi' ], |
| 592 }, | 593 }, |
| 593 { | 594 { |
| 594 'target_name': 'content_icudata', | 595 'target_name': 'content_icudata', |
| 595 'type': 'none', | 596 'type': 'none', |
| 596 'conditions': [ | 597 'conditions': [ |
| 597 ['icu_use_data_file_flag==1', { | 598 ['icu_use_data_file_flag==1', { |
| 598 'copies': [ | 599 'copies': [ |
| 599 { | 600 { |
| (...skipping 20 matching lines...) Expand all Loading... |
| 620 ], | 621 ], |
| 621 }, | 622 }, |
| 622 ], | 623 ], |
| 623 }], | 624 }], |
| 624 ], | 625 ], |
| 625 }, | 626 }, |
| 626 ], | 627 ], |
| 627 }], # OS == "android" | 628 }], # OS == "android" |
| 628 ], | 629 ], |
| 629 } | 630 } |
| OLD | NEW |