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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 154573003: Update remaining references to the NPAPI test plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert changes to chrome/test Created 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser_tests.isolate ('k') | chrome/tools/build/win/TESTS » ('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 'chromedriver_unittest_sources': [ 6 'chromedriver_unittest_sources': [
7 'test/chromedriver/capabilities_unittest.cc', 7 'test/chromedriver/capabilities_unittest.cc',
8 'test/chromedriver/chrome/chrome_finder_unittest.cc', 8 'test/chromedriver/chrome/chrome_finder_unittest.cc',
9 'test/chromedriver/chrome/console_logger_unittest.cc', 9 'test/chromedriver/chrome/console_logger_unittest.cc',
10 'test/chromedriver/chrome/device_manager_unittest.cc', 10 'test/chromedriver/chrome/device_manager_unittest.cc',
(...skipping 3030 matching lines...) Expand 10 before | Expand all | Expand 10 after
3041 'angle_unittests.isolate', 3041 'angle_unittests.isolate',
3042 ], 3042 ],
3043 'sources': [ 3043 'sources': [
3044 'angle_unittests.isolate', 3044 'angle_unittests.isolate',
3045 ], 3045 ],
3046 }, 3046 },
3047 { 3047 {
3048 'target_name': 'browser_tests_run', 3048 'target_name': 'browser_tests_run',
3049 'type': 'none', 3049 'type': 'none',
3050 'dependencies': [ 3050 'dependencies': [
3051 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
3051 'browser_tests', 3052 'browser_tests',
3052 'chrome', 3053 'chrome',
3053 '../third_party/WebKit/public/blink_test_plugin.gyp:blink_test_plugi n',
3054 ], 3054 ],
3055 'includes': [ 3055 'includes': [
3056 '../build/isolate.gypi', 3056 '../build/isolate.gypi',
3057 'browser_tests.isolate', 3057 'browser_tests.isolate',
3058 ], 3058 ],
3059 'sources': [ 3059 'sources': [
3060 'browser_tests.isolate', 3060 'browser_tests.isolate',
3061 ], 3061 ],
3062 }, 3062 },
3063 { 3063 {
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
3206 'utility', 3206 'utility',
3207 ], 3207 ],
3208 'sources': [ 3208 'sources': [
3209 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3209 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3210 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3210 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3211 ], 3211 ],
3212 }] 3212 }]
3213 }], 3213 }],
3214 ], # 'conditions' 3214 ], # 'conditions'
3215 } 3215 }
OLDNEW
« no previous file with comments | « chrome/browser_tests.isolate ('k') | chrome/tools/build/win/TESTS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698