| 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 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 464 ], | 464 ], |
| 465 'includes': [ '../build/java_aidl.gypi' ], | 465 'includes': [ '../build/java_aidl.gypi' ], |
| 466 }, | 466 }, |
| 467 { | 467 { |
| 468 'target_name': 'content_java', | 468 'target_name': 'content_java', |
| 469 'type': 'none', | 469 'type': 'none', |
| 470 'dependencies': [ | 470 'dependencies': [ |
| 471 '../base/base.gyp:base', | 471 '../base/base.gyp:base', |
| 472 '../device/battery/battery.gyp:device_battery_java', | 472 '../device/battery/battery.gyp:device_battery_java', |
| 473 '../device/bluetooth/bluetooth.gyp:device_bluetooth_java', | 473 '../device/bluetooth/bluetooth.gyp:device_bluetooth_java', |
| 474 '../device/nfc/nfc.gyp:device_nfc_java', |
| 474 '../device/usb/usb.gyp:device_usb_java', | 475 '../device/usb/usb.gyp:device_usb_java', |
| 475 '../device/vibration/vibration.gyp:device_vibration_java', | 476 '../device/vibration/vibration.gyp:device_vibration_java', |
| 476 '../media/media.gyp:media_java', | 477 '../media/media.gyp:media_java', |
| 477 '../mojo/mojo_base.gyp:mojo_system_java', | 478 '../mojo/mojo_base.gyp:mojo_system_java', |
| 478 '../mojo/mojo_public.gyp:mojo_bindings_java', | 479 '../mojo/mojo_public.gyp:mojo_bindings_java', |
| 479 '../net/net.gyp:net', | 480 '../net/net.gyp:net', |
| 480 '../skia/skia.gyp:skia_mojo', | 481 '../skia/skia.gyp:skia_mojo', |
| 481 '../ui/android/ui_android.gyp:ui_java', | 482 '../ui/android/ui_android.gyp:ui_java', |
| 482 '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_j
ava', | 483 '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_j
ava', |
| 483 '../ui/touch_selection/ui_touch_selection.gyp:touch_handle_orientati
on_java', | 484 '../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... |
| 689 }, | 690 }, |
| 690 'includes': [ | 691 'includes': [ |
| 691 '../build/android/copy_ex.gypi', | 692 '../build/android/copy_ex.gypi', |
| 692 '../build/android/v8_external_startup_data_arch_suffix.gypi', | 693 '../build/android/v8_external_startup_data_arch_suffix.gypi', |
| 693 ], | 694 ], |
| 694 }, | 695 }, |
| 695 ], | 696 ], |
| 696 }], # OS == "android" | 697 }], # OS == "android" |
| 697 ], | 698 ], |
| 698 } | 699 } |
| OLD | NEW |