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

Unified Diff: components/components_browsertests.isolate

Issue 1075783002: Enable components_browsertests on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN build and add java dependency to components/test/DEPS Created 5 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
Index: components/components_browsertests.isolate
diff --git a/components/components_browsertests.isolate b/components/components_browsertests.isolate
index 2dff53aee441aa10dee16623ad1ede945353ee50..e60cea1db35a8d77fb031216d15c714786e3b2c3 100644
--- a/components/components_browsertests.isolate
+++ b/components/components_browsertests.isolate
@@ -34,18 +34,32 @@
],
},
}],
+ ['OS=="android"', {
+ 'variables': {
+ 'files': [
+ '<(PRODUCT_DIR)/components_browsertests_apk_shell/assets/components_tests_resources.pak',
+ '<(PRODUCT_DIR)/components_browsertests_apk_shell/assets/content_shell.pak',
+ ],
+ },
+ }],
['OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
'files': [
- 'test/data/',
'../testing/test_env.py',
- '../third_party/dom_distiller_js/dist/test/data/',
'<(PRODUCT_DIR)/components_browsertests<(EXECUTABLE_SUFFIX)',
'<(PRODUCT_DIR)/components_tests_resources.pak',
'<(PRODUCT_DIR)/content_shell.pak',
],
},
}],
+ ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
+ 'variables': {
+ 'files': [
+ 'test/data/',
+ '../third_party/dom_distiller_js/dist/test/data/',
+ ],
+ },
+ }],
['OS=="linux"', {
'variables': {
'files': [
« no previous file with comments | « components/autofill/content/renderer/password_form_conversion_utils_browsertest.cc ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698