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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
431 '../device/vibration/vibration.gyp:device_vibration_java', | 431 '../device/vibration/vibration.gyp:device_vibration_java', |
432 '../media/media.gyp:media_java', | 432 '../media/media.gyp:media_java', |
433 '../mojo/mojo_base.gyp:mojo_system_java', | 433 '../mojo/mojo_base.gyp:mojo_system_java', |
434 '../net/net.gyp:net', | 434 '../net/net.gyp:net', |
435 '../third_party/mojo/mojo_public.gyp:mojo_application_bindings', | 435 '../third_party/mojo/mojo_public.gyp:mojo_application_bindings', |
436 '../third_party/mojo/mojo_public.gyp:mojo_bindings_java', | 436 '../third_party/mojo/mojo_public.gyp:mojo_bindings_java', |
437 '../ui/android/ui_android.gyp:ui_java', | 437 '../ui/android/ui_android.gyp:ui_java', |
438 '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_j
ava', | 438 '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_j
ava', |
439 '../third_party/WebKit/public/blink_headers.gyp:blink_headers_java', | 439 '../third_party/WebKit/public/blink_headers.gyp:blink_headers_java', |
440 'common_aidl', | 440 'common_aidl', |
| 441 'console_message_level_java', |
441 'content_common', | 442 'content_common', |
442 'content_strings_grd', | 443 'content_strings_grd', |
443 'content_gamepad_mapping', | 444 'content_gamepad_mapping', |
444 'gesture_event_type_java', | 445 'gesture_event_type_java', |
445 'navigation_controller_java', | 446 'navigation_controller_java', |
446 'popup_item_type_java', | 447 'popup_item_type_java', |
447 'result_codes_java', | 448 'result_codes_java', |
448 'speech_recognition_error_java', | 449 'speech_recognition_error_java', |
449 'top_controls_state_java', | 450 'top_controls_state_java', |
450 'screen_orientation_values_java', | 451 'screen_orientation_values_java', |
451 ], | 452 ], |
452 'variables': { | 453 'variables': { |
453 'java_in_dir': '../content/public/android/java', | 454 'java_in_dir': '../content/public/android/java', |
454 'has_java_resources': 1, | 455 'has_java_resources': 1, |
455 'R_package': 'org.chromium.content', | 456 'R_package': 'org.chromium.content', |
456 'R_package_relpath': 'org/chromium/content', | 457 'R_package_relpath': 'org/chromium/content', |
457 }, | 458 }, |
458 'includes': [ '../build/java.gypi' ], | 459 'includes': [ '../build/java.gypi' ], |
459 }, | 460 }, |
460 { | 461 { |
| 462 'target_name': 'console_message_level_java', |
| 463 'type': 'none', |
| 464 'variables': { |
| 465 'source_file': 'public/common/console_message_level.h', |
| 466 }, |
| 467 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
| 468 }, |
| 469 { |
461 'target_name': 'content_strings_grd', | 470 'target_name': 'content_strings_grd', |
462 # The android_webview/Android.mk file depends on this target directly. | 471 # The android_webview/Android.mk file depends on this target directly. |
463 'android_unmangled_name': 1, | 472 'android_unmangled_name': 1, |
464 'type': 'none', | 473 'type': 'none', |
465 'variables': { | 474 'variables': { |
466 'grd_file': '../content/public/android/java/strings/android_content_
strings.grd', | 475 'grd_file': '../content/public/android/java/strings/android_content_
strings.grd', |
467 }, | 476 }, |
468 'includes': [ | 477 'includes': [ |
469 '../build/java_strings_grd.gypi', | 478 '../build/java_strings_grd.gypi', |
470 ], | 479 ], |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
590 ], | 599 ], |
591 }, | 600 }, |
592 ], | 601 ], |
593 }], | 602 }], |
594 ], | 603 ], |
595 }, | 604 }, |
596 ], | 605 ], |
597 }], # OS == "android" | 606 }], # OS == "android" |
598 ], | 607 ], |
599 } | 608 } |
OLD | NEW |