| 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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 '../base/base.gyp:base', | 429 '../base/base.gyp:base', |
| 430 '../device/battery/battery.gyp:device_battery_java', | 430 '../device/battery/battery.gyp:device_battery_java', |
| 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 '../mojo/mojo_public.gyp:mojo_application_bindings', | 434 '../mojo/mojo_public.gyp:mojo_application_bindings', |
| 435 '../mojo/mojo_public.gyp:mojo_bindings_java', | 435 '../mojo/mojo_public.gyp:mojo_bindings_java', |
| 436 '../net/net.gyp:net', | 436 '../net/net.gyp:net', |
| 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 'common_aidl', | 440 'common_aidl', |
| 440 'content_common', | 441 'content_common', |
| 441 'content_strings_grd', | 442 'content_strings_grd', |
| 442 'content_gamepad_mapping', | 443 'content_gamepad_mapping', |
| 443 'gesture_event_type_java', | 444 'gesture_event_type_java', |
| 445 'navigation_controller_java', |
| 444 'popup_item_type_java', | 446 'popup_item_type_java', |
| 445 'result_codes_java', | 447 'result_codes_java', |
| 446 'speech_recognition_error_java', | 448 'speech_recognition_error_java', |
| 447 'top_controls_state_java', | 449 'top_controls_state_java', |
| 448 'screen_orientation_values_java', | 450 'screen_orientation_values_java', |
| 449 ], | 451 ], |
| 450 'variables': { | 452 'variables': { |
| 451 'java_in_dir': '../content/public/android/java', | 453 'java_in_dir': '../content/public/android/java', |
| 452 'has_java_resources': 1, | 454 'has_java_resources': 1, |
| 453 'R_package': 'org.chromium.content', | 455 'R_package': 'org.chromium.content', |
| (...skipping 23 matching lines...) Expand all Loading... |
| 477 }, | 479 }, |
| 478 { | 480 { |
| 479 'target_name': 'gesture_event_type_java', | 481 'target_name': 'gesture_event_type_java', |
| 480 'type': 'none', | 482 'type': 'none', |
| 481 'variables': { | 483 'variables': { |
| 482 'source_file': 'browser/android/gesture_event_type.h', | 484 'source_file': 'browser/android/gesture_event_type.h', |
| 483 }, | 485 }, |
| 484 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 486 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
| 485 }, | 487 }, |
| 486 { | 488 { |
| 489 'target_name': 'navigation_controller_java', |
| 490 'type': 'none', |
| 491 'variables': { |
| 492 'source_file': 'public/browser/navigation_controller.h', |
| 493 }, |
| 494 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
| 495 }, |
| 496 { |
| 487 'target_name': 'popup_item_type_java', | 497 'target_name': 'popup_item_type_java', |
| 488 'type': 'none', | 498 'type': 'none', |
| 489 'variables': { | 499 'variables': { |
| 490 'source_file': 'browser/android/content_view_core_impl.cc', | 500 'source_file': 'browser/android/content_view_core_impl.cc', |
| 491 }, | 501 }, |
| 492 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 502 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
| 493 }, | 503 }, |
| 494 { | 504 { |
| 495 'target_name': 'result_codes_java', | 505 'target_name': 'result_codes_java', |
| 496 'type': 'none', | 506 'type': 'none', |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 580 ], | 590 ], |
| 581 }, | 591 }, |
| 582 ], | 592 ], |
| 583 }], | 593 }], |
| 584 ], | 594 ], |
| 585 }, | 595 }, |
| 586 ], | 596 ], |
| 587 }], # OS == "android" | 597 }], # OS == "android" |
| 588 ], | 598 ], |
| 589 } | 599 } |
| OLD | NEW |