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

Side by Side Diff: chrome/chrome.gyp

Issue 570203002: Make chrome_shell_apk build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-chrome-jamesr
Patch Set: Rebase 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
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 '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
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 'profile_account_management_metrics_java', 588 'profile_account_management_metrics_java',
588 'profile_sync_service_model_type_selection_java', 589 'profile_sync_service_model_type_selection_java',
589 'resource_id_java', 590 'resource_id_java',
590 'toolbar_model_security_levels_java', 591 'toolbar_model_security_levels_java',
591 'tab_load_status_java', 592 'tab_load_status_java',
592 '../base/base.gyp:base', 593 '../base/base.gyp:base',
593 '../components/components.gyp:bookmarks_java', 594 '../components/components.gyp:bookmarks_java',
594 '../components/components.gyp:dom_distiller_core_java', 595 '../components/components.gyp:dom_distiller_core_java',
595 '../components/components.gyp:gcm_driver_java', 596 '../components/components.gyp:gcm_driver_java',
596 '../components/components.gyp:invalidation_java', 597 '../components/components.gyp:invalidation_java',
597 '../components/components.gyp:navigation_interception_java', 598 '../components/components.gyp:navigation_interception_java',
598 '../components/components.gyp:sessions',
599 '../components/components.gyp:variations_java', 599 '../components/components.gyp:variations_java',
600 '../components/components.gyp:web_contents_delegate_android_java', 600 '../components/components.gyp:web_contents_delegate_android_java',
601 '../content/content.gyp:content_java', 601 '../content/content.gyp:content_java',
602 '../printing/printing.gyp:printing_java', 602 '../printing/printing.gyp:printing_java',
603 '../sync/sync.gyp:sync_java', 603 '../sync/sync.gyp:sync_java',
604 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib', 604 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib',
605 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib', 605 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib',
606 '../ui/android/ui_android.gyp:ui_java', 606 '../ui/android/ui_android.gyp:ui_java',
607 ], 607 ],
608 'variables': { 608 'variables': {
609 'java_in_dir': '../chrome/android/java', 609 'java_in_dir': '../chrome/android/java',
610 'has_java_resources': 1, 610 'has_java_resources': 1,
611 'R_package': 'org.chromium.chrome', 611 'R_package': 'org.chromium.chrome',
612 'R_package_relpath': 'org/chromium/chrome', 612 'R_package_relpath': 'org/chromium/chrome',
613 # Include xml string files generated from generated_resources.grd 613 # Include xml string files generated from generated_resources.grd
614 'res_extra_dirs': ['<(SHARED_INTERMEDIATE_DIR)/chrome/java/res'], 614 'res_extra_dirs': ['<(SHARED_INTERMEDIATE_DIR)/chrome/java/res'],
615 'res_extra_files': ['<!@pymod_do_main(grit_info <@(grit_defines) --o utputs "<(SHARED_INTERMEDIATE_DIR)/chrome" app/generated_resources.grd)'], 615 'res_extra_files': ['<!@pymod_do_main(grit_info <@(grit_defines) --o utputs "<(SHARED_INTERMEDIATE_DIR)/chrome" app/generated_resources.grd)'],
616 }, 616 },
617 'includes': [ 617 'includes': [
618 '../build/java.gypi', 618 '../build/java.gypi',
619 ], 619 ],
620 }, 620 },
621 { 621 {
622 # GN: //chrome/android:chrome_strings_grd
622 'target_name': 'chrome_strings_grd', 623 'target_name': 'chrome_strings_grd',
623 'type': 'none', 624 'type': 'none',
624 'variables': { 625 'variables': {
625 'grd_file': '../chrome/android/java/strings/android_chrome_strings.g rd', 626 'grd_file': '../chrome/android/java/strings/android_chrome_strings.g rd',
626 }, 627 },
627 'includes': [ 628 'includes': [
628 '../build/java_strings_grd.gypi', 629 '../build/java_strings_grd.gypi',
629 ], 630 ],
630 }, 631 },
631 ], # 'targets' 632 ], # 'targets'
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
726 'service/service_utility_process_host.cc', 727 'service/service_utility_process_host.cc',
727 'service/service_utility_process_host.h', 728 'service/service_utility_process_host.h',
728 ], 729 ],
729 }], 730 }],
730 ], 731 ],
731 }, 732 },
732 ], 733 ],
733 }], 734 }],
734 ], # 'conditions' 735 ], # 'conditions'
735 } 736 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698