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

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 2707 matching lines...) Expand 10 before | Expand all | Expand 10 after
2718 { 2718 {
2719 'target_name': 'unit_tests_apk', 2719 'target_name': 'unit_tests_apk',
2720 'type': 'none', 2720 'type': 'none',
2721 'dependencies': [ 2721 'dependencies': [
2722 'chrome_java', 2722 'chrome_java',
2723 'unit_tests_java', 2723 'unit_tests_java',
2724 'unit_tests', 2724 'unit_tests',
2725 ], 2725 ],
2726 'variables': { 2726 'variables': {
2727 'test_suite_name': 'unit_tests', 2727 'test_suite_name': 'unit_tests',
2728 'isolate_file': 'unit_tests.isolate',
2728 'android_manifest_path': 'test/android/unit_tests_apk/AndroidManifes t.xml', 2729 'android_manifest_path': 'test/android/unit_tests_apk/AndroidManifes t.xml',
2729 'conditions': [ 2730 'conditions': [
2730 ['v8_use_external_startup_data==1', { 2731 ['v8_use_external_startup_data==1', {
2731 'asset_location': '<(PRODUCT_DIR)/unit_tests_apk/assets', 2732 'asset_location': '<(PRODUCT_DIR)/unit_tests_apk/assets',
2732 'additional_input_paths': [ 2733 'additional_input_paths': [
2733 '<(PRODUCT_DIR)/unit_tests_apk/assets/natives_blob.bin', 2734 '<(PRODUCT_DIR)/unit_tests_apk/assets/natives_blob.bin',
2734 '<(PRODUCT_DIR)/unit_tests_apk/assets/snapshot_blob.bin', 2735 '<(PRODUCT_DIR)/unit_tests_apk/assets/snapshot_blob.bin',
2735 ], 2736 ],
2736 'inputs': [ 2737 'inputs': [
2737 '<(PRODUCT_DIR)/natives_blob.bin', 2738 '<(PRODUCT_DIR)/natives_blob.bin',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
2779 'dependencies': [ 2780 'dependencies': [
2780 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2781 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2781 ], 2782 ],
2782 }], 2783 }],
2783 ], 2784 ],
2784 }, 2785 },
2785 ], 2786 ],
2786 }], 2787 }],
2787 ], # 'conditions' 2788 ], # 'conditions'
2788 } 2789 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698