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

Side by Side Diff: remoting/remoting_test.gypi

Issue 1647453002: allocator cleanup: remove dependencies on allocator from all targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pure rebase Created 4 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
« no previous file with comments | « remoting/remoting_host.gypi ('k') | sql/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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # GN version: //remoting:test_support 8 # GN version: //remoting:test_support
9 'target_name': 'remoting_test_support', 9 'target_name': 'remoting_test_support',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 'remoting_host', 399 'remoting_host',
400 'remoting_host_setup_base', 400 'remoting_host_setup_base',
401 'remoting_it2me_host_static', 401 'remoting_it2me_host_static',
402 'remoting_native_messaging_base', 402 'remoting_native_messaging_base',
403 ], 403 ],
404 'sources/': [ 404 'sources/': [
405 ['exclude', '^codec/'], 405 ['exclude', '^codec/'],
406 ['exclude', '^host/'], 406 ['exclude', '^host/'],
407 ] 407 ]
408 }], 408 }],
409 [ 'OS == "linux" and use_allocator!="none"', {
410 'dependencies': [
411 '../base/allocator/allocator.gyp:allocator',
412 ],
413 }],
414 ['configuration_policy == 1', { 409 ['configuration_policy == 1', {
415 'dependencies': [ 410 'dependencies': [
416 '../components/components.gyp:policy', 411 '../components/components.gyp:policy',
417 ], 412 ],
418 }], 413 }],
419 ], # end of 'conditions' 414 ], # end of 'conditions'
420 }, # end of target 'remoting_unittests' 415 }, # end of target 'remoting_unittests'
421 { 416 {
422 # GN version: //remoting/webapp:browser_test_resources 417 # GN version: //remoting/webapp:browser_test_resources
423 'target_name': 'remoting_browser_test_resources', 418 'target_name': 'remoting_browser_test_resources',
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 # Linux, so we need the chrome_common.gypi dependency. 564 # Linux, so we need the chrome_common.gypi dependency.
570 'dependencies': [ 565 'dependencies': [
571 '../chrome/common_constants.gyp:common_constants', 566 '../chrome/common_constants.gyp:common_constants',
572 ], 567 ],
573 }], 568 }],
574 [ 'OS=="android"', { 569 [ 'OS=="android"', {
575 'dependencies': [ 570 'dependencies': [
576 '../testing/android/native_test.gyp:native_test_native_code', 571 '../testing/android/native_test.gyp:native_test_native_code',
577 ], 572 ],
578 }], 573 }],
579 [ 'OS == "linux" and use_allocator!="none"', {
580 'dependencies': [
581 '../base/allocator/allocator.gyp:allocator',
582 ],
583 }],
584 ], # end of 'conditions' 574 ], # end of 'conditions'
585 }, # end of target 'remoting_perftests' 575 }, # end of target 'remoting_perftests'
586 ] 576 ]
587 }], # end of 'enable_remoting_host' 577 }], # end of 'enable_remoting_host'
588 ['disable_nacl==0 and disable_nacl_untrusted==0', { 578 ['disable_nacl==0 and disable_nacl_untrusted==0', {
589 'targets': [ 579 'targets': [
590 { 580 {
591 'target_name': 'remoting_webapp_browser_test', 581 'target_name': 'remoting_webapp_browser_test',
592 'type': 'none', 582 'type': 'none',
593 'variables': { 583 'variables': {
(...skipping 27 matching lines...) Expand all
621 '../build/isolate.gypi', 611 '../build/isolate.gypi',
622 ], 612 ],
623 'sources': [ 613 'sources': [
624 'remoting_unittests.isolate', 614 'remoting_unittests.isolate',
625 ], 615 ],
626 }, 616 },
627 ], 617 ],
628 }], 618 }],
629 ] # end of 'conditions' 619 ] # end of 'conditions'
630 } 620 }
OLDNEW
« no previous file with comments | « remoting/remoting_host.gypi ('k') | sql/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698