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', |
427 '../media/media.gyp:media_java', | 428 '../media/media.gyp:media_java', |
428 '../mojo/mojo_base.gyp:mojo_system_java', | 429 '../mojo/mojo_base.gyp:mojo_system_java', |
429 '../mojo/public/mojo_public.gyp:mojo_bindings_java', | 430 '../mojo/public/mojo_public.gyp:mojo_bindings_java', |
430 '../net/net.gyp:net', | 431 '../net/net.gyp:net', |
431 '../ui/android/ui_android.gyp:ui_java', | 432 '../ui/android/ui_android.gyp:ui_java', |
432 'common_aidl', | 433 'common_aidl', |
433 'content_common', | 434 'content_common', |
434 'content_strings_grd', | 435 'content_strings_grd', |
435 'content_gamepad_mapping', | 436 'content_gamepad_mapping', |
436 'gesture_event_type_java', | 437 'gesture_event_type_java', |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
572 ], | 573 ], |
573 }, | 574 }, |
574 ], | 575 ], |
575 }], | 576 }], |
576 ], | 577 ], |
577 }, | 578 }, |
578 ], | 579 ], |
579 }], # OS == "android" | 580 }], # OS == "android" |
580 ], | 581 ], |
581 } | 582 } |
OLD | NEW |