Chromium Code Reviews| 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 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 427 { | 427 { |
| 428 'target_name': 'content_java', | 428 'target_name': 'content_java', |
| 429 'type': 'none', | 429 'type': 'none', |
| 430 'dependencies': [ | 430 'dependencies': [ |
| 431 '../base/base.gyp:base', | 431 '../base/base.gyp:base', |
| 432 '../device/battery/battery.gyp:device_battery_java', | 432 '../device/battery/battery.gyp:device_battery_java', |
| 433 '../media/media.gyp:media_java', | 433 '../media/media.gyp:media_java', |
| 434 '../mojo/mojo_base.gyp:mojo_application_bindings', | 434 '../mojo/mojo_base.gyp:mojo_application_bindings', |
| 435 '../mojo/mojo_base.gyp:mojo_system_java', | 435 '../mojo/mojo_base.gyp:mojo_system_java', |
| 436 '../net/net.gyp:net', | 436 '../net/net.gyp:net', |
| 437 '../skia/skia.gyp:skia_mojo', | |
|
nasko
2015/07/06 07:45:23
Why are the changes in this file needed? Aren't th
| |
| 437 '../third_party/mojo/mojo_public.gyp:mojo_bindings_java', | 438 '../third_party/mojo/mojo_public.gyp:mojo_bindings_java', |
| 438 '../ui/android/ui_android.gyp:ui_java', | 439 '../ui/android/ui_android.gyp:ui_java', |
| 439 '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_j ava', | 440 '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_j ava', |
| 440 '../ui/touch_selection/ui_touch_selection.gyp:touch_handle_orientati on_java', | 441 '../ui/touch_selection/ui_touch_selection.gyp:touch_handle_orientati on_java', |
| 441 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib', | 442 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib', |
| 442 '../third_party/WebKit/public/blink_headers.gyp:blink_headers_java', | 443 '../third_party/WebKit/public/blink_headers.gyp:blink_headers_java', |
| 444 '../ui/mojo/geometry/mojo_bindings.gyp:mojo_geometry_bindings', | |
| 443 'common_aidl', | 445 'common_aidl', |
| 444 'console_message_level_java', | 446 'console_message_level_java', |
| 445 'content_common', | 447 'content_common', |
| 446 'content_strings_grd', | 448 'content_strings_grd', |
| 447 'content_gamepad_mapping', | 449 'content_gamepad_mapping', |
| 448 'gesture_event_type_java', | 450 'gesture_event_type_java', |
| 449 'invalidate_types_java', | 451 'invalidate_types_java', |
| 450 'navigation_controller_java', | 452 'navigation_controller_java', |
| 451 'popup_item_type_java', | 453 'popup_item_type_java', |
| 452 'result_codes_java', | 454 'result_codes_java', |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 629 ], | 631 ], |
| 630 }, | 632 }, |
| 631 ], | 633 ], |
| 632 }], | 634 }], |
| 633 ], | 635 ], |
| 634 }, | 636 }, |
| 635 ], | 637 ], |
| 636 }], # OS == "android" | 638 }], # OS == "android" |
| 637 ], | 639 ], |
| 638 } | 640 } |
| OLD | NEW |