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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1852523003: Remove NPAPI test plugin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_last_plugin_layout_tests
Patch Set: fix isolate Created 4 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
« no previous file with comments | « chrome/browser_tests.isolate ('k') | components/test_runner/BUILD.gn » ('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 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 'build_angle_deqp_tests%': 0, 6 'build_angle_deqp_tests%': 0,
7 'chrome_browser_extensions_test_support_sources': [ 7 'chrome_browser_extensions_test_support_sources': [
8 # A list of sources which is shared between different browser tests. 8 # A list of sources which is shared between different browser tests.
9 'browser/apps/app_browsertest_util.cc', 9 'browser/apps/app_browsertest_util.cc',
10 'browser/apps/app_browsertest_util.h', 10 'browser/apps/app_browsertest_util.h',
(...skipping 3283 matching lines...) Expand 10 before | Expand all | Expand 10 after
3294 'gpu_tests_base', 3294 'gpu_tests_base',
3295 ], 3295 ],
3296 'sources': [ 3296 'sources': [
3297 'angle_unittests.isolate', 3297 'angle_unittests.isolate',
3298 ], 3298 ],
3299 }, 3299 },
3300 { 3300 {
3301 'target_name': 'browser_tests_run', 3301 'target_name': 'browser_tests_run',
3302 'type': 'none', 3302 'type': 'none',
3303 'dependencies': [ 3303 'dependencies': [
3304 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
3305 'browser_tests', 3304 'browser_tests',
3306 'chrome', 3305 'chrome',
3307 ], 3306 ],
3308 'includes': [ 3307 'includes': [
3309 '../build/isolate.gypi', 3308 '../build/isolate.gypi',
3310 ], 3309 ],
3311 'sources': [ 3310 'sources': [
3312 'browser_tests.isolate', 3311 'browser_tests.isolate',
3313 ], 3312 ],
3314 'conditions': [ 3313 'conditions': [
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
3547 'browser', 3546 'browser',
3548 ], 3547 ],
3549 'sources': [ 3548 'sources': [
3550 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3549 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3551 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3550 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3552 ], 3551 ],
3553 }] 3552 }]
3554 }], 3553 }],
3555 ], # 'conditions' 3554 ], # 'conditions'
3556 } 3555 }
OLDNEW
« no previous file with comments | « chrome/browser_tests.isolate ('k') | components/test_runner/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698