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

Side by Side Diff: content/content_shell.gypi

Issue 117403003: Add support for closing Android Shell instances from Java. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | content/shell/android/java/src/org/chromium/content_shell/Shell.java » ('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 803 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 'target_name': 'content_shell_jni_headers', 814 'target_name': 'content_shell_jni_headers',
815 'type': 'none', 815 'type': 'none',
816 'sources': [ 816 'sources': [
817 'shell/android/browsertests_apk/src/org/chromium/content_browsertest s_apk/ContentBrowserTestsActivity.java', 817 'shell/android/browsertests_apk/src/org/chromium/content_browsertest s_apk/ContentBrowserTestsActivity.java',
818 'shell/android/java/src/org/chromium/content_shell/ShellLayoutTestUt ils.java', 818 'shell/android/java/src/org/chromium/content_shell/ShellLayoutTestUt ils.java',
819 'shell/android/java/src/org/chromium/content_shell/ShellManager.java ', 819 'shell/android/java/src/org/chromium/content_shell/ShellManager.java ',
820 'shell/android/java/src/org/chromium/content_shell/Shell.java', 820 'shell/android/java/src/org/chromium/content_shell/Shell.java',
821 ], 821 ],
822 'variables': { 822 'variables': {
823 'jni_gen_package': 'content/shell', 823 'jni_gen_package': 'content/shell',
824 'jni_generator_ptr_type': 'long',
824 }, 825 },
825 'includes': [ '../build/jni_generator.gypi' ], 826 'includes': [ '../build/jni_generator.gypi' ],
826 }, 827 },
827 { 828 {
828 'target_name': 'libcontent_shell_content_view', 829 'target_name': 'libcontent_shell_content_view',
829 'type': 'shared_library', 830 'type': 'shared_library',
830 'dependencies': [ 831 'dependencies': [
831 'content_shell_jni_headers', 832 'content_shell_jni_headers',
832 'content_shell_lib', 833 'content_shell_lib',
833 'content_shell_pak', 834 'content_shell_pak',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
961 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 962 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
962 '--destination_dir', '<(dest_dir)', 963 '--destination_dir', '<(dest_dir)',
963 ], 964 ],
964 }, 965 },
965 ], 966 ],
966 }, 967 },
967 ], 968 ],
968 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 969 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
969 ] 970 ]
970 } 971 }
OLDNEW
« no previous file with comments | « no previous file | content/shell/android/java/src/org/chromium/content_shell/Shell.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698