| 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 }, | 9 }, |
| 10 'target_defaults': { | 10 'target_defaults': { |
| (...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 477 '../base/base.gyp:base', | 477 '../base/base.gyp:base', |
| 478 '../device/battery/battery.gyp:device_battery_java', | 478 '../device/battery/battery.gyp:device_battery_java', |
| 479 '../device/bluetooth/bluetooth.gyp:device_bluetooth_java', | 479 '../device/bluetooth/bluetooth.gyp:device_bluetooth_java', |
| 480 '../device/usb/usb.gyp:device_usb_java', | 480 '../device/usb/usb.gyp:device_usb_java', |
| 481 '../device/vibration/vibration.gyp:device_vibration_java', | 481 '../device/vibration/vibration.gyp:device_vibration_java', |
| 482 '../media/media.gyp:media_java', | 482 '../media/media.gyp:media_java', |
| 483 '../mojo/mojo_base.gyp:mojo_system_java', | 483 '../mojo/mojo_base.gyp:mojo_system_java', |
| 484 '../mojo/mojo_public.gyp:mojo_bindings_java', | 484 '../mojo/mojo_public.gyp:mojo_bindings_java', |
| 485 '../net/net.gyp:net', | 485 '../net/net.gyp:net', |
| 486 '../skia/skia.gyp:skia_mojo', | 486 '../skia/skia.gyp:skia_mojo', |
| 487 '../third_party/android_tools/android_tools.gyp:android_support_v13_
javalib', |
| 488 '../third_party/WebKit/public/blink_headers.gyp:blink_headers_java', |
| 487 '../ui/android/ui_android.gyp:ui_java', | 489 '../ui/android/ui_android.gyp:ui_java', |
| 490 '../ui/gfx/gfx.gyp:mojo_geometry_bindings', |
| 488 '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_j
ava', | 491 '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_j
ava', |
| 489 '../ui/touch_selection/ui_touch_selection.gyp:touch_handle_orientati
on_java', | 492 '../ui/touch_selection/ui_touch_selection.gyp:touch_handle_orientati
on_java', |
| 490 '../third_party/android_tools/android_tools.gyp:android_support_v13_
javalib', | |
| 491 '../third_party/WebKit/public/blink_headers.gyp:blink_headers_java', | |
| 492 '../ui/mojo/geometry/mojo_bindings.gyp:mojo_geometry_bindings', | |
| 493 'common_aidl', | 493 'common_aidl', |
| 494 'console_message_level_java', | 494 'console_message_level_java', |
| 495 'content_common', | 495 'content_common', |
| 496 'content_strings_grd', | 496 'content_strings_grd', |
| 497 'content_gamepad_mapping', | 497 'content_gamepad_mapping', |
| 498 'device_sensors_consts_java', | 498 'device_sensors_consts_java', |
| 499 'sensor_manager_android_java', | 499 'sensor_manager_android_java', |
| 500 'gesture_event_type_java', | 500 'gesture_event_type_java', |
| 501 'invalidate_types_java', | 501 'invalidate_types_java', |
| 502 'navigation_controller_java', | 502 'navigation_controller_java', |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 695 }, | 695 }, |
| 696 'includes': [ | 696 'includes': [ |
| 697 '../build/android/copy_ex.gypi', | 697 '../build/android/copy_ex.gypi', |
| 698 '../build/android/v8_external_startup_data_arch_suffix.gypi', | 698 '../build/android/v8_external_startup_data_arch_suffix.gypi', |
| 699 ], | 699 ], |
| 700 }, | 700 }, |
| 701 ], | 701 ], |
| 702 }], # OS == "android" | 702 }], # OS == "android" |
| 703 ], | 703 ], |
| 704 } | 704 } |
| OLD | NEW |