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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 '../device/battery/battery.gyp:device_battery_java', | 430 '../device/battery/battery.gyp:device_battery_java', |
431 '../device/vibration/vibration.gyp:device_vibration_java', | 431 '../device/vibration/vibration.gyp:device_vibration_java', |
432 '../media/media.gyp:media_java', | 432 '../media/media.gyp:media_java', |
433 '../mojo/mojo_base.gyp:mojo_system_java', | 433 '../mojo/mojo_base.gyp:mojo_system_java', |
434 '../mojo/public/mojo_public.gyp:mojo_application_bindings', | 434 '../mojo/mojo_public.gyp:mojo_application_bindings', |
435 '../mojo/public/mojo_public.gyp:mojo_bindings_java', | 435 '../mojo/mojo_public.gyp:mojo_bindings_java', |
436 '../net/net.gyp:net', | 436 '../net/net.gyp:net', |
437 '../ui/android/ui_android.gyp:ui_java', | 437 '../ui/android/ui_android.gyp:ui_java', |
438 '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_j
ava', | 438 '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_j
ava', |
439 'common_aidl', | 439 'common_aidl', |
440 'content_common', | 440 'content_common', |
441 'content_strings_grd', | 441 'content_strings_grd', |
442 'content_gamepad_mapping', | 442 'content_gamepad_mapping', |
443 'gesture_event_type_java', | 443 'gesture_event_type_java', |
444 'popup_item_type_java', | 444 'popup_item_type_java', |
445 'result_codes_java', | 445 'result_codes_java', |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
580 ], | 580 ], |
581 }, | 581 }, |
582 ], | 582 ], |
583 }], | 583 }], |
584 ], | 584 ], |
585 }, | 585 }, |
586 ], | 586 ], |
587 }], # OS == "android" | 587 }], # OS == "android" |
588 ], | 588 ], |
589 } | 589 } |
OLD | NEW |