| 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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 440 'variables': { | 440 'variables': { |
| 441 'java_in_dir': '../content/public/android/java', | 441 'java_in_dir': '../content/public/android/java', |
| 442 'has_java_resources': 1, | 442 'has_java_resources': 1, |
| 443 'R_package': 'org.chromium.content', | 443 'R_package': 'org.chromium.content', |
| 444 'R_package_relpath': 'org/chromium/content', | 444 'R_package_relpath': 'org/chromium/content', |
| 445 }, | 445 }, |
| 446 'conditions': [ | 446 'conditions': [ |
| 447 ['android_webview_build == 0', { | 447 ['android_webview_build == 0', { |
| 448 'dependencies': [ | 448 'dependencies': [ |
| 449 '../third_party/eyesfree/eyesfree.gyp:eyesfree_java', | 449 '../third_party/eyesfree/eyesfree.gyp:eyesfree_java', |
| 450 '../third_party/guava/guava.gyp:guava_javalib', | |
| 451 ], | 450 ], |
| 452 }], | 451 }], |
| 453 ], | 452 ], |
| 454 'includes': [ '../build/java.gypi' ], | 453 'includes': [ '../build/java.gypi' ], |
| 455 }, | 454 }, |
| 456 { | 455 { |
| 457 'target_name': 'content_strings_grd', | 456 'target_name': 'content_strings_grd', |
| 458 # The android_webview/Android.mk file depends on this target directly. | 457 # The android_webview/Android.mk file depends on this target directly. |
| 459 'android_unmangled_name': 1, | 458 'android_unmangled_name': 1, |
| 460 'type': 'none', | 459 'type': 'none', |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 617 'browser/gamepad/canonical_axis_index_list.h', | 616 'browser/gamepad/canonical_axis_index_list.h', |
| 618 'browser/gamepad/canonical_button_index_list.h', | 617 'browser/gamepad/canonical_button_index_list.h', |
| 619 ], | 618 ], |
| 620 }, | 619 }, |
| 621 'includes': [ '../build/android/java_cpp_template.gypi' ], | 620 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 622 }, | 621 }, |
| 623 ], | 622 ], |
| 624 }], # OS == "android" | 623 }], # OS == "android" |
| 625 ], | 624 ], |
| 626 } | 625 } |
| OLD | NEW |