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

Side by Side Diff: chromeos/chromeos.gyp

Issue 177353002: Add use_allocator instead of linux_use_tcmalloc to switch the allocator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 9 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_tests_unit.gypi ('k') | cloud_print/cloud_print.gyp » ('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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'chromeos_memory.gypi', 10 'chromeos_memory.gypi',
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 'network/shill_property_handler_unittest.cc', 520 'network/shill_property_handler_unittest.cc',
521 'network/shill_property_util_unittest.cc', 521 'network/shill_property_util_unittest.cc',
522 'process_proxy/process_output_watcher_unittest.cc', 522 'process_proxy/process_output_watcher_unittest.cc',
523 'process_proxy/process_proxy_unittest.cc', 523 'process_proxy/process_proxy_unittest.cc',
524 'system/name_value_pairs_parser_unittest.cc', 524 'system/name_value_pairs_parser_unittest.cc',
525 ], 525 ],
526 'include_dirs': [ 526 'include_dirs': [
527 '..', 527 '..',
528 ], 528 ],
529 'conditions': [ 529 'conditions': [
530 [ 'linux_use_tcmalloc==1', { 530 # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554
531 [ '(use_allocator!="none" and use_allocator!="see_use_tcmalloc") or (use _allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1)', {
531 'dependencies': [ 532 'dependencies': [
532 '../base/allocator/allocator.gyp:allocator', 533 '../base/allocator/allocator.gyp:allocator',
533 ], 534 ],
534 }, 535 },
535 ], 536 ],
536 ], 537 ],
537 }, 538 },
538 { 539 {
539 # Protobuf compiler/generator for power-manager related protocol buffers. 540 # Protobuf compiler/generator for power-manager related protocol buffers.
540 'target_name': 'power_manager_proto', 541 'target_name': 'power_manager_proto',
541 'type': 'static_library', 542 'type': 'static_library',
542 'sources': [ 543 'sources': [
543 '../third_party/cros_system_api/dbus/power_manager/input_event.proto', 544 '../third_party/cros_system_api/dbus/power_manager/input_event.proto',
544 '../third_party/cros_system_api/dbus/power_manager/peripheral_battery_st atus.proto', 545 '../third_party/cros_system_api/dbus/power_manager/peripheral_battery_st atus.proto',
545 '../third_party/cros_system_api/dbus/power_manager/policy.proto', 546 '../third_party/cros_system_api/dbus/power_manager/policy.proto',
546 '../third_party/cros_system_api/dbus/power_manager/power_supply_properti es.proto', 547 '../third_party/cros_system_api/dbus/power_manager/power_supply_properti es.proto',
547 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', 548 '../third_party/cros_system_api/dbus/power_manager/suspend.proto',
548 ], 549 ],
549 'variables': { 550 'variables': {
550 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', 551 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager',
551 'proto_out_dir': 'chromeos/dbus/power_manager', 552 'proto_out_dir': 'chromeos/dbus/power_manager',
552 }, 553 },
553 'includes': ['../build/protoc.gypi'], 554 'includes': ['../build/protoc.gypi'],
554 }, 555 },
555 ], 556 ],
556 } 557 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | cloud_print/cloud_print.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698