Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(275)

Side by Side Diff: content/content.gyp

Issue 970883002: [Android WebView] Synthesize a fake page loading event on page source modification (Re-land) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed findbugs warning Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/browser/web_contents/web_contents_android.cc ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 '../ui/touch_selection/ui_touch_selection.gyp:touch_handle_orientati on_java', 439 '../ui/touch_selection/ui_touch_selection.gyp:touch_handle_orientati on_java',
440 '../third_party/WebKit/public/blink_headers.gyp:blink_headers_java', 440 '../third_party/WebKit/public/blink_headers.gyp:blink_headers_java',
441 'common_aidl', 441 'common_aidl',
442 'console_message_level_java', 442 'console_message_level_java',
443 'content_common', 443 'content_common',
444 'content_strings_grd', 444 'content_strings_grd',
445 'content_gamepad_mapping', 445 'content_gamepad_mapping',
446 'gesture_event_type_java', 446 'gesture_event_type_java',
447 'invalidate_types_java',
447 'navigation_controller_java', 448 'navigation_controller_java',
448 'popup_item_type_java', 449 'popup_item_type_java',
449 'result_codes_java', 450 'result_codes_java',
450 'speech_recognition_error_java', 451 'speech_recognition_error_java',
451 'top_controls_state_java', 452 'top_controls_state_java',
452 'screen_orientation_values_java', 453 'screen_orientation_values_java',
453 ], 454 ],
454 'variables': { 455 'variables': {
455 'java_in_dir': '../content/public/android/java', 456 'java_in_dir': '../content/public/android/java',
456 'has_java_resources': 1, 457 'has_java_resources': 1,
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 }, 490 },
490 { 491 {
491 'target_name': 'gesture_event_type_java', 492 'target_name': 'gesture_event_type_java',
492 'type': 'none', 493 'type': 'none',
493 'variables': { 494 'variables': {
494 'source_file': 'browser/android/gesture_event_type.h', 495 'source_file': 'browser/android/gesture_event_type.h',
495 }, 496 },
496 'includes': [ '../build/android/java_cpp_enum.gypi' ], 497 'includes': [ '../build/android/java_cpp_enum.gypi' ],
497 }, 498 },
498 { 499 {
500 'target_name': 'invalidate_types_java',
501 'type': 'none',
502 'variables': {
503 'source_file': 'public/browser/invalidate_type.h',
504 },
505 'includes': [ '../build/android/java_cpp_enum.gypi' ],
506 },
507 {
499 'target_name': 'navigation_controller_java', 508 'target_name': 'navigation_controller_java',
500 'type': 'none', 509 'type': 'none',
501 'variables': { 510 'variables': {
502 'source_file': 'public/browser/navigation_controller.h', 511 'source_file': 'public/browser/navigation_controller.h',
503 }, 512 },
504 'includes': [ '../build/android/java_cpp_enum.gypi' ], 513 'includes': [ '../build/android/java_cpp_enum.gypi' ],
505 }, 514 },
506 { 515 {
507 'target_name': 'popup_item_type_java', 516 'target_name': 'popup_item_type_java',
508 'type': 'none', 517 'type': 'none',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 ], 609 ],
601 }, 610 },
602 ], 611 ],
603 }], 612 }],
604 ], 613 ],
605 }, 614 },
606 ], 615 ],
607 }], # OS == "android" 616 }], # OS == "android"
608 ], 617 ],
609 } 618 }
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_android.cc ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698