| 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 768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 779 'type': 'none', | 779 'type': 'none', |
| 780 'dependencies': [ | 780 'dependencies': [ |
| 781 'content.gyp:content_java', | 781 'content.gyp:content_java', |
| 782 'content_java_test_support', | 782 'content_java_test_support', |
| 783 'content_shell_java', | 783 'content_shell_java', |
| 784 'libcontent_shell_content_view', | 784 'libcontent_shell_content_view', |
| 785 '../base/base.gyp:base_java', | 785 '../base/base.gyp:base_java', |
| 786 '../media/media.gyp:media_java', | 786 '../media/media.gyp:media_java', |
| 787 '../net/net.gyp:net_java', | 787 '../net/net.gyp:net_java', |
| 788 '../tools/android/forwarder/forwarder.gyp:forwarder', | 788 '../tools/android/forwarder/forwarder.gyp:forwarder', |
| 789 '../ui/ui.gyp:ui_java', | 789 '../ui/android/ui_android.gyp:ui_java', |
| 790 ], | 790 ], |
| 791 'variables': { | 791 'variables': { |
| 792 'apk_name': 'ContentShell', | 792 'apk_name': 'ContentShell', |
| 793 'manifest_package_name': 'org.chromium.content_shell_apk', | 793 'manifest_package_name': 'org.chromium.content_shell_apk', |
| 794 'java_in_dir': 'shell/android/shell_apk', | 794 'java_in_dir': 'shell/android/shell_apk', |
| 795 'resource_dir': 'shell/android/shell_apk/res', | 795 'resource_dir': 'shell/android/shell_apk/res', |
| 796 'native_lib_target': 'libcontent_shell_content_view', | 796 'native_lib_target': 'libcontent_shell_content_view', |
| 797 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], | 797 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
| 798 'asset_location': '<(ant_build_out)/content_shell/assets', | 798 'asset_location': '<(ant_build_out)/content_shell/assets', |
| 799 }, | 799 }, |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 860 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 860 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
| 861 '--destination_dir', '<(dest_dir)', | 861 '--destination_dir', '<(dest_dir)', |
| 862 ], | 862 ], |
| 863 }, | 863 }, |
| 864 ], | 864 ], |
| 865 }, | 865 }, |
| 866 ], | 866 ], |
| 867 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 867 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
| 868 ] | 868 ] |
| 869 } | 869 } |
| OLD | NEW |