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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1665453003: Add browser tests for FetchEvent.request.mode/credentials in the service worker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on 1665533003 Created 4 years, 10 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 5 'variables': {
6 'chrome_browser_extensions_test_support_sources': [ 6 'chrome_browser_extensions_test_support_sources': [
7 # A list of sources which is shared between different browser tests. 7 # A list of sources which is shared between different browser tests.
8 'browser/apps/app_browsertest_util.cc', 8 'browser/apps/app_browsertest_util.cc',
9 'browser/apps/app_browsertest_util.h', 9 'browser/apps/app_browsertest_util.h',
10 'browser/extensions/browsertest_util.cc', 10 'browser/extensions/browsertest_util.cc',
(...skipping 2242 matching lines...) Expand 10 before | Expand all | Expand 10 after
2253 ['enable_autofill_dialog==0', { 2253 ['enable_autofill_dialog==0', {
2254 'sources!': [ 2254 'sources!': [
2255 'browser/ui/autofill/autofill_dialog_controller_browsertest.cc', 2255 'browser/ui/autofill/autofill_dialog_controller_browsertest.cc',
2256 ] 2256 ]
2257 }], 2257 }],
2258 ['disable_nacl==0', { 2258 ['disable_nacl==0', {
2259 'sources':[ 2259 'sources':[
2260 'browser/extensions/extension_nacl_browsertest.cc', 2260 'browser/extensions/extension_nacl_browsertest.cc',
2261 'browser/nacl_host/test/gdb_debug_stub_browsertest.cc', 2261 'browser/nacl_host/test/gdb_debug_stub_browsertest.cc',
2262 ], 2262 ],
2263 'dependencies': [
2264 'test/data/nacl/nacl_test_data.gyp:pnacl_url_loader_test',
2265 ],
2263 'conditions': [ 2266 'conditions': [
2264 ['disable_nacl_untrusted==0', { 2267 ['disable_nacl_untrusted==0', {
2265 'sources': [ 2268 'sources': [
2266 'test/nacl/nacl_browsertest.cc', 2269 'test/nacl/nacl_browsertest.cc',
2267 'test/nacl/nacl_browsertest_uma.cc', 2270 'test/nacl/nacl_browsertest_uma.cc',
2268 'test/nacl/nacl_browsertest_util.cc', 2271 'test/nacl/nacl_browsertest_util.cc',
2269 'test/nacl/nacl_browsertest_util.h', 2272 'test/nacl/nacl_browsertest_util.h',
2270 'test/nacl/pnacl_header_test.cc', 2273 'test/nacl/pnacl_header_test.cc',
2271 'test/nacl/pnacl_header_test.h', 2274 'test/nacl/pnacl_header_test.h',
2272 ], 2275 ],
(...skipping 1220 matching lines...) Expand 10 before | Expand all | Expand 10 after
3493 'browser', 3496 'browser',
3494 ], 3497 ],
3495 'sources': [ 3498 'sources': [
3496 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3499 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3497 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3500 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3498 ], 3501 ],
3499 }] 3502 }]
3500 }], 3503 }],
3501 ], # 'conditions' 3504 ], # 'conditions'
3502 } 3505 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698