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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 | 7 |
8 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
570 }, | 570 }, |
571 ]}, # 'targets' | 571 ]}, # 'targets' |
572 ], # OS=="win" and target_arch=="ia32" | 572 ], # OS=="win" and target_arch=="ia32" |
573 ['chromeos==1', { | 573 ['chromeos==1', { |
574 'includes': [ 'chrome_browser_chromeos.gypi' ], | 574 'includes': [ 'chrome_browser_chromeos.gypi' ], |
575 }], # chromeos==1 | 575 }], # chromeos==1 |
576 ['OS=="android"', | 576 ['OS=="android"', |
577 { | 577 { |
578 'targets': [ | 578 'targets': [ |
579 { | 579 { |
| 580 # GN: //chrome/android:chrome_java |
580 'target_name': 'chrome_java', | 581 'target_name': 'chrome_java', |
581 'type': 'none', | 582 'type': 'none', |
582 'dependencies': [ | 583 'dependencies': [ |
583 'activity_type_ids_java', | 584 'activity_type_ids_java', |
584 'app_banner_metrics_ids_java', | 585 'app_banner_metrics_ids_java', |
585 'chrome_resources.gyp:chrome_strings', | 586 'chrome_resources.gyp:chrome_strings', |
586 'chrome_strings_grd', | 587 'chrome_strings_grd', |
587 'chrome_version_java', | 588 'chrome_version_java', |
588 'profile_account_management_metrics_java', | 589 'profile_account_management_metrics_java', |
589 'page_info_connection_type_java', | 590 'page_info_connection_type_java', |
590 'profile_sync_service_model_type_selection_java', | 591 'profile_sync_service_model_type_selection_java', |
591 'resource_id_java', | 592 'resource_id_java', |
592 'toolbar_model_security_levels_java', | 593 'toolbar_model_security_levels_java', |
593 'tab_load_status_java', | 594 'tab_load_status_java', |
594 '../base/base.gyp:base', | 595 '../base/base.gyp:base', |
595 '../components/components.gyp:bookmarks_java', | 596 '../components/components.gyp:bookmarks_java', |
596 '../components/components.gyp:dom_distiller_core_java', | 597 '../components/components.gyp:dom_distiller_core_java', |
597 '../components/components.gyp:gcm_driver_java', | 598 '../components/components.gyp:gcm_driver_java', |
598 '../components/components.gyp:invalidation_java', | 599 '../components/components.gyp:invalidation_java', |
599 '../components/components.gyp:navigation_interception_java', | 600 '../components/components.gyp:navigation_interception_java', |
600 '../components/components.gyp:sessions', | |
601 '../components/components.gyp:variations_java', | 601 '../components/components.gyp:variations_java', |
602 '../components/components.gyp:web_contents_delegate_android_java', | 602 '../components/components.gyp:web_contents_delegate_android_java', |
603 '../content/content.gyp:content_java', | 603 '../content/content.gyp:content_java', |
604 '../printing/printing.gyp:printing_java', | 604 '../printing/printing.gyp:printing_java', |
605 '../sync/sync.gyp:sync_java', | 605 '../sync/sync.gyp:sync_java', |
606 '../third_party/android_tools/android_tools.gyp:android_support_v7_a
ppcompat_javalib', | 606 '../third_party/android_tools/android_tools.gyp:android_support_v7_a
ppcompat_javalib', |
607 '../third_party/android_tools/android_tools.gyp:android_support_v13_
javalib', | 607 '../third_party/android_tools/android_tools.gyp:android_support_v13_
javalib', |
608 '../ui/android/ui_android.gyp:ui_java', | 608 '../ui/android/ui_android.gyp:ui_java', |
609 ], | 609 ], |
610 'variables': { | 610 'variables': { |
611 'java_in_dir': '../chrome/android/java', | 611 'java_in_dir': '../chrome/android/java', |
612 'has_java_resources': 1, | 612 'has_java_resources': 1, |
613 'R_package': 'org.chromium.chrome', | 613 'R_package': 'org.chromium.chrome', |
614 'R_package_relpath': 'org/chromium/chrome', | 614 'R_package_relpath': 'org/chromium/chrome', |
615 # Include xml string files generated from generated_resources.grd | 615 # Include xml string files generated from generated_resources.grd |
616 'res_extra_dirs': ['<(SHARED_INTERMEDIATE_DIR)/chrome/java/res'], | 616 'res_extra_dirs': ['<(SHARED_INTERMEDIATE_DIR)/chrome/java/res'], |
617 'res_extra_files': ['<!@pymod_do_main(grit_info <@(grit_defines) --o
utputs "<(SHARED_INTERMEDIATE_DIR)/chrome" app/generated_resources.grd)'], | 617 'res_extra_files': ['<!@pymod_do_main(grit_info <@(grit_defines) --o
utputs "<(SHARED_INTERMEDIATE_DIR)/chrome" app/generated_resources.grd)'], |
618 }, | 618 }, |
619 'includes': [ | 619 'includes': [ |
620 '../build/java.gypi', | 620 '../build/java.gypi', |
621 ], | 621 ], |
622 }, | 622 }, |
623 { | 623 { |
| 624 # GN: //chrome/android:chrome_strings_grd |
624 'target_name': 'chrome_strings_grd', | 625 'target_name': 'chrome_strings_grd', |
625 'type': 'none', | 626 'type': 'none', |
626 'variables': { | 627 'variables': { |
627 'grd_file': '../chrome/android/java/strings/android_chrome_strings.g
rd', | 628 'grd_file': '../chrome/android/java/strings/android_chrome_strings.g
rd', |
628 }, | 629 }, |
629 'includes': [ | 630 'includes': [ |
630 '../build/java_strings_grd.gypi', | 631 '../build/java_strings_grd.gypi', |
631 ], | 632 ], |
632 }, | 633 }, |
633 { | 634 { |
| 635 # GN: //chrome:page_info_connection_type_javagen |
634 'target_name': 'page_info_connection_type_java', | 636 'target_name': 'page_info_connection_type_java', |
635 'type': 'none', | 637 'type': 'none', |
636 'variables': { | 638 'variables': { |
637 'source_file': 'browser/ui/android/website_settings_popup_android.h'
, | 639 'source_file': 'browser/ui/android/website_settings_popup_android.h'
, |
638 }, | 640 }, |
639 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 641 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
640 }, | 642 }, |
641 ], # 'targets' | 643 ], # 'targets' |
642 'includes': [ | 644 'includes': [ |
643 'chrome_android.gypi', | 645 'chrome_android.gypi', |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
736 'service/service_utility_process_host.cc', | 738 'service/service_utility_process_host.cc', |
737 'service/service_utility_process_host.h', | 739 'service/service_utility_process_host.h', |
738 ], | 740 ], |
739 }], | 741 }], |
740 ], | 742 ], |
741 }, | 743 }, |
742 ], | 744 ], |
743 }], | 745 }], |
744 ], # 'conditions' | 746 ], # 'conditions' |
745 } | 747 } |
OLD | NEW |