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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
405 'dependencies': [ | 405 'dependencies': [ |
406 '../third_party/eyesfree/eyesfree.gyp:eyesfree_java', | 406 '../third_party/eyesfree/eyesfree.gyp:eyesfree_java', |
407 '../third_party/guava/guava.gyp:guava_javalib', | 407 '../third_party/guava/guava.gyp:guava_javalib', |
408 ], | 408 ], |
409 }], | 409 }], |
410 ], | 410 ], |
411 'includes': [ '../build/java.gypi' ], | 411 'includes': [ '../build/java.gypi' ], |
412 }, | 412 }, |
413 { | 413 { |
414 'target_name': 'content_strings_grd', | 414 'target_name': 'content_strings_grd', |
| 415 # The android_webview/Android.mk file depends on this target directly. |
| 416 'android_unmangled_name': 1, |
415 'type': 'none', | 417 'type': 'none', |
416 'variables': { | 418 'variables': { |
417 'grd_file': '../content/public/android/java/strings/android_content_
strings.grd', | 419 'grd_file': '../content/public/android/java/strings/android_content_
strings.grd', |
418 }, | 420 }, |
419 'includes': [ | 421 'includes': [ |
420 '../build/java_strings_grd.gypi', | 422 '../build/java_strings_grd.gypi', |
421 ], | 423 ], |
422 }, | 424 }, |
423 { | 425 { |
424 'target_name': 'gesture_event_type_java', | 426 'target_name': 'gesture_event_type_java', |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
560 'browser/gamepad/canonical_axis_index_list.h', | 562 'browser/gamepad/canonical_axis_index_list.h', |
561 'browser/gamepad/canonical_button_index_list.h', | 563 'browser/gamepad/canonical_button_index_list.h', |
562 ], | 564 ], |
563 }, | 565 }, |
564 'includes': [ '../build/android/java_cpp_template.gypi' ], | 566 'includes': [ '../build/android/java_cpp_template.gypi' ], |
565 }, | 567 }, |
566 ], | 568 ], |
567 }], # OS == "android" | 569 }], # OS == "android" |
568 ], | 570 ], |
569 } | 571 } |
OLD | NEW |