| 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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 420 'public/android/java/src/org/chromium/content/common/IChildProcessCa
llback.aidl', | 420 'public/android/java/src/org/chromium/content/common/IChildProcessCa
llback.aidl', |
| 421 'public/android/java/src/org/chromium/content/common/IChildProcessSe
rvice.aidl', | 421 'public/android/java/src/org/chromium/content/common/IChildProcessSe
rvice.aidl', |
| 422 ], | 422 ], |
| 423 'includes': [ '../build/java_aidl.gypi' ], | 423 'includes': [ '../build/java_aidl.gypi' ], |
| 424 }, | 424 }, |
| 425 { | 425 { |
| 426 'target_name': 'content_java', | 426 'target_name': 'content_java', |
| 427 'type': 'none', | 427 'type': 'none', |
| 428 'dependencies': [ | 428 'dependencies': [ |
| 429 '../base/base.gyp:base', | 429 '../base/base.gyp:base', |
| 430 '../components/installedapp/installedapp.gyp:components_installedapp
_java', |
| 430 '../device/battery/battery.gyp:device_battery_java', | 431 '../device/battery/battery.gyp:device_battery_java', |
| 431 '../device/bluetooth/bluetooth.gyp:device_bluetooth_java', | 432 '../device/bluetooth/bluetooth.gyp:device_bluetooth_java', |
| 432 '../device/usb/usb.gyp:device_usb_java', | 433 '../device/usb/usb.gyp:device_usb_java', |
| 433 '../device/vibration/vibration.gyp:device_vibration_java', | 434 '../device/vibration/vibration.gyp:device_vibration_java', |
| 434 '../media/media.gyp:media_java', | 435 '../media/media.gyp:media_java', |
| 435 '../mojo/mojo_base.gyp:mojo_application_bindings', | 436 '../mojo/mojo_base.gyp:mojo_application_bindings', |
| 436 '../mojo/mojo_base.gyp:mojo_system_java', | 437 '../mojo/mojo_base.gyp:mojo_system_java', |
| 437 '../net/net.gyp:net', | 438 '../net/net.gyp:net', |
| 438 '../skia/skia.gyp:skia_mojo', | 439 '../skia/skia.gyp:skia_mojo', |
| 439 '../third_party/mojo/mojo_public.gyp:mojo_bindings_java', | 440 '../third_party/mojo/mojo_public.gyp:mojo_bindings_java', |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 648 }, | 649 }, |
| 649 'includes': [ | 650 'includes': [ |
| 650 '../build/android/copy_ex.gypi', | 651 '../build/android/copy_ex.gypi', |
| 651 '../build/android/v8_external_startup_data_arch_suffix.gypi', | 652 '../build/android/v8_external_startup_data_arch_suffix.gypi', |
| 652 ], | 653 ], |
| 653 }, | 654 }, |
| 654 ], | 655 ], |
| 655 }], # OS == "android" | 656 }], # OS == "android" |
| 656 ], | 657 ], |
| 657 } | 658 } |
| OLD | NEW |