| 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 534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 545 'variables': { | 545 'variables': { |
| 546 'package_name': 'org/chromium/content/common', | 546 'package_name': 'org/chromium/content/common', |
| 547 'template_deps': ['public/common/top_controls_state_list.h'], | 547 'template_deps': ['public/common/top_controls_state_list.h'], |
| 548 }, | 548 }, |
| 549 'includes': [ '../build/android/java_cpp_template.gypi' ], | 549 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 550 }, | 550 }, |
| 551 { | 551 { |
| 552 'target_name': 'screen_orientation_values_java', | 552 'target_name': 'screen_orientation_values_java', |
| 553 'type': 'none', | 553 'type': 'none', |
| 554 'sources': [ | 554 'sources': [ |
| 555 'public/android/java/src/org/chromium/content/common/ScreenOrientati
onValues.template', | 555 'public/android/java/src/org/chromium/content_public/common/ScreenOr
ientationValues.template', |
| 556 ], | 556 ], |
| 557 'variables': { | 557 'variables': { |
| 558 'package_name': 'org/chromium/content/common', | 558 'package_name': 'org/chromium/content_public/common', |
| 559 'template_deps': ['public/common/screen_orientation_values_list.h'], | 559 'template_deps': ['public/common/screen_orientation_values_list.h'], |
| 560 }, | 560 }, |
| 561 'includes': [ '../build/android/java_cpp_template.gypi' ], | 561 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 562 }, | 562 }, |
| 563 { | 563 { |
| 564 'target_name': 'java_set_jni_headers', | 564 'target_name': 'java_set_jni_headers', |
| 565 'type': 'none', | 565 'type': 'none', |
| 566 'variables': { | 566 'variables': { |
| 567 'jni_gen_package': 'content', | 567 'jni_gen_package': 'content', |
| 568 'input_java_class': 'java/util/HashSet.class', | 568 'input_java_class': 'java/util/HashSet.class', |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 616 'browser/gamepad/canonical_axis_index_list.h', | 616 'browser/gamepad/canonical_axis_index_list.h', |
| 617 'browser/gamepad/canonical_button_index_list.h', | 617 'browser/gamepad/canonical_button_index_list.h', |
| 618 ], | 618 ], |
| 619 }, | 619 }, |
| 620 'includes': [ '../build/android/java_cpp_template.gypi' ], | 620 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 621 }, | 621 }, |
| 622 ], | 622 ], |
| 623 }], # OS == "android" | 623 }], # OS == "android" |
| 624 ], | 624 ], |
| 625 } | 625 } |
| OLD | NEW |