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

Side by Side Diff: base/base.gypi

Issue 1149223002: Avoid basename conflict from memory_pressure_monitor.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: includes Created 5 years, 7 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 | « base/base.gyp ('k') | base/chromeos/OWNERS » ('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 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'bits.h', 121 'bits.h',
122 'build_time.cc', 122 'build_time.cc',
123 'build_time.h', 123 'build_time.h',
124 'callback.h', 124 'callback.h',
125 'callback_helpers.cc', 125 'callback_helpers.cc',
126 'callback_helpers.h', 126 'callback_helpers.h',
127 'callback_internal.cc', 127 'callback_internal.cc',
128 'callback_internal.h', 128 'callback_internal.h',
129 'callback_list.h', 129 'callback_list.h',
130 'cancelable_callback.h', 130 'cancelable_callback.h',
131 'chromeos/memory_pressure_monitor.cc',
132 'chromeos/memory_pressure_monitor.h',
133 'command_line.cc', 131 'command_line.cc',
134 'command_line.h', 132 'command_line.h',
135 'compiler_specific.h', 133 'compiler_specific.h',
136 'containers/adapters.h', 134 'containers/adapters.h',
137 'containers/hash_tables.h', 135 'containers/hash_tables.h',
138 'containers/linked_list.h', 136 'containers/linked_list.h',
139 'containers/mru_cache.h', 137 'containers/mru_cache.h',
140 'containers/scoped_ptr_hash_map.h', 138 'containers/scoped_ptr_hash_map.h',
141 'containers/small_map.h', 139 'containers/small_map.h',
142 'containers/stack_container.h', 140 'containers/stack_container.h',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 'mac/launchd.cc', 287 'mac/launchd.cc',
290 'mac/launchd.h', 288 'mac/launchd.h',
291 'mac/libdispatch_task_runner.cc', 289 'mac/libdispatch_task_runner.cc',
292 'mac/libdispatch_task_runner.h', 290 'mac/libdispatch_task_runner.h',
293 'mac/mac_logging.cc', 291 'mac/mac_logging.cc',
294 'mac/mac_logging.h', 292 'mac/mac_logging.h',
295 'mac/mac_util.h', 293 'mac/mac_util.h',
296 'mac/mac_util.mm', 294 'mac/mac_util.mm',
297 'mac/mach_logging.cc', 295 'mac/mach_logging.cc',
298 'mac/mach_logging.h', 296 'mac/mach_logging.h',
299 'mac/memory_pressure_monitor.cc',
300 'mac/memory_pressure_monitor.h',
301 'mac/objc_property_releaser.h', 297 'mac/objc_property_releaser.h',
302 'mac/objc_property_releaser.mm', 298 'mac/objc_property_releaser.mm',
303 'mac/os_crash_dumps.cc', 299 'mac/os_crash_dumps.cc',
304 'mac/os_crash_dumps.h', 300 'mac/os_crash_dumps.h',
305 'mac/scoped_aedesc.h', 301 'mac/scoped_aedesc.h',
306 'mac/scoped_authorizationref.h', 302 'mac/scoped_authorizationref.h',
307 'mac/scoped_block.h', 303 'mac/scoped_block.h',
308 'mac/scoped_cftyperef.h', 304 'mac/scoped_cftyperef.h',
309 'mac/scoped_ioobject.h', 305 'mac/scoped_ioobject.h',
310 'mac/scoped_ioplugininterface.h', 306 'mac/scoped_ioplugininterface.h',
(...skipping 24 matching lines...) Expand all
335 'memory/discardable_memory_allocator.cc', 331 'memory/discardable_memory_allocator.cc',
336 'memory/discardable_memory_allocator.h', 332 'memory/discardable_memory_allocator.h',
337 'memory/discardable_shared_memory.cc', 333 'memory/discardable_shared_memory.cc',
338 'memory/discardable_shared_memory.h', 334 'memory/discardable_shared_memory.h',
339 'memory/linked_ptr.h', 335 'memory/linked_ptr.h',
340 'memory/manual_constructor.h', 336 'memory/manual_constructor.h',
341 'memory/memory_pressure_listener.cc', 337 'memory/memory_pressure_listener.cc',
342 'memory/memory_pressure_listener.h', 338 'memory/memory_pressure_listener.h',
343 'memory/memory_pressure_monitor.cc', 339 'memory/memory_pressure_monitor.cc',
344 'memory/memory_pressure_monitor.h', 340 'memory/memory_pressure_monitor.h',
341 'memory/memory_pressure_monitor_chromeos.cc',
342 'memory/memory_pressure_monitor_chromeos.h',
343 'memory/memory_pressure_monitor_mac.cc',
344 'memory/memory_pressure_monitor_mac.h',
345 'memory/memory_pressure_monitor_win.cc',
346 'memory/memory_pressure_monitor_win.h',
345 'memory/raw_scoped_refptr_mismatch_checker.h', 347 'memory/raw_scoped_refptr_mismatch_checker.h',
346 'memory/ref_counted.cc', 348 'memory/ref_counted.cc',
347 'memory/ref_counted.h', 349 'memory/ref_counted.h',
348 'memory/ref_counted_delete_on_message_loop.h', 350 'memory/ref_counted_delete_on_message_loop.h',
349 'memory/ref_counted_memory.cc', 351 'memory/ref_counted_memory.cc',
350 'memory/ref_counted_memory.h', 352 'memory/ref_counted_memory.h',
351 'memory/scoped_policy.h', 353 'memory/scoped_policy.h',
352 'memory/scoped_ptr.h', 354 'memory/scoped_ptr.h',
353 'memory/scoped_vector.h', 355 'memory/scoped_vector.h',
354 'memory/shared_memory.h', 356 'memory/shared_memory.h',
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 'win/event_trace_controller.cc', 704 'win/event_trace_controller.cc',
703 'win/event_trace_controller.h', 705 'win/event_trace_controller.h',
704 'win/event_trace_provider.cc', 706 'win/event_trace_provider.cc',
705 'win/event_trace_provider.h', 707 'win/event_trace_provider.h',
706 'win/i18n.cc', 708 'win/i18n.cc',
707 'win/i18n.h', 709 'win/i18n.h',
708 'win/iat_patch_function.cc', 710 'win/iat_patch_function.cc',
709 'win/iat_patch_function.h', 711 'win/iat_patch_function.h',
710 'win/iunknown_impl.cc', 712 'win/iunknown_impl.cc',
711 'win/iunknown_impl.h', 713 'win/iunknown_impl.h',
712 'win/memory_pressure_monitor.cc',
713 'win/memory_pressure_monitor.h',
714 'win/message_window.cc', 714 'win/message_window.cc',
715 'win/message_window.h', 715 'win/message_window.h',
716 'win/metro.cc', 716 'win/metro.cc',
717 'win/metro.h', 717 'win/metro.h',
718 'win/object_watcher.cc', 718 'win/object_watcher.cc',
719 'win/object_watcher.h', 719 'win/object_watcher.h',
720 'win/registry.cc', 720 'win/registry.cc',
721 'win/registry.h', 721 'win/registry.h',
722 'win/resource_util.cc', 722 'win/resource_util.cc',
723 'win/resource_util.h', 723 'win/resource_util.h',
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
1026 'i18n/time_formatting.h', 1026 'i18n/time_formatting.h',
1027 'i18n/timezone.cc', 1027 'i18n/timezone.cc',
1028 'i18n/timezone.h', 1028 'i18n/timezone.h',
1029 'i18n/utf8_validator_tables.cc', 1029 'i18n/utf8_validator_tables.cc',
1030 'i18n/utf8_validator_tables.h', 1030 'i18n/utf8_validator_tables.h',
1031 ], 1031 ],
1032 }] 1032 }]
1033 ], 1033 ],
1034 }, 1034 },
1035 } 1035 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/chromeos/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698