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

Side by Side Diff: base/base.gyp

Issue 1181263005: Make task manager memory data more efficient and meaningful. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing include Created 5 years, 6 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
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 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 'VCLinkerTool': { 155 'VCLinkerTool': {
156 'DelayLoadDLLs': [ 156 'DelayLoadDLLs': [
157 'cfgmgr32.dll', 157 'cfgmgr32.dll',
158 'powrprof.dll', 158 'powrprof.dll',
159 'setupapi.dll', 159 'setupapi.dll',
160 ], 160 ],
161 'AdditionalDependencies': [ 161 'AdditionalDependencies': [
162 'cfgmgr32.lib', 162 'cfgmgr32.lib',
163 'powrprof.lib', 163 'powrprof.lib',
164 'setupapi.lib', 164 'setupapi.lib',
165 'pdh.lib',
165 ], 166 ],
166 }, 167 },
167 }, 168 },
168 # Specify delayload for components that link with base.lib. 169 # Specify delayload for components that link with base.lib.
169 'all_dependent_settings': { 170 'all_dependent_settings': {
170 'msvs_settings': { 171 'msvs_settings': {
171 'VCLinkerTool': { 172 'VCLinkerTool': {
172 'DelayLoadDLLs': [ 173 'DelayLoadDLLs': [
173 'cfgmgr32.dll', 174 'cfgmgr32.dll',
174 'powrprof.dll', 175 'powrprof.dll',
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 'prefs/pref_change_registrar_unittest.cc', 571 'prefs/pref_change_registrar_unittest.cc',
571 'prefs/pref_member_unittest.cc', 572 'prefs/pref_member_unittest.cc',
572 'prefs/pref_notifier_impl_unittest.cc', 573 'prefs/pref_notifier_impl_unittest.cc',
573 'prefs/pref_service_unittest.cc', 574 'prefs/pref_service_unittest.cc',
574 'prefs/pref_value_map_unittest.cc', 575 'prefs/pref_value_map_unittest.cc',
575 'prefs/pref_value_store_unittest.cc', 576 'prefs/pref_value_store_unittest.cc',
576 'prefs/scoped_user_pref_update_unittest.cc', 577 'prefs/scoped_user_pref_update_unittest.cc',
577 'process/memory_unittest.cc', 578 'process/memory_unittest.cc',
578 'process/memory_unittest_mac.h', 579 'process/memory_unittest_mac.h',
579 'process/memory_unittest_mac.mm', 580 'process/memory_unittest_mac.mm',
581 'process/private_working_set_snapshot_win_unittest.cc',
580 'process/process_metrics_unittest.cc', 582 'process/process_metrics_unittest.cc',
581 'process/process_metrics_unittest_ios.cc', 583 'process/process_metrics_unittest_ios.cc',
582 'process/process_unittest.cc', 584 'process/process_unittest.cc',
583 'process/process_util_unittest.cc', 585 'process/process_util_unittest.cc',
584 'profiler/stack_sampling_profiler_unittest.cc', 586 'profiler/stack_sampling_profiler_unittest.cc',
585 'profiler/tracked_time_unittest.cc', 587 'profiler/tracked_time_unittest.cc',
586 'rand_util_unittest.cc', 588 'rand_util_unittest.cc',
587 'scoped_clear_errno_unittest.cc', 589 'scoped_clear_errno_unittest.cc',
588 'scoped_generic_unittest.cc', 590 'scoped_generic_unittest.cc',
589 'scoped_native_library_unittest.cc', 591 'scoped_native_library_unittest.cc',
(...skipping 1046 matching lines...) Expand 10 before | Expand all | Expand 10 after
1636 '../build/isolate.gypi', 1638 '../build/isolate.gypi',
1637 ], 1639 ],
1638 'sources': [ 1640 'sources': [
1639 'base_unittests.isolate', 1641 'base_unittests.isolate',
1640 ], 1642 ],
1641 }, 1643 },
1642 ], 1644 ],
1643 }], 1645 }],
1644 ], 1646 ],
1645 } 1647 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/base.gypi » ('j') | base/process/private_working_set_snapshot.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698