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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'content_shell_product_name': 'Content Shell', | 7 'content_shell_product_name': 'Content Shell', |
8 # The "19" is so that sites that sniff for version think that this is | 8 # The "19" is so that sites that sniff for version think that this is |
9 # something reasonably current; the "77.34.5" is a hint that this isn't a | 9 # something reasonably current; the "77.34.5" is a hint that this isn't a |
10 # standard Chrome. | 10 # standard Chrome. |
(...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
721 'type': 'none', | 721 'type': 'none', |
722 'dependencies': [ | 722 'dependencies': [ |
723 'content_java', | 723 'content_java', |
724 'content_java_test_support', | 724 'content_java_test_support', |
725 'content_shell_java', | 725 'content_shell_java', |
726 'libcontent_shell_content_view', | 726 'libcontent_shell_content_view', |
727 '../base/base.gyp:base_java', | 727 '../base/base.gyp:base_java', |
728 '../media/media.gyp:media_java', | 728 '../media/media.gyp:media_java', |
729 '../net/net.gyp:net_java', | 729 '../net/net.gyp:net_java', |
730 '../tools/android/forwarder/forwarder.gyp:forwarder', | 730 '../tools/android/forwarder/forwarder.gyp:forwarder', |
731 '../tools/android/md5sum/md5sum.gyp:md5sum', | |
732 '../ui/ui.gyp:ui_java', | 731 '../ui/ui.gyp:ui_java', |
733 ], | 732 ], |
734 'variables': { | 733 'variables': { |
735 'apk_name': 'ContentShell', | 734 'apk_name': 'ContentShell', |
736 'manifest_package_name': 'org.chromium.content_shell_apk', | 735 'manifest_package_name': 'org.chromium.content_shell_apk', |
737 'java_in_dir': 'shell/android/shell_apk', | 736 'java_in_dir': 'shell/android/shell_apk', |
738 'resource_dir': 'shell/android/shell_apk/res', | 737 'resource_dir': 'shell/android/shell_apk/res', |
739 'native_lib_target': 'libcontent_shell_content_view', | 738 'native_lib_target': 'libcontent_shell_content_view', |
740 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], | 739 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
741 'asset_location': '<(ant_build_out)/content_shell/assets', | 740 'asset_location': '<(ant_build_out)/content_shell/assets', |
742 }, | 741 }, |
743 'conditions': [ | 742 'conditions': [ |
744 ['android_webview_build==0', { | 743 ['android_webview_build==0', { |
745 'dependencies': [ | 744 'dependencies': [ |
746 '../tools/imagediff/image_diff.gyp:image_diff#host', | 745 '../tools/imagediff/image_diff.gyp:image_diff#host', |
747 ], | 746 ], |
748 }], | 747 }], |
749 ], | 748 ], |
750 'includes': [ '../build/java_apk.gypi' ], | 749 'includes': [ '../build/java_apk.gypi' ], |
751 }, | 750 }, |
752 ], | 751 ], |
753 }], # OS=="android" | 752 }], # OS=="android" |
754 ] | 753 ] |
755 } | 754 } |
OLD | NEW |