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 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
452 ], | 452 ], |
453 'includes': [ '../build/java_aidl.gypi' ], | 453 'includes': [ '../build/java_aidl.gypi' ], |
454 }, | 454 }, |
455 { | 455 { |
456 'target_name': 'content_java', | 456 'target_name': 'content_java', |
457 'type': 'none', | 457 'type': 'none', |
458 'dependencies': [ | 458 'dependencies': [ |
459 '../base/base.gyp:base', | 459 '../base/base.gyp:base', |
460 '../device/battery/battery.gyp:device_battery_java', | 460 '../device/battery/battery.gyp:device_battery_java', |
461 '../device/bluetooth/bluetooth.gyp:device_bluetooth_java', | 461 '../device/bluetooth/bluetooth.gyp:device_bluetooth_java', |
| 462 '../device/sensor/sensor.gyp:device_sensor_java', |
462 '../device/usb/usb.gyp:device_usb_java', | 463 '../device/usb/usb.gyp:device_usb_java', |
463 '../device/vibration/vibration.gyp:device_vibration_java', | 464 '../device/vibration/vibration.gyp:device_vibration_java', |
464 '../media/media.gyp:media_java', | 465 '../media/media.gyp:media_java', |
465 '../mojo/mojo_base.gyp:mojo_system_java', | 466 '../mojo/mojo_base.gyp:mojo_system_java', |
466 '../mojo/mojo_public.gyp:mojo_bindings_java', | 467 '../mojo/mojo_public.gyp:mojo_bindings_java', |
467 '../net/net.gyp:net', | 468 '../net/net.gyp:net', |
468 '../skia/skia.gyp:skia_mojo', | 469 '../skia/skia.gyp:skia_mojo', |
469 '../ui/android/ui_android.gyp:ui_java', | 470 '../ui/android/ui_android.gyp:ui_java', |
470 '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_j
ava', | 471 '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_j
ava', |
471 '../ui/touch_selection/ui_touch_selection.gyp:touch_handle_orientati
on_java', | 472 '../ui/touch_selection/ui_touch_selection.gyp:touch_handle_orientati
on_java', |
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
677 }, | 678 }, |
678 'includes': [ | 679 'includes': [ |
679 '../build/android/copy_ex.gypi', | 680 '../build/android/copy_ex.gypi', |
680 '../build/android/v8_external_startup_data_arch_suffix.gypi', | 681 '../build/android/v8_external_startup_data_arch_suffix.gypi', |
681 ], | 682 ], |
682 }, | 683 }, |
683 ], | 684 ], |
684 }], # OS == "android" | 685 }], # OS == "android" |
685 ], | 686 ], |
686 } | 687 } |
OLD | NEW |