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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
414 'public/android/java/src/org/chromium/content/common/IChildProcessCa
llback.aidl', | 414 'public/android/java/src/org/chromium/content/common/IChildProcessCa
llback.aidl', |
415 'public/android/java/src/org/chromium/content/common/IChildProcessSe
rvice.aidl', | 415 'public/android/java/src/org/chromium/content/common/IChildProcessSe
rvice.aidl', |
416 ], | 416 ], |
417 'includes': [ '../build/java_aidl.gypi' ], | 417 'includes': [ '../build/java_aidl.gypi' ], |
418 }, | 418 }, |
419 { | 419 { |
420 'target_name': 'content_java', | 420 'target_name': 'content_java', |
421 'type': 'none', | 421 'type': 'none', |
422 'dependencies': [ | 422 'dependencies': [ |
423 '../base/base.gyp:base', | 423 '../base/base.gyp:base', |
| 424 '../device/battery/battery.gyp:device_battery_java', |
424 '../media/media.gyp:media_java', | 425 '../media/media.gyp:media_java', |
425 '../net/net.gyp:net', | 426 '../net/net.gyp:net', |
426 '../ui/android/ui_android.gyp:ui_java', | 427 '../ui/android/ui_android.gyp:ui_java', |
427 'common_aidl', | 428 'common_aidl', |
428 'content_common', | 429 'content_common', |
429 'content_strings_grd', | 430 'content_strings_grd', |
430 'content_gamepad_mapping', | 431 'content_gamepad_mapping', |
431 'gesture_event_type_java', | 432 'gesture_event_type_java', |
432 'page_transition_types_java', | 433 'page_transition_types_java', |
433 'popup_item_type_java', | 434 'popup_item_type_java', |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
616 'browser/gamepad/canonical_axis_index_list.h', | 617 'browser/gamepad/canonical_axis_index_list.h', |
617 'browser/gamepad/canonical_button_index_list.h', | 618 'browser/gamepad/canonical_button_index_list.h', |
618 ], | 619 ], |
619 }, | 620 }, |
620 'includes': [ '../build/android/java_cpp_template.gypi' ], | 621 'includes': [ '../build/android/java_cpp_template.gypi' ], |
621 }, | 622 }, |
622 ], | 623 ], |
623 }], # OS == "android" | 624 }], # OS == "android" |
624 ], | 625 ], |
625 } | 626 } |
OLD | NEW |