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

Side by Side Diff: content/content_tests.gypi

Issue 1422793004: Reland Reland Switch Chrome Android using v8 arch specific external data name (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « content/content_shell.gypi ('k') | content/shell/android/BUILD.gn » ('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) 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 1859 matching lines...) Expand 10 before | Expand all | Expand 10 after
1870 'content.gyp:content_java', 1870 'content.gyp:content_java',
1871 'content_unittests', 1871 'content_unittests',
1872 ], 1872 ],
1873 'conditions': [ 1873 'conditions': [
1874 ['v8_use_external_startup_data==1', { 1874 ['v8_use_external_startup_data==1', {
1875 'dependencies': [ 1875 'dependencies': [
1876 '../v8/tools/gyp/v8.gyp:v8_external_snapshot', 1876 '../v8/tools/gyp/v8.gyp:v8_external_snapshot',
1877 ], 1877 ],
1878 'variables': { 1878 'variables': {
1879 'dest_path': '<(asset_location)', 1879 'dest_path': '<(asset_location)',
1880 'src_files': [ 1880 'renaming_sources': [
1881 '<(PRODUCT_DIR)/natives_blob.bin', 1881 '<(PRODUCT_DIR)/natives_blob.bin',
1882 '<(PRODUCT_DIR)/snapshot_blob.bin', 1882 '<(PRODUCT_DIR)/snapshot_blob.bin',
1883 ], 1883 ],
1884 'renaming_destinations': [
1885 'natives_blob_<(arch_suffix).bin',
1886 'snapshot_blob_<(arch_suffix).bin',
1887 ],
1884 'clear': 1, 1888 'clear': 1,
1885 }, 1889 },
1886 'includes': ['../build/android/copy_ex.gypi'], 1890 'includes': ['../build/android/copy_ex.gypi'],
1887 }], 1891 }],
1888 ], 1892 ],
1889 'variables': { 1893 'variables': {
1890 'test_suite_name': 'content_unittests', 1894 'test_suite_name': 'content_unittests',
1891 'isolate_file': 'content_unittests.isolate', 1895 'isolate_file': 'content_unittests.isolate',
1892 'conditions': [ 1896 'conditions': [
1893 ['v8_use_external_startup_data==1', { 1897 ['v8_use_external_startup_data==1', {
1894 'asset_location': '<(PRODUCT_DIR)/content_unittests_apk/assets', 1898 'asset_location': '<(PRODUCT_DIR)/content_unittests_apk/assets',
1895 'additional_input_paths': [ 1899 'additional_input_paths': [
1896 '<(PRODUCT_DIR)/content_unittests_apk/assets/natives_blob.bin' , 1900 '<(PRODUCT_DIR)/content_unittests_apk/assets/natives_blob_<(ar ch_suffix).bin',
1897 '<(PRODUCT_DIR)/content_unittests_apk/assets/snapshot_blob.bin ', 1901 '<(PRODUCT_DIR)/content_unittests_apk/assets/snapshot_blob_<(a rch_suffix).bin',
1898 ], 1902 ],
1899 }], 1903 }],
1900 ], 1904 ],
1901 }, 1905 },
1902 'includes': [ '../build/apk_test.gypi' ], 1906 'includes': [
1907 '../build/apk_test.gypi',
1908 '../build/android/v8_external_startup_data_arch_suffix.gypi',
1909 ],
1903 }, 1910 },
1904 { 1911 {
1905 'target_name': 'content_shell_browsertests_java', 1912 'target_name': 'content_shell_browsertests_java',
1906 'type': 'none', 1913 'type': 'none',
1907 'dependencies': [ 1914 'dependencies': [
1908 'content.gyp:content_java', 1915 'content.gyp:content_java',
1909 'content_shell_java', 1916 'content_shell_java',
1910 '../base/base.gyp:base_java', 1917 '../base/base.gyp:base_java',
1911 '../testing/android/native_test.gyp:native_test_java', 1918 '../testing/android/native_test.gyp:native_test_java',
1912 '../ui/android/ui_android.gyp:ui_java', 1919 '../ui/android/ui_android.gyp:ui_java',
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
2199 'content_unittests_apk.isolate', 2206 'content_unittests_apk.isolate',
2200 ], 2207 ],
2201 }, 2208 },
2202 ], 2209 ],
2203 }, 2210 },
2204 ], 2211 ],
2205 ], 2212 ],
2206 }], 2213 }],
2207 ], 2214 ],
2208 } 2215 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698