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

Unified Diff: content/content_tests.gypi

Issue 1920753002: Make content_shell_test fit isolate naming convention. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Also update bb_device_steps.py. Created 4 years, 8 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 | « content/content_shell_test_data.isolate ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 9e76c526d7c9ded4a203e070af3dbde1a68c52ca..ddecd1829ab4baa7681bb10eca87681280229873 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -2101,7 +2101,7 @@
'additional_src_dirs': ['public/android/javatests/', ],
'is_test_apk': 1,
'test_type': 'instrumentation',
- 'isolate_file': 'content_shell_test_apk.isolate',
+ 'isolate_file': 'content_shell_test_data.isolate',
},
'includes': [
'../build/java_apk.gypi',
@@ -2159,7 +2159,7 @@
'../build/isolate.gypi',
],
'sources': [
- 'content_shell_test_apk_run.isolate',
+ 'content_shell_test_apk.isolate',
],
},
{
« no previous file with comments | « content/content_shell_test_data.isolate ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698