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 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
615 'target_name': 'content_shell_apk', | 615 'target_name': 'content_shell_apk', |
616 'type': 'none', | 616 'type': 'none', |
617 'dependencies': [ | 617 'dependencies': [ |
618 'content_java', | 618 'content_java', |
619 '../base/base.gyp:base_java', | 619 '../base/base.gyp:base_java', |
620 '../media/media.gyp:media_java', | 620 '../media/media.gyp:media_java', |
621 '../net/net.gyp:net_java', | 621 '../net/net.gyp:net_java', |
622 '../ui/ui.gyp:ui_java', | 622 '../ui/ui.gyp:ui_java', |
623 ], | 623 ], |
624 'variables': { | 624 'variables': { |
625 'package_name': 'content_shell', | |
626 'apk_name': 'ContentShell', | 625 'apk_name': 'ContentShell', |
627 'manifest_package_name': 'org.chromium.content_shell', | 626 'manifest_package_name': 'org.chromium.content_shell', |
628 'java_in_dir': 'shell/android/java', | 627 'java_in_dir': 'shell/android/java', |
629 # TODO(cjhopman): The resource directory of all apks should be in | 628 # TODO(cjhopman): The resource directory of all apks should be in |
630 # <java_in_dir>/res. | 629 # <java_in_dir>/res. |
631 'resource_dir': '../res', | 630 'resource_dir': '../res', |
632 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi
ew.so'], | 631 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi
ew.so'], |
633 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], | 632 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
634 }, | 633 }, |
635 'includes': [ '../build/java_apk.gypi' ], | 634 'includes': [ '../build/java_apk.gypi' ], |
636 }, | 635 }, |
637 ], | 636 ], |
638 }], # OS=="android" | 637 }], # OS=="android" |
639 ] | 638 ] |
640 } | 639 } |
OLD | NEW |