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

Side by Side Diff: content/content_shell.gypi

Issue 12963009: Split apk-build.xml into 3 steps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 7 years, 9 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 { 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 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 'libcontent_shell_content_view', 670 'libcontent_shell_content_view',
671 '../base/base.gyp:base_java', 671 '../base/base.gyp:base_java',
672 '../media/media.gyp:media_java', 672 '../media/media.gyp:media_java',
673 '../net/net.gyp:net_java', 673 '../net/net.gyp:net_java',
674 '../ui/ui.gyp:ui_java', 674 '../ui/ui.gyp:ui_java',
675 ], 675 ],
676 'variables': { 676 'variables': {
677 'apk_name': 'ContentShell', 677 'apk_name': 'ContentShell',
678 'manifest_package_name': 'org.chromium.content_shell_apk', 678 'manifest_package_name': 'org.chromium.content_shell_apk',
679 'java_in_dir': 'shell/android/shell_apk', 679 'java_in_dir': 'shell/android/shell_apk',
680 'resource_dir': 'res', 680 'resource_dir': 'shell/android/shell_apk/res',
681 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi ew.so'], 681 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi ew.so'],
682 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'], 682 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
683 'asset_location': '<(ant_build_out)/content_shell/assets', 683 'asset_location': '<(ant_build_out)/content_shell/assets',
684 }, 684 },
685 'includes': [ '../build/java_apk.gypi' ], 685 'includes': [ '../build/java_apk.gypi' ],
686 }, 686 },
687 ], 687 ],
688 }], # OS=="android" 688 }], # OS=="android"
689 ] 689 ]
690 } 690 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698