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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 223163003: Remove the remaining automation-based tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_tests.gypi » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'renderer', 8 'target_name': 'renderer',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 'dependencies': [ 419 'dependencies': [
420 '../third_party/mach_override/mach_override.gyp:mach_override', 420 '../third_party/mach_override/mach_override.gyp:mach_override',
421 ], 421 ],
422 }], 422 }],
423 ['toolkit_uses_gtk == 1', { 423 ['toolkit_uses_gtk == 1', {
424 'dependencies': [ 424 'dependencies': [
425 '../build/linux/system.gyp:gtk', 425 '../build/linux/system.gyp:gtk',
426 '../sandbox/sandbox.gyp:sandbox', 426 '../sandbox/sandbox.gyp:sandbox',
427 ], 427 ],
428 }], 428 }],
429 ['enable_automation==0', {
430 'sources/': [
431 ['exclude', '^renderer/automation/']
432 ]
433 }],
434 ['enable_printing==0', { 429 ['enable_printing==0', {
435 'sources/': [ 430 'sources/': [
436 ['exclude', '^renderer/printing/'] 431 ['exclude', '^renderer/printing/']
437 ] 432 ]
438 }], 433 }],
439 ['OS=="android"', { 434 ['OS=="android"', {
440 'sources!': [ 435 'sources!': [
441 'renderer/prerender/prerender_media_load_deferrer.cc', 436 'renderer/prerender/prerender_media_load_deferrer.cc',
442 'renderer/prerender/prerender_media_load_deferrer.h', 437 'renderer/prerender/prerender_media_load_deferrer.h',
443 'renderer/extensions/api_definitions_natives.cc', 438 'renderer/extensions/api_definitions_natives.cc',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 }], 483 }],
489 ['enable_printing!=0', { 484 ['enable_printing!=0', {
490 'dependencies': [ 485 'dependencies': [
491 '../printing/printing.gyp:printing', 486 '../printing/printing.gyp:printing',
492 ], 487 ],
493 }], 488 }],
494 ], 489 ],
495 }, 490 },
496 ], 491 ],
497 } 492 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698