| 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 657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 668 'libcontent_shell_content_view', | 668 'libcontent_shell_content_view', |
| 669 '../base/base.gyp:base_java', | 669 '../base/base.gyp:base_java', |
| 670 '../media/media.gyp:media_java', | 670 '../media/media.gyp:media_java', |
| 671 '../net/net.gyp:net_java', | 671 '../net/net.gyp:net_java', |
| 672 '../ui/ui.gyp:ui_java', | 672 '../ui/ui.gyp:ui_java', |
| 673 ], | 673 ], |
| 674 'variables': { | 674 'variables': { |
| 675 'apk_name': 'ContentShell', | 675 'apk_name': 'ContentShell', |
| 676 'manifest_package_name': 'org.chromium.content_shell_apk', | 676 'manifest_package_name': 'org.chromium.content_shell_apk', |
| 677 'java_in_dir': 'shell/android/shell_apk', | 677 'java_in_dir': 'shell/android/shell_apk', |
| 678 'resource_dir': 'res', | 678 'resource_dir': 'shell/android/shell_apk/res', |
| 679 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi
ew.so'], | 679 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi
ew.so'], |
| 680 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], | 680 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
| 681 'asset_location': '<(ant_build_out)/content_shell/assets', | 681 'asset_location': '<(ant_build_out)/content_shell/assets', |
| 682 }, | 682 }, |
| 683 'includes': [ '../build/java_apk.gypi' ], | 683 'includes': [ '../build/java_apk.gypi' ], |
| 684 }, | 684 }, |
| 685 ], | 685 ], |
| 686 }], # OS=="android" | 686 }], # OS=="android" |
| 687 ] | 687 ] |
| 688 } | 688 } |
| OLD | NEW |