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

Side by Side Diff: content/content_tests.gypi

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