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

Side by Side Diff: chrome/browser_tests.isolate

Issue 1139913002: Add PPAPI test mock headers to *.isolate files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | chrome/interactive_ui_tests.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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)/browser_tests<(EXECUTABLE_SUFFIX)', 10 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 ['OS=="linux" or OS=="mac" or OS=="win"', { 60 ['OS=="linux" or OS=="mac" or OS=="win"', {
61 'variables': { 61 'variables': {
62 'files': [ 62 'files': [
63 '../content/test/data/', 63 '../content/test/data/',
64 '../google_apis/test/', 64 '../google_apis/test/',
65 '../media/test/data/', 65 '../media/test/data/',
66 '../media/test/data/', 66 '../media/test/data/',
67 '../net/data/', 67 '../net/data/',
68 '../net/tools/testserver/', 68 '../net/tools/testserver/',
69 '../ppapi/tests/test_case.html', 69 '../ppapi/tests/test_case.html',
70 '../ppapi/tests/test_case.html.mock-http-headers',
70 '../ppapi/tests/test_page.css', 71 '../ppapi/tests/test_page.css',
72 '../ppapi/tests/test_page.css.mock-http-headers',
71 '../testing/test_env.py', 73 '../testing/test_env.py',
72 '../third_party/accessibility-audit/axs_testing.js', 74 '../third_party/accessibility-audit/axs_testing.js',
73 '../third_party/pyftpdlib/', 75 '../third_party/pyftpdlib/',
74 '../third_party/pywebsocket/', 76 '../third_party/pywebsocket/',
75 '../third_party/safe_browsing/', 77 '../third_party/safe_browsing/',
76 '../third_party/simplejson/', 78 '../third_party/simplejson/',
77 '../third_party/tlslite/', 79 '../third_party/tlslite/',
78 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', 80 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
79 '<(PRODUCT_DIR)/browser_tests.pak', 81 '<(PRODUCT_DIR)/browser_tests.pak',
80 '<(PRODUCT_DIR)/peerconnection_server<(EXECUTABLE_SUFFIX)', 82 '<(PRODUCT_DIR)/peerconnection_server<(EXECUTABLE_SUFFIX)',
81 '<(PRODUCT_DIR)/pseudo_locales/', 83 '<(PRODUCT_DIR)/pseudo_locales/',
82 '<(PRODUCT_DIR)/pyproto/', 84 '<(PRODUCT_DIR)/pyproto/',
83 # TODO(jam): above is directory for GYP. GN uses: 85 # TODO(jam): above is directory for GYP. GN uses:
84 #'<(SHARED_INTERMEDIATE_DIR)/google/', 86 #'<(SHARED_INTERMEDIATE_DIR)/google/',
85 #'<(SHARED_INTERMEDIATE_DIR)/policy/proto/', 87 #'<(SHARED_INTERMEDIATE_DIR)/policy/proto/',
86 '<(PRODUCT_DIR)/remoting/unittests/', 88 '<(PRODUCT_DIR)/remoting/unittests/',
87 '<(PRODUCT_DIR)/test_case.html', 89 '<(PRODUCT_DIR)/test_case.html',
88 '<(PRODUCT_DIR)/test_case.html.mock-http-headers', 90 '<(PRODUCT_DIR)/test_case.html.mock-http-headers',
89 '<(PRODUCT_DIR)/test_data/', 91 '<(PRODUCT_DIR)/test_data/',
90 '<(PRODUCT_DIR)/test_page.css', 92 '<(PRODUCT_DIR)/test_page.css',
93 '<(PRODUCT_DIR)/test_page.css.mock-http-headers',
91 '<(PRODUCT_DIR)/test_url_loader_data/', 94 '<(PRODUCT_DIR)/test_url_loader_data/',
92 'browser/policy/test/asn1der.py', 95 'browser/policy/test/asn1der.py',
93 'browser/policy/test/policy_testserver.py', 96 'browser/policy/test/policy_testserver.py',
94 'common/extensions/docs/examples/apps/calculator/', 97 'common/extensions/docs/examples/apps/calculator/',
95 'test/data/', 98 'test/data/',
96 'third_party/mock4js/', 99 'third_party/mock4js/',
97 ], 100 ],
98 'read_only': 1, 101 'read_only': 1,
99 }, 102 },
100 }], 103 }],
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 'browser/chromeos/login/test/https_forwarder.py', 264 'browser/chromeos/login/test/https_forwarder.py',
262 ], 265 ],
263 }, 266 },
264 }], 267 }],
265 ], 268 ],
266 'includes': [ 269 'includes': [
267 '../base/base.isolate', 270 '../base/base.isolate',
268 'chrome.isolate', 271 'chrome.isolate',
269 ], 272 ],
270 } 273 }
OLDNEW
« no previous file with comments | « no previous file | chrome/interactive_ui_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698