| 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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 'public/android/java/src/org/chromium/content/common/IChildProcessCa
llback.aidl', | 417 'public/android/java/src/org/chromium/content/common/IChildProcessCa
llback.aidl', |
| 418 'public/android/java/src/org/chromium/content/common/IChildProcessSe
rvice.aidl', | 418 'public/android/java/src/org/chromium/content/common/IChildProcessSe
rvice.aidl', |
| 419 ], | 419 ], |
| 420 'includes': [ '../build/java_aidl.gypi' ], | 420 'includes': [ '../build/java_aidl.gypi' ], |
| 421 }, | 421 }, |
| 422 { | 422 { |
| 423 'target_name': 'content_java', | 423 'target_name': 'content_java', |
| 424 'type': 'none', | 424 'type': 'none', |
| 425 'dependencies': [ | 425 'dependencies': [ |
| 426 '../base/base.gyp:base', | 426 '../base/base.gyp:base', |
| 427 '../device/battery/battery.gyp:device_battery_java', | |
| 428 '../media/media.gyp:media_java', | 427 '../media/media.gyp:media_java', |
| 429 '../mojo/mojo_base.gyp:mojo_system_java', | 428 '../mojo/mojo_base.gyp:mojo_system_java', |
| 430 '../mojo/public/mojo_public.gyp:mojo_bindings_java', | 429 '../mojo/public/mojo_public.gyp:mojo_bindings_java', |
| 431 '../net/net.gyp:net', | 430 '../net/net.gyp:net', |
| 432 '../ui/android/ui_android.gyp:ui_java', | 431 '../ui/android/ui_android.gyp:ui_java', |
| 433 'common_aidl', | 432 'common_aidl', |
| 434 'content_common', | 433 'content_common', |
| 435 'content_strings_grd', | 434 'content_strings_grd', |
| 436 'content_gamepad_mapping', | 435 'content_gamepad_mapping', |
| 437 'gesture_event_type_java', | 436 'gesture_event_type_java', |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 573 ], | 572 ], |
| 574 }, | 573 }, |
| 575 ], | 574 ], |
| 576 }], | 575 }], |
| 577 ], | 576 ], |
| 578 }, | 577 }, |
| 579 ], | 578 ], |
| 580 }], # OS == "android" | 579 }], # OS == "android" |
| 581 ], | 580 ], |
| 582 } | 581 } |
| OLD | NEW |