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

Side by Side Diff: chrome/chrome_tests_unit.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: Addressed cjhopman's comments. 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 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 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.h', 8 '../components/autofill/content/renderer/test_password_autofill_agent.h',
9 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 9 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
10 '../components/autofill/content/renderer/test_password_generation_agent.h' , 10 '../components/autofill/content/renderer/test_password_generation_agent.h' ,
(...skipping 2735 matching lines...) Expand 10 before | Expand all | Expand 10 after
2746 { 2746 {
2747 'target_name': 'unit_tests_apk', 2747 'target_name': 'unit_tests_apk',
2748 'type': 'none', 2748 'type': 'none',
2749 'dependencies': [ 2749 'dependencies': [
2750 'chrome_java', 2750 'chrome_java',
2751 'unit_tests_java', 2751 'unit_tests_java',
2752 'unit_tests', 2752 'unit_tests',
2753 ], 2753 ],
2754 'variables': { 2754 'variables': {
2755 'test_suite_name': 'unit_tests', 2755 'test_suite_name': 'unit_tests',
2756 'isolate_file': 'unit_tests.isolate',
2756 'android_manifest_path': 'test/android/unit_tests_apk/AndroidManifes t.xml', 2757 'android_manifest_path': 'test/android/unit_tests_apk/AndroidManifes t.xml',
2757 'conditions': [ 2758 'conditions': [
2758 ['v8_use_external_startup_data==1', { 2759 ['v8_use_external_startup_data==1', {
2759 'asset_location': '<(PRODUCT_DIR)/unit_tests_apk/assets', 2760 'asset_location': '<(PRODUCT_DIR)/unit_tests_apk/assets',
2760 'additional_input_paths': [ 2761 'additional_input_paths': [
2761 '<(PRODUCT_DIR)/unit_tests_apk/assets/natives_blob.bin', 2762 '<(PRODUCT_DIR)/unit_tests_apk/assets/natives_blob.bin',
2762 '<(PRODUCT_DIR)/unit_tests_apk/assets/snapshot_blob.bin', 2763 '<(PRODUCT_DIR)/unit_tests_apk/assets/snapshot_blob.bin',
2763 ], 2764 ],
2764 'inputs': [ 2765 'inputs': [
2765 '<(PRODUCT_DIR)/natives_blob.bin', 2766 '<(PRODUCT_DIR)/natives_blob.bin',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
2807 'dependencies': [ 2808 'dependencies': [
2808 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2809 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2809 ], 2810 ],
2810 }], 2811 }],
2811 ], 2812 ],
2812 }, 2813 },
2813 ], 2814 ],
2814 }], 2815 }],
2815 ], # 'conditions' 2816 ], # 'conditions'
2816 } 2817 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698