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

Side by Side Diff: content/content_tests.gypi

Issue 1432553003: Revert of 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 'renaming_sources': [ 1880 'src_files': [
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 ],
1888 'clear': 1, 1884 'clear': 1,
1889 }, 1885 },
1890 'includes': ['../build/android/copy_ex.gypi'], 1886 'includes': ['../build/android/copy_ex.gypi'],
1891 }], 1887 }],
1892 ], 1888 ],
1893 'variables': { 1889 'variables': {
1894 'test_suite_name': 'content_unittests', 1890 'test_suite_name': 'content_unittests',
1895 'isolate_file': 'content_unittests.isolate', 1891 'isolate_file': 'content_unittests.isolate',
1896 'conditions': [ 1892 'conditions': [
1897 ['v8_use_external_startup_data==1', { 1893 ['v8_use_external_startup_data==1', {
1898 'asset_location': '<(PRODUCT_DIR)/content_unittests_apk/assets', 1894 'asset_location': '<(PRODUCT_DIR)/content_unittests_apk/assets',
1899 'additional_input_paths': [ 1895 'additional_input_paths': [
1900 '<(PRODUCT_DIR)/content_unittests_apk/assets/natives_blob_<(ar ch_suffix).bin', 1896 '<(PRODUCT_DIR)/content_unittests_apk/assets/natives_blob.bin' ,
1901 '<(PRODUCT_DIR)/content_unittests_apk/assets/snapshot_blob_<(a rch_suffix).bin', 1897 '<(PRODUCT_DIR)/content_unittests_apk/assets/snapshot_blob.bin ',
1902 ], 1898 ],
1903 }], 1899 }],
1904 ], 1900 ],
1905 }, 1901 },
1906 'includes': [ 1902 'includes': [ '../build/apk_test.gypi' ],
1907 '../build/apk_test.gypi',
1908 '../build/android/v8_external_startup_data_arch_suffix.gypi',
1909 ],
1910 }, 1903 },
1911 { 1904 {
1912 'target_name': 'content_shell_browsertests_java', 1905 'target_name': 'content_shell_browsertests_java',
1913 'type': 'none', 1906 'type': 'none',
1914 'dependencies': [ 1907 'dependencies': [
1915 'content.gyp:content_java', 1908 'content.gyp:content_java',
1916 'content_shell_java', 1909 'content_shell_java',
1917 '../base/base.gyp:base_java', 1910 '../base/base.gyp:base_java',
1918 '../testing/android/native_test.gyp:native_test_java', 1911 '../testing/android/native_test.gyp:native_test_java',
1919 '../ui/android/ui_android.gyp:ui_java', 1912 '../ui/android/ui_android.gyp:ui_java',
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
2206 'content_unittests_apk.isolate', 2199 'content_unittests_apk.isolate',
2207 ], 2200 ],
2208 }, 2201 },
2209 ], 2202 ],
2210 }, 2203 },
2211 ], 2204 ],
2212 ], 2205 ],
2213 }], 2206 }],
2214 ], 2207 ],
2215 } 2208 }
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