| 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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 436 '../third_party/mojo/mojo_public.gyp:mojo_bindings_java', | 436 '../third_party/mojo/mojo_public.gyp:mojo_bindings_java', |
| 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 '../third_party/WebKit/public/blink_headers.gyp:blink_headers_java', | 439 '../third_party/WebKit/public/blink_headers.gyp:blink_headers_java', |
| 440 'common_aidl', | 440 'common_aidl', |
| 441 'console_message_level_java', | 441 'console_message_level_java', |
| 442 'content_common', | 442 'content_common', |
| 443 'content_strings_grd', | 443 'content_strings_grd', |
| 444 'content_gamepad_mapping', | 444 'content_gamepad_mapping', |
| 445 'gesture_event_type_java', | 445 'gesture_event_type_java', |
| 446 'invalidate_types_java', | |
| 447 'navigation_controller_java', | 446 'navigation_controller_java', |
| 448 'popup_item_type_java', | 447 'popup_item_type_java', |
| 449 'result_codes_java', | 448 'result_codes_java', |
| 450 'speech_recognition_error_java', | 449 'speech_recognition_error_java', |
| 451 'top_controls_state_java', | 450 'top_controls_state_java', |
| 452 'screen_orientation_values_java', | 451 'screen_orientation_values_java', |
| 453 ], | 452 ], |
| 454 'variables': { | 453 'variables': { |
| 455 'java_in_dir': '../content/public/android/java', | 454 'java_in_dir': '../content/public/android/java', |
| 456 'has_java_resources': 1, | 455 'has_java_resources': 1, |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 488 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 487 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
| 489 }, | 488 }, |
| 490 { | 489 { |
| 491 'target_name': 'gesture_event_type_java', | 490 'target_name': 'gesture_event_type_java', |
| 492 'type': 'none', | 491 'type': 'none', |
| 493 'variables': { | 492 'variables': { |
| 494 'source_file': 'browser/android/gesture_event_type.h', | 493 'source_file': 'browser/android/gesture_event_type.h', |
| 495 }, | 494 }, |
| 496 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 495 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
| 497 }, | 496 }, |
| 498 { | |
| 499 'target_name': 'invalidate_types_java', | |
| 500 'type': 'none', | |
| 501 'variables': { | |
| 502 'source_file': 'public/browser/invalidate_type.h', | |
| 503 }, | |
| 504 'includes': [ '../build/android/java_cpp_enum.gypi' ], | |
| 505 }, | |
| 506 { | 497 { |
| 507 'target_name': 'navigation_controller_java', | 498 'target_name': 'navigation_controller_java', |
| 508 'type': 'none', | 499 'type': 'none', |
| 509 'variables': { | 500 'variables': { |
| 510 'source_file': 'public/browser/navigation_controller.h', | 501 'source_file': 'public/browser/navigation_controller.h', |
| 511 }, | 502 }, |
| 512 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 503 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
| 513 }, | 504 }, |
| 514 { | 505 { |
| 515 'target_name': 'popup_item_type_java', | 506 'target_name': 'popup_item_type_java', |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 608 ], | 599 ], |
| 609 }, | 600 }, |
| 610 ], | 601 ], |
| 611 }], | 602 }], |
| 612 ], | 603 ], |
| 613 }, | 604 }, |
| 614 ], | 605 ], |
| 615 }], # OS == "android" | 606 }], # OS == "android" |
| 616 ], | 607 ], |
| 617 } | 608 } |
| OLD | NEW |