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

Side by Side Diff: content/content_tests.gypi

Issue 1120883002: [Android] Generate scripts at build time to run android tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 1738 matching lines...) Expand 10 before | Expand all | Expand 10 after
1749 'files': [ 1749 'files': [
1750 '<(PRODUCT_DIR)/natives_blob.bin', 1750 '<(PRODUCT_DIR)/natives_blob.bin',
1751 '<(PRODUCT_DIR)/snapshot_blob.bin', 1751 '<(PRODUCT_DIR)/snapshot_blob.bin',
1752 ], 1752 ],
1753 }, 1753 },
1754 ], 1754 ],
1755 }], 1755 }],
1756 ], 1756 ],
1757 'variables': { 1757 'variables': {
1758 'test_suite_name': 'content_unittests', 1758 'test_suite_name': 'content_unittests',
1759 'isolate_file': 'content_unittests.isolate',
1759 'conditions': [ 1760 'conditions': [
1760 ['v8_use_external_startup_data==1', { 1761 ['v8_use_external_startup_data==1', {
1761 'asset_location': '<(PRODUCT_DIR)/content_unittests_apk/assets', 1762 'asset_location': '<(PRODUCT_DIR)/content_unittests_apk/assets',
1762 'additional_input_paths': [ 1763 'additional_input_paths': [
1763 '<(PRODUCT_DIR)/content_unittests_apk/assets/natives_blob.bin' , 1764 '<(PRODUCT_DIR)/content_unittests_apk/assets/natives_blob.bin' ,
1764 '<(PRODUCT_DIR)/content_unittests_apk/assets/snapshot_blob.bin ', 1765 '<(PRODUCT_DIR)/content_unittests_apk/assets/snapshot_blob.bin ',
1765 ], 1766 ],
1766 'inputs': [ 1767 'inputs': [
1767 '<(PRODUCT_DIR)/natives_blob.bin', 1768 '<(PRODUCT_DIR)/natives_blob.bin',
1768 '<(PRODUCT_DIR)/snapshot_blob.bin', 1769 '<(PRODUCT_DIR)/snapshot_blob.bin',
(...skipping 20 matching lines...) Expand all
1789 'dependencies': [ 1790 'dependencies': [
1790 'content.gyp:content_icudata', 1791 'content.gyp:content_icudata',
1791 'content.gyp:content_java', 1792 'content.gyp:content_java',
1792 'content.gyp:content_v8_external_data', 1793 'content.gyp:content_v8_external_data',
1793 'content_browsertests', 1794 'content_browsertests',
1794 'content_java_test_support', 1795 'content_java_test_support',
1795 'content_shell_java', 1796 'content_shell_java',
1796 ], 1797 ],
1797 'variables': { 1798 'variables': {
1798 'apk_name': 'content_browsertests', 1799 'apk_name': 'content_browsertests',
1800 'isolate_file': 'content_browsertests.isolate',
1799 'java_in_dir': 'shell/android/browsertests_apk', 1801 'java_in_dir': 'shell/android/browsertests_apk',
1800 'android_manifest_path': '<(SHARED_INTERMEDIATE_DIR)/content_browser tests_manifest/AndroidManifest.xml', 1802 'android_manifest_path': '<(SHARED_INTERMEDIATE_DIR)/content_browser tests_manifest/AndroidManifest.xml',
1801 'resource_dir': 'shell/android/browsertests_apk/res', 1803 'resource_dir': 'shell/android/browsertests_apk/res',
1802 'native_lib_target': 'libcontent_browsertests', 1804 'native_lib_target': 'libcontent_browsertests',
1803 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'], 1805 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
1804 'asset_location': '<(PRODUCT_DIR)/content_shell/assets', 1806 'asset_location': '<(PRODUCT_DIR)/content_shell/assets',
1805 'conditions': [ 1807 'conditions': [
1806 ['icu_use_data_file_flag==1', { 1808 ['icu_use_data_file_flag==1', {
1807 'additional_input_paths': [ 1809 'additional_input_paths': [
1808 '<(PRODUCT_DIR)/icudtl.dat', 1810 '<(PRODUCT_DIR)/icudtl.dat',
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
2142 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2144 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2143 }, 2145 },
2144 ], 2146 ],
2145 }], 2147 }],
2146 ], 2148 ],
2147 }, 2149 },
2148 ], 2150 ],
2149 }], 2151 }],
2150 ], 2152 ],
2151 } 2153 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698