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

Unified Diff: components/components_tests.gyp

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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/BUILD.gn ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 5cb906961e55f06123bd8b4fd398e2baf81e4bd6..81460bdf2641fabf9c70966bc3ffa35d822fc11c 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -1234,6 +1234,7 @@
],
'variables': {
'test_suite_name': 'components_browsertests',
+ 'isolate_file': 'components_browsertests.isolate',
'java_in_dir': 'test/android/browsertests_apk',
'android_manifest_path': '<(SHARED_INTERMEDIATE_DIR)/components_browsertests_manifest/AndroidManifest.xml',
'resource_dir': 'test/android/browsertests_apk/res',
@@ -1451,6 +1452,7 @@
'targets': [
{
'target_name': 'components_unittests_apk',
+ 'isolate_file': 'components_unittests.isolate',
'type': 'none',
'dependencies': [
'components_unittests',
« no previous file with comments | « components/BUILD.gn ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698