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

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: 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 2712 matching lines...) Expand 10 before | Expand all | Expand 10 after
2723 { 2723 {
2724 'target_name': 'unit_tests_apk', 2724 'target_name': 'unit_tests_apk',
2725 'type': 'none', 2725 'type': 'none',
2726 'dependencies': [ 2726 'dependencies': [
2727 'chrome_java', 2727 'chrome_java',
2728 'unit_tests_java', 2728 'unit_tests_java',
2729 'unit_tests', 2729 'unit_tests',
2730 ], 2730 ],
2731 'variables': { 2731 'variables': {
2732 'test_suite_name': 'unit_tests', 2732 'test_suite_name': 'unit_tests',
2733 'isolate_file': 'unit_tests.isolate',
2733 'android_manifest_path': 'test/android/unit_tests_apk/AndroidManifes t.xml', 2734 'android_manifest_path': 'test/android/unit_tests_apk/AndroidManifes t.xml',
2734 'conditions': [ 2735 'conditions': [
2735 ['v8_use_external_startup_data==1', { 2736 ['v8_use_external_startup_data==1', {
2736 'asset_location': '<(PRODUCT_DIR)/unit_tests_apk/assets', 2737 'asset_location': '<(PRODUCT_DIR)/unit_tests_apk/assets',
2737 'additional_input_paths': [ 2738 'additional_input_paths': [
2738 '<(PRODUCT_DIR)/unit_tests_apk/assets/natives_blob.bin', 2739 '<(PRODUCT_DIR)/unit_tests_apk/assets/natives_blob.bin',
2739 '<(PRODUCT_DIR)/unit_tests_apk/assets/snapshot_blob.bin', 2740 '<(PRODUCT_DIR)/unit_tests_apk/assets/snapshot_blob.bin',
2740 ], 2741 ],
2741 'inputs': [ 2742 'inputs': [
2742 '<(PRODUCT_DIR)/natives_blob.bin', 2743 '<(PRODUCT_DIR)/natives_blob.bin',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
2784 'dependencies': [ 2785 'dependencies': [
2785 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2786 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2786 ], 2787 ],
2787 }], 2788 }],
2788 ], 2789 ],
2789 }, 2790 },
2790 ], 2791 ],
2791 }], 2792 }],
2792 ], # 'conditions' 2793 ], # 'conditions'
2793 } 2794 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698