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

Side by Side Diff: content/content.gyp

Issue 615893003: Use the new java_cpp_enum rule in content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix aosp Created 6 years, 2 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/child/assert_matching_enums.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 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 'android_unmangled_name': 1, 457 'android_unmangled_name': 1,
458 'type': 'none', 458 'type': 'none',
459 'variables': { 459 'variables': {
460 'grd_file': '../content/public/android/java/strings/android_content_ strings.grd', 460 'grd_file': '../content/public/android/java/strings/android_content_ strings.grd',
461 }, 461 },
462 'includes': [ 462 'includes': [
463 '../build/java_strings_grd.gypi', 463 '../build/java_strings_grd.gypi',
464 ], 464 ],
465 }, 465 },
466 { 466 {
467 'target_name': 'content_gamepad_mapping',
468 'type': 'none',
469 'variables': {
470 'source_file': 'browser/gamepad/gamepad_standard_mappings.h',
471 },
472 'includes': [ '../build/android/java_cpp_enum.gypi' ],
473 },
474 {
467 'target_name': 'gesture_event_type_java', 475 'target_name': 'gesture_event_type_java',
468 'type': 'none', 476 'type': 'none',
469 'sources': [
470 'public/android/java/src/org/chromium/content/browser/GestureEventTy pe.template',
471 ],
472 'variables': { 477 'variables': {
473 'package_name': 'org/chromium/content/browser', 478 'source_file': 'browser/android/gesture_event_type.h',
474 'template_deps': ['browser/android/gesture_event_type_list.h'],
475 }, 479 },
476 'includes': [ '../build/android/java_cpp_template.gypi' ], 480 'includes': [ '../build/android/java_cpp_enum.gypi' ],
477 }, 481 },
478 { 482 {
479 'target_name': 'popup_item_type_java', 483 'target_name': 'popup_item_type_java',
480 'type': 'none', 484 'type': 'none',
481 'sources': [
482 'public/android/java/src/org/chromium/content/browser/input/PopupIte mType.template',
483 ],
484 'variables': { 485 'variables': {
485 'package_name': 'org/chromium/content/browser/input', 486 'source_file': 'browser/android/content_view_core_impl.cc',
486 'template_deps': ['browser/android/popup_item_type_list.h'],
487 }, 487 },
488 'includes': [ '../build/android/java_cpp_template.gypi' ], 488 'includes': [ '../build/android/java_cpp_enum.gypi' ],
489 }, 489 },
490 { 490 {
491 'target_name': 'result_codes_java', 491 'target_name': 'result_codes_java',
492 'type': 'none', 492 'type': 'none',
493 'sources': [
494 'public/android/java/src/org/chromium/content/common/ResultCodes.tem plate',
495 ],
496 'variables': { 493 'variables': {
497 'package_name': 'org/chromium/content/common', 494 'source_file': 'public/common/result_codes.h',
498 'template_deps': ['public/common/result_codes_list.h'],
499 }, 495 },
500 'includes': [ '../build/android/java_cpp_template.gypi' ], 496 'includes': [ '../build/android/java_cpp_enum.gypi' ],
501 }, 497 },
502 { 498 {
503 'target_name': 'selection_event_type_java', 499 'target_name': 'selection_event_type_java',
504 'type': 'none', 500 'type': 'none',
505 'sources': [
506 'public/android/java/src/org/chromium/content/browser/input/Selectio nEventType.template',
507 ],
508 'variables': { 501 'variables': {
509 'package_name': 'org/chromium/content/browser/input', 502 'source_file': 'browser/renderer_host/input/selection_event_type.h',
510 'template_deps': ['browser/renderer_host/input/selection_event_type_ list.h'],
511 }, 503 },
512 'includes': [ '../build/android/java_cpp_template.gypi' ], 504 'includes': [ '../build/android/java_cpp_enum.gypi' ],
513 }, 505 },
514 { 506 {
515 'target_name': 'speech_recognition_error_java', 507 'target_name': 'speech_recognition_error_java',
516 'type': 'none', 508 'type': 'none',
517 'sources': [
518 'public/android/java/src/org/chromium/content/browser/SpeechRecognit ionError.template',
519 ],
520 'variables': { 509 'variables': {
521 'package_name': 'org/chromium/content/browser', 510 'source_file': 'public/common/speech_recognition_error.h',
522 'template_deps': ['public/common/speech_recognition_error_list.h'],
523 }, 511 },
524 'includes': [ '../build/android/java_cpp_template.gypi' ], 512 'includes': [ '../build/android/java_cpp_enum.gypi' ],
525 }, 513 },
526 { 514 {
527 'target_name': 'top_controls_state_java', 515 'target_name': 'top_controls_state_java',
528 'type': 'none', 516 'type': 'none',
529 'sources': [
530 'public/android/java/src/org/chromium/content/common/TopControlsStat e.template',
531 ],
532 'variables': { 517 'variables': {
533 'package_name': 'org/chromium/content/common', 518 'source_file': 'public/common/top_controls_state.h',
534 'template_deps': ['public/common/top_controls_state_list.h'],
535 }, 519 },
536 'includes': [ '../build/android/java_cpp_template.gypi' ], 520 'includes': [ '../build/android/java_cpp_enum.gypi' ],
537 }, 521 },
538 { 522 {
539 'target_name': 'screen_orientation_values_java', 523 'target_name': 'screen_orientation_values_java',
540 'type': 'none', 524 'type': 'none',
541 'sources': [
542 'public/android/java/src/org/chromium/content_public/common/ScreenOr ientationValues.template',
543 ],
544 'variables': { 525 'variables': {
545 'package_name': 'org/chromium/content_public/common', 526 'source_file': 'public/common/screen_orientation_values.h',
546 'template_deps': ['public/common/screen_orientation_values_list.h'],
547 }, 527 },
548 'includes': [ '../build/android/java_cpp_template.gypi' ], 528 'includes': [ '../build/android/java_cpp_enum.gypi' ],
549 }, 529 },
550 { 530 {
551 'target_name': 'java_set_jni_headers', 531 'target_name': 'java_set_jni_headers',
552 'type': 'none', 532 'type': 'none',
553 'variables': { 533 'variables': {
554 'jni_gen_package': 'content', 534 'jni_gen_package': 'content',
555 'input_java_class': 'java/util/HashSet.class', 535 'input_java_class': 'java/util/HashSet.class',
556 }, 536 },
557 'includes': [ '../build/jar_file_jni_generator.gypi' ], 537 'includes': [ '../build/jar_file_jni_generator.gypi' ],
558 }, 538 },
(...skipping 24 matching lines...) Expand all
583 { 563 {
584 'destination': '<(PRODUCT_DIR)/content_shell/assets', 564 'destination': '<(PRODUCT_DIR)/content_shell/assets',
585 'files': [ 565 'files': [
586 '<(PRODUCT_DIR)/icudtl.dat', 566 '<(PRODUCT_DIR)/icudtl.dat',
587 ], 567 ],
588 }, 568 },
589 ], 569 ],
590 }], 570 }],
591 ], 571 ],
592 }, 572 },
593 {
594 'target_name': 'content_gamepad_mapping',
595 'type': 'none',
596 'sources': [
597 'public/android/java/src/org/chromium/content/browser/input/Canonica lButtonIndex.template',
598 'public/android/java/src/org/chromium/content/browser/input/Canonica lAxisIndex.template',
599 ],
600 'variables': {
601 'package_name': 'org/chromium/content/browser/input',
602 'template_deps': [
603 'browser/gamepad/canonical_axis_index_list.h',
604 'browser/gamepad/canonical_button_index_list.h',
605 ],
606 },
607 'includes': [ '../build/android/java_cpp_template.gypi' ],
608 },
609 ], 573 ],
610 }], # OS == "android" 574 }], # OS == "android"
611 ], 575 ],
612 } 576 }
OLDNEW
« no previous file with comments | « content/child/assert_matching_enums.cc ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698