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

Side by Side Diff: components/components_browsertests.isolate

Issue 1007513006: Add ANGLE Platform implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed pimans' review feedback Created 5 years, 9 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/unit_tests.isolate ('k') | components/components_unittests.isolate » ('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 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 'includes': [
6 '../base/base.isolate',
7 '../gin/v8.isolate',
8 ],
9 'conditions': [ 5 'conditions': [
10 ['use_x11==0', { 6 ['use_x11==0', {
11 'variables': { 7 'variables': {
12 'command': [ 8 'command': [
13 '../testing/test_env.py', 9 '../testing/test_env.py',
14 '<(PRODUCT_DIR)/components_browsertests<(EXECUTABLE_SUFFIX)', 10 '<(PRODUCT_DIR)/components_browsertests<(EXECUTABLE_SUFFIX)',
15 '--brave-new-test-launcher', 11 '--brave-new-test-launcher',
16 '--test-launcher-bot-mode', 12 '--test-launcher-bot-mode',
17 '--asan=<(asan)', 13 '--asan=<(asan)',
18 '--msan=<(msan)', 14 '--msan=<(msan)',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'variables': { 63 'variables': {
68 'files': [ 64 'files': [
69 '<(PRODUCT_DIR)/Content Shell Framework.framework.dSYM/', 65 '<(PRODUCT_DIR)/Content Shell Framework.framework.dSYM/',
70 '<(PRODUCT_DIR)/Content Shell Helper.app.dSYM/', 66 '<(PRODUCT_DIR)/Content Shell Helper.app.dSYM/',
71 '<(PRODUCT_DIR)/Content Shell.app.dSYM/', 67 '<(PRODUCT_DIR)/Content Shell.app.dSYM/',
72 '<(PRODUCT_DIR)/components_browsertests.dSYM/', 68 '<(PRODUCT_DIR)/components_browsertests.dSYM/',
73 ], 69 ],
74 }, 70 },
75 }], 71 }],
76 ], 72 ],
73 'includes': [
74 '../base/base.isolate',
75 '../gin/v8.isolate',
76 '../third_party/angle/angle.isolate',
77 ],
77 } 78 }
OLDNEW
« no previous file with comments | « chrome/unit_tests.isolate ('k') | components/components_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698