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