| 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 803 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |