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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'conditions': [ 5 'conditions': [
6 ['use_x11==0', { 6 ['use_x11==0', {
7 'variables': { 7 'variables': {
8 'command': [ 8 'command': [
9 '../testing/test_env.py', 9 '../testing/test_env.py',
10 '<(PRODUCT_DIR)/components_browsertests<(EXECUTABLE_SUFFIX)', 10 '<(PRODUCT_DIR)/components_browsertests<(EXECUTABLE_SUFFIX)',
(...skipping 16 matching lines...) Expand all
27 '--asan=<(asan)', 27 '--asan=<(asan)',
28 '--msan=<(msan)', 28 '--msan=<(msan)',
29 '--tsan=<(tsan)', 29 '--tsan=<(tsan)',
30 ], 30 ],
31 'files': [ 31 'files': [
32 '../testing/xvfb.py', 32 '../testing/xvfb.py',
33 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', 33 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
34 ], 34 ],
35 }, 35 },
36 }], 36 }],
37 ['OS=="android"', {
38 'variables': {
39 'files': [
40 '<(PRODUCT_DIR)/components_browsertests_apk_shell/assets/components_te sts_resources.pak',
41 '<(PRODUCT_DIR)/components_browsertests_apk_shell/assets/content_shell .pak',
42 ],
43 },
44 }],
37 ['OS=="linux" or OS=="mac" or OS=="win"', { 45 ['OS=="linux" or OS=="mac" or OS=="win"', {
38 'variables': { 46 'variables': {
39 'files': [ 47 'files': [
40 'test/data/',
41 '../testing/test_env.py', 48 '../testing/test_env.py',
42 '../third_party/dom_distiller_js/dist/test/data/',
43 '<(PRODUCT_DIR)/components_browsertests<(EXECUTABLE_SUFFIX)', 49 '<(PRODUCT_DIR)/components_browsertests<(EXECUTABLE_SUFFIX)',
44 '<(PRODUCT_DIR)/components_tests_resources.pak', 50 '<(PRODUCT_DIR)/components_tests_resources.pak',
45 '<(PRODUCT_DIR)/content_shell.pak', 51 '<(PRODUCT_DIR)/content_shell.pak',
46 ], 52 ],
47 }, 53 },
48 }], 54 }],
55 ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
56 'variables': {
57 'files': [
58 'test/data/',
59 '../third_party/dom_distiller_js/dist/test/data/',
60 ],
61 },
62 }],
49 ['OS=="linux"', { 63 ['OS=="linux"', {
50 'variables': { 64 'variables': {
51 'files': [ 65 'files': [
52 '<(PRODUCT_DIR)/libosmesa.so', 66 '<(PRODUCT_DIR)/libosmesa.so',
53 ], 67 ],
54 }, 68 },
55 }], 69 }],
56 ['OS=="mac"', { 70 ['OS=="mac"', {
57 'variables': { 71 'variables': {
58 'files': [ 72 'files': [
(...skipping 11 matching lines...) Expand all
70 ], 84 ],
71 }, 85 },
72 }], 86 }],
73 ], 87 ],
74 'includes': [ 88 'includes': [
75 '../base/base.isolate', 89 '../base/base.isolate',
76 '../gin/v8.isolate', 90 '../gin/v8.isolate',
77 '../third_party/angle/angle.isolate', 91 '../third_party/angle/angle.isolate',
78 ], 92 ],
79 } 93 }
OLDNEW
« 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