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

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: Renamed datadeps to data_deps to reflect recent change. Created 5 years, 6 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2773 matching lines...) Expand 10 before | Expand all | Expand 10 after
2784 { 2784 {
2785 'target_name': 'unit_tests_apk', 2785 'target_name': 'unit_tests_apk',
2786 'type': 'none', 2786 'type': 'none',
2787 'dependencies': [ 2787 'dependencies': [
2788 'chrome_java', 2788 'chrome_java',
2789 'unit_tests_java', 2789 'unit_tests_java',
2790 'unit_tests', 2790 'unit_tests',
2791 ], 2791 ],
2792 'variables': { 2792 'variables': {
2793 'test_suite_name': 'unit_tests', 2793 'test_suite_name': 'unit_tests',
2794 'isolate_file': 'unit_tests.isolate',
2794 'android_manifest_path': 'test/android/unit_tests_apk/AndroidManifes t.xml', 2795 'android_manifest_path': 'test/android/unit_tests_apk/AndroidManifes t.xml',
2795 'conditions': [ 2796 'conditions': [
2796 ['v8_use_external_startup_data==1', { 2797 ['v8_use_external_startup_data==1', {
2797 'asset_location': '<(PRODUCT_DIR)/unit_tests_apk/assets', 2798 'asset_location': '<(PRODUCT_DIR)/unit_tests_apk/assets',
2798 'additional_input_paths': [ 2799 'additional_input_paths': [
2799 '<(PRODUCT_DIR)/unit_tests_apk/assets/natives_blob.bin', 2800 '<(PRODUCT_DIR)/unit_tests_apk/assets/natives_blob.bin',
2800 '<(PRODUCT_DIR)/unit_tests_apk/assets/snapshot_blob.bin', 2801 '<(PRODUCT_DIR)/unit_tests_apk/assets/snapshot_blob.bin',
2801 ], 2802 ],
2802 'inputs': [ 2803 'inputs': [
2803 '<(PRODUCT_DIR)/natives_blob.bin', 2804 '<(PRODUCT_DIR)/natives_blob.bin',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
2845 'dependencies': [ 2846 'dependencies': [
2846 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2847 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2847 ], 2848 ],
2848 }], 2849 }],
2849 ], 2850 ],
2850 }, 2851 },
2851 ], 2852 ],
2852 }], 2853 }],
2853 ], # 'conditions' 2854 ], # 'conditions'
2854 } 2855 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698