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

Side by Side Diff: testing/chromoting/chromoting_integration_tests.isolate

Issue 1251273002: Remove legacy CRD application types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « remoting/webapp/build-webapp.py ('k') | testing/chromoting/dependencies.gypi » ('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 (c) 2014 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2014 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 ['OS=="linux"', { 6 ['OS=="linux"', {
7 'variables': { 7 'variables': {
8 'command': [ 8 'command': [
9 './browser_tests_launcher.py', 9 './browser_tests_launcher.py',
10 '--commands_file', 10 '--commands_file',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'files': [ 42 'files': [
43 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', 43 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
44 ], 44 ],
45 }, 45 },
46 }], 46 }],
47 ['OS=="linux" or OS=="mac" or OS=="win"', { 47 ['OS=="linux" or OS=="mac" or OS=="win"', {
48 'variables': { 48 'variables': {
49 'files': [ 49 'files': [
50 '../test_env.py', 50 '../test_env.py',
51 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', 51 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
52 '<(PRODUCT_DIR)/remoting/remoting.webapp/',
53 '<(PRODUCT_DIR)/remoting/remoting.webapp.v2/', 52 '<(PRODUCT_DIR)/remoting/remoting.webapp.v2/',
54 '<(PRODUCT_DIR)/remoting/browser_test_resources/', 53 '<(PRODUCT_DIR)/remoting/browser_test_resources/',
55 '<(PRODUCT_DIR)/resources.pak', 54 '<(PRODUCT_DIR)/resources.pak',
56 '../../remoting/tools/internal/test_accounts.json', 55 '../../remoting/tools/internal/test_accounts.json',
57 ], 56 ],
58 }, 57 },
59 }], 58 }],
60 ['OS=="linux" or OS=="win"', { 59 ['OS=="linux" or OS=="win"', {
61 'variables': { 60 'variables': {
62 'files': [ 61 'files': [
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 '<(PRODUCT_DIR)/kasko.dll', 116 '<(PRODUCT_DIR)/kasko.dll',
118 ], 117 ],
119 }, 118 },
120 }], 119 }],
121 ], 120 ],
122 'includes': [ 121 'includes': [
123 '../../base/base.isolate', 122 '../../base/base.isolate',
124 '../../gin/v8.isolate', 123 '../../gin/v8.isolate',
125 ], 124 ],
126 } 125 }
OLDNEW
« no previous file with comments | « remoting/webapp/build-webapp.py ('k') | testing/chromoting/dependencies.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698