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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 153583003: Update remaining references to the NPAPI test plugin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « build/all.gyp ('k') | no next file » | 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 3035 matching lines...) Expand 10 before | Expand all | Expand 10 after
3046 'sources': [ 3046 'sources': [
3047 'angle_unittests.isolate', 3047 'angle_unittests.isolate',
3048 ], 3048 ],
3049 }, 3049 },
3050 { 3050 {
3051 'target_name': 'browser_tests_run', 3051 'target_name': 'browser_tests_run',
3052 'type': 'none', 3052 'type': 'none',
3053 'dependencies': [ 3053 'dependencies': [
3054 'browser_tests', 3054 'browser_tests',
3055 'chrome', 3055 'chrome',
3056 '../third_party/WebKit/public/blink_test_plugin.gyp:blink_test_plugi n', 3056 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
3057 ], 3057 ],
3058 'includes': [ 3058 'includes': [
3059 '../build/isolate.gypi', 3059 '../build/isolate.gypi',
3060 'browser_tests.isolate', 3060 'browser_tests.isolate',
3061 ], 3061 ],
3062 'sources': [ 3062 'sources': [
3063 'browser_tests.isolate', 3063 'browser_tests.isolate',
3064 ], 3064 ],
3065 }, 3065 },
3066 { 3066 {
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
3209 'utility', 3209 'utility',
3210 ], 3210 ],
3211 'sources': [ 3211 'sources': [
3212 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3212 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3213 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3213 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3214 ], 3214 ],
3215 }] 3215 }]
3216 }], 3216 }],
3217 ], # 'conditions' 3217 ], # 'conditions'
3218 } 3218 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698