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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 22432006: content should be referring to the blink_test_plugin.gyp in the public directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 3280 matching lines...) Expand 10 before | Expand all | Expand 10 after
3291 ], 3291 ],
3292 }], 3292 }],
3293 ['test_isolation_mode != "noop"', { 3293 ['test_isolation_mode != "noop"', {
3294 'targets': [ 3294 'targets': [
3295 { 3295 {
3296 'target_name': 'browser_tests_run', 3296 'target_name': 'browser_tests_run',
3297 'type': 'none', 3297 'type': 'none',
3298 'dependencies': [ 3298 'dependencies': [
3299 'browser_tests', 3299 'browser_tests',
3300 'chrome', 3300 'chrome',
3301 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpR enderTree.gyp:copy_TestNetscapePlugIn', 3301 '../third_party/WebKit/public/blink_test_plugin.gyp:blink_test_plugi n',
3302 ], 3302 ],
3303 'includes': [ 3303 'includes': [
3304 '../build/isolate.gypi', 3304 '../build/isolate.gypi',
3305 'browser_tests.isolate', 3305 'browser_tests.isolate',
3306 ], 3306 ],
3307 'sources': [ 3307 'sources': [
3308 'browser_tests.isolate', 3308 'browser_tests.isolate',
3309 ], 3309 ],
3310 }, 3310 },
3311 { 3311 {
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
3397 'utility', 3397 'utility',
3398 ], 3398 ],
3399 'sources': [ 3399 'sources': [
3400 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3400 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3401 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3401 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3402 ], 3402 ],
3403 }] 3403 }]
3404 }], 3404 }],
3405 ], # 'conditions' 3405 ], # 'conditions'
3406 } 3406 }
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