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

Side by Side Diff: content/content.gyp

Issue 625543002: Revert of Use the new java_cpp_enum rule in content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 {
475 'target_name': 'gesture_event_type_java', 467 'target_name': 'gesture_event_type_java',
476 'type': 'none', 468 'type': 'none',
469 'sources': [
470 'public/android/java/src/org/chromium/content/browser/GestureEventTy pe.template',
471 ],
477 'variables': { 472 'variables': {
478 'source_file': 'browser/android/gesture_event_type.h', 473 'package_name': 'org/chromium/content/browser',
474 'template_deps': ['browser/android/gesture_event_type_list.h'],
479 }, 475 },
480 'includes': [ '../build/android/java_cpp_enum.gypi' ], 476 'includes': [ '../build/android/java_cpp_template.gypi' ],
481 }, 477 },
482 { 478 {
483 'target_name': 'popup_item_type_java', 479 'target_name': 'popup_item_type_java',
484 'type': 'none', 480 'type': 'none',
481 'sources': [
482 'public/android/java/src/org/chromium/content/browser/input/PopupIte mType.template',
483 ],
485 'variables': { 484 'variables': {
486 'source_file': 'browser/android/content_view_core_impl.cc', 485 'package_name': 'org/chromium/content/browser/input',
486 'template_deps': ['browser/android/popup_item_type_list.h'],
487 }, 487 },
488 'includes': [ '../build/android/java_cpp_enum.gypi' ], 488 'includes': [ '../build/android/java_cpp_template.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 ],
493 'variables': { 496 'variables': {
494 'source_file': 'public/common/result_codes.h', 497 'package_name': 'org/chromium/content/common',
498 'template_deps': ['public/common/result_codes_list.h'],
495 }, 499 },
496 'includes': [ '../build/android/java_cpp_enum.gypi' ], 500 'includes': [ '../build/android/java_cpp_template.gypi' ],
497 }, 501 },
498 { 502 {
499 'target_name': 'selection_event_type_java', 503 'target_name': 'selection_event_type_java',
500 'type': 'none', 504 'type': 'none',
505 'sources': [
506 'public/android/java/src/org/chromium/content/browser/input/Selectio nEventType.template',
507 ],
501 'variables': { 508 'variables': {
502 'source_file': 'browser/renderer_host/input/selection_event_type.h', 509 'package_name': 'org/chromium/content/browser/input',
510 'template_deps': ['browser/renderer_host/input/selection_event_type_ list.h'],
503 }, 511 },
504 'includes': [ '../build/android/java_cpp_enum.gypi' ], 512 'includes': [ '../build/android/java_cpp_template.gypi' ],
505 }, 513 },
506 { 514 {
507 'target_name': 'speech_recognition_error_java', 515 'target_name': 'speech_recognition_error_java',
508 'type': 'none', 516 'type': 'none',
517 'sources': [
518 'public/android/java/src/org/chromium/content/browser/SpeechRecognit ionError.template',
519 ],
509 'variables': { 520 'variables': {
510 'source_file': 'public/common/speech_recognition_error.h', 521 'package_name': 'org/chromium/content/browser',
522 'template_deps': ['public/common/speech_recognition_error_list.h'],
511 }, 523 },
512 'includes': [ '../build/android/java_cpp_enum.gypi' ], 524 'includes': [ '../build/android/java_cpp_template.gypi' ],
513 }, 525 },
514 { 526 {
515 'target_name': 'top_controls_state_java', 527 'target_name': 'top_controls_state_java',
516 'type': 'none', 528 'type': 'none',
529 'sources': [
530 'public/android/java/src/org/chromium/content/common/TopControlsStat e.template',
531 ],
517 'variables': { 532 'variables': {
518 'source_file': 'public/common/top_controls_state.h', 533 'package_name': 'org/chromium/content/common',
534 'template_deps': ['public/common/top_controls_state_list.h'],
519 }, 535 },
520 'includes': [ '../build/android/java_cpp_enum.gypi' ], 536 'includes': [ '../build/android/java_cpp_template.gypi' ],
521 }, 537 },
522 { 538 {
523 'target_name': 'screen_orientation_values_java', 539 'target_name': 'screen_orientation_values_java',
524 'type': 'none', 540 'type': 'none',
541 'sources': [
542 'public/android/java/src/org/chromium/content_public/common/ScreenOr ientationValues.template',
543 ],
525 'variables': { 544 'variables': {
526 'source_file': 'public/common/screen_orientation_values.h', 545 'package_name': 'org/chromium/content_public/common',
546 'template_deps': ['public/common/screen_orientation_values_list.h'],
527 }, 547 },
528 'includes': [ '../build/android/java_cpp_enum.gypi' ], 548 'includes': [ '../build/android/java_cpp_template.gypi' ],
529 }, 549 },
530 { 550 {
531 'target_name': 'java_set_jni_headers', 551 'target_name': 'java_set_jni_headers',
532 'type': 'none', 552 'type': 'none',
533 'variables': { 553 'variables': {
534 'jni_gen_package': 'content', 554 'jni_gen_package': 'content',
535 'input_java_class': 'java/util/HashSet.class', 555 'input_java_class': 'java/util/HashSet.class',
536 }, 556 },
537 'includes': [ '../build/jar_file_jni_generator.gypi' ], 557 'includes': [ '../build/jar_file_jni_generator.gypi' ],
538 }, 558 },
(...skipping 24 matching lines...) Expand all
563 { 583 {
564 'destination': '<(PRODUCT_DIR)/content_shell/assets', 584 'destination': '<(PRODUCT_DIR)/content_shell/assets',
565 'files': [ 585 'files': [
566 '<(PRODUCT_DIR)/icudtl.dat', 586 '<(PRODUCT_DIR)/icudtl.dat',
567 ], 587 ],
568 }, 588 },
569 ], 589 ],
570 }], 590 }],
571 ], 591 ],
572 }, 592 },
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 },
573 ], 609 ],
574 }], # OS == "android" 610 }], # OS == "android"
575 ], 611 ],
576 } 612 }
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