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

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 jbudorick's nits. 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 2736 matching lines...) Expand 10 before | Expand all | Expand 10 after
2747 { 2747 {
2748 'target_name': 'unit_tests_apk', 2748 'target_name': 'unit_tests_apk',
2749 'type': 'none', 2749 'type': 'none',
2750 'dependencies': [ 2750 'dependencies': [
2751 'chrome_java', 2751 'chrome_java',
2752 'unit_tests_java', 2752 'unit_tests_java',
2753 'unit_tests', 2753 'unit_tests',
2754 ], 2754 ],
2755 'variables': { 2755 'variables': {
2756 'test_suite_name': 'unit_tests', 2756 'test_suite_name': 'unit_tests',
2757 'isolate_file': 'unit_tests.isolate',
2757 'android_manifest_path': 'test/android/unit_tests_apk/AndroidManifes t.xml', 2758 'android_manifest_path': 'test/android/unit_tests_apk/AndroidManifes t.xml',
2758 'conditions': [ 2759 'conditions': [
2759 ['v8_use_external_startup_data==1', { 2760 ['v8_use_external_startup_data==1', {
2760 'asset_location': '<(PRODUCT_DIR)/unit_tests_apk/assets', 2761 'asset_location': '<(PRODUCT_DIR)/unit_tests_apk/assets',
2761 'additional_input_paths': [ 2762 'additional_input_paths': [
2762 '<(PRODUCT_DIR)/unit_tests_apk/assets/natives_blob.bin', 2763 '<(PRODUCT_DIR)/unit_tests_apk/assets/natives_blob.bin',
2763 '<(PRODUCT_DIR)/unit_tests_apk/assets/snapshot_blob.bin', 2764 '<(PRODUCT_DIR)/unit_tests_apk/assets/snapshot_blob.bin',
2764 ], 2765 ],
2765 'inputs': [ 2766 'inputs': [
2766 '<(PRODUCT_DIR)/natives_blob.bin', 2767 '<(PRODUCT_DIR)/natives_blob.bin',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
2808 'dependencies': [ 2809 'dependencies': [
2809 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2810 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2810 ], 2811 ],
2811 }], 2812 }],
2812 ], 2813 ],
2813 }, 2814 },
2814 ], 2815 ],
2815 }], 2816 }],
2816 ], # 'conditions' 2817 ], # 'conditions'
2817 } 2818 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698