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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1581563003: [Android] Rework multidex and enable multidex for unit_tests_apk. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 2963 matching lines...) Expand 10 before | Expand all | Expand 10 after
2974 'type': 'none', 2974 'type': 'none',
2975 'dependencies': [ 2975 'dependencies': [
2976 'chrome_java', 2976 'chrome_java',
2977 'unit_tests_java', 2977 'unit_tests_java',
2978 'unit_tests', 2978 'unit_tests',
2979 ], 2979 ],
2980 'variables': { 2980 'variables': {
2981 'test_suite_name': 'unit_tests', 2981 'test_suite_name': 'unit_tests',
2982 'isolate_file': 'unit_tests.isolate', 2982 'isolate_file': 'unit_tests.isolate',
2983 'android_manifest_path': 'test/android/unit_tests_apk/AndroidManifes t.xml', 2983 'android_manifest_path': 'test/android/unit_tests_apk/AndroidManifes t.xml',
2984 'enable_multidex': 1,
2984 'conditions': [ 2985 'conditions': [
2985 ['v8_use_external_startup_data==1', { 2986 ['v8_use_external_startup_data==1', {
2986 'asset_location': '<(PRODUCT_DIR)/unit_tests_apk/assets', 2987 'asset_location': '<(PRODUCT_DIR)/unit_tests_apk/assets',
2987 'additional_input_paths': [ 2988 'additional_input_paths': [
2988 '<(PRODUCT_DIR)/unit_tests_apk/assets/natives_blob_<(arch_suff ix).bin', 2989 '<(PRODUCT_DIR)/unit_tests_apk/assets/natives_blob_<(arch_suff ix).bin',
2989 '<(PRODUCT_DIR)/unit_tests_apk/assets/snapshot_blob_<(arch_suf fix).bin', 2990 '<(PRODUCT_DIR)/unit_tests_apk/assets/snapshot_blob_<(arch_suf fix).bin',
2990 ], 2991 ],
2991 }], 2992 }],
2992 ], 2993 ],
2993 }, 2994 },
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
3056 'dependencies': [ 3057 'dependencies': [
3057 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3058 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3058 ], 3059 ],
3059 }], 3060 }],
3060 ], 3061 ],
3061 }, 3062 },
3062 ], 3063 ],
3063 }], 3064 }],
3064 ], # 'conditions' 3065 ], # 'conditions'
3065 } 3066 }
OLDNEW
« build/config/android/rules.gni ('K') | « build/java_apk.gypi ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698