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

Side by Side Diff: base/base.gypi

Issue 18063004: Move timing files into base/time, install forwarding headers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ios Created 7 years, 5 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 | « base/base.gyp ('k') | base/base_untrusted.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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 'files/scoped_temp_dir.h', 192 'files/scoped_temp_dir.h',
193 'float_util.h', 193 'float_util.h',
194 'format_macros.h', 194 'format_macros.h',
195 'gtest_prod_util.h', 195 'gtest_prod_util.h',
196 'guid.cc', 196 'guid.cc',
197 'guid.h', 197 'guid.h',
198 'guid_posix.cc', 198 'guid_posix.cc',
199 'guid_win.cc', 199 'guid_win.cc',
200 'hash.cc', 200 'hash.cc',
201 'hash.h', 201 'hash.h',
202 'hi_res_timer_manager_posix.cc',
203 'hi_res_timer_manager_win.cc',
204 'hi_res_timer_manager.h',
205 'id_map.h', 202 'id_map.h',
206 'ini_parser.cc', 203 'ini_parser.cc',
207 'ini_parser.h', 204 'ini_parser.h',
208 'ios/device_util.h', 205 'ios/device_util.h',
209 'ios/device_util.mm', 206 'ios/device_util.mm',
210 'ios/ios_util.h', 207 'ios/ios_util.h',
211 'ios/ios_util.mm', 208 'ios/ios_util.mm',
212 'ios/scoped_critical_action.h', 209 'ios/scoped_critical_action.h',
213 'ios/scoped_critical_action.mm', 210 'ios/scoped_critical_action.mm',
214 'json/json_file_value_serializer.cc', 211 'json/json_file_value_serializer.cc',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 'metrics/statistics_recorder.h', 335 'metrics/statistics_recorder.h',
339 'metrics/stats_counters.cc', 336 'metrics/stats_counters.cc',
340 'metrics/stats_counters.h', 337 'metrics/stats_counters.h',
341 'metrics/stats_table.cc', 338 'metrics/stats_table.cc',
342 'metrics/stats_table.h', 339 'metrics/stats_table.h',
343 'move.h', 340 'move.h',
344 'native_library.h', 341 'native_library.h',
345 'native_library_mac.mm', 342 'native_library_mac.mm',
346 'native_library_posix.cc', 343 'native_library_posix.cc',
347 'native_library_win.cc', 344 'native_library_win.cc',
345 'nix/mime_util_xdg.cc',
346 'nix/mime_util_xdg.h',
347 'nix/xdg_util.cc',
348 'nix/xdg_util.h',
348 'observer_list.h', 349 'observer_list.h',
349 'observer_list_threadsafe.h', 350 'observer_list_threadsafe.h',
350 'os_compat_android.cc', 351 'os_compat_android.cc',
351 'os_compat_android.h', 352 'os_compat_android.h',
352 'os_compat_nacl.cc', 353 'os_compat_nacl.cc',
353 'os_compat_nacl.h', 354 'os_compat_nacl.h',
354 'path_service.cc', 355 'path_service.cc',
355 'path_service.h', 356 'path_service.h',
356 'pending_task.cc', 357 'pending_task.cc',
357 'pending_task.h', 358 'pending_task.h',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 'threading/worker_pool_posix.h', 549 'threading/worker_pool_posix.h',
549 'threading/worker_pool_win.cc', 550 'threading/worker_pool_win.cc',
550 'time/clock.cc', 551 'time/clock.cc',
551 'time/clock.h', 552 'time/clock.h',
552 'time/default_clock.cc', 553 'time/default_clock.cc',
553 'time/default_clock.h', 554 'time/default_clock.h',
554 'time/default_tick_clock.cc', 555 'time/default_tick_clock.cc',
555 'time/default_tick_clock.h', 556 'time/default_tick_clock.h',
556 'time/tick_clock.cc', 557 'time/tick_clock.cc',
557 'time/tick_clock.h', 558 'time/tick_clock.h',
558 # TODO(akalin): Move time* into time/. 559 'time/time.cc',
559 'time.cc', 560 'time/time.h',
560 'time.h', 561 'time/time_mac.cc',
561 'time_mac.cc', 562 'time/time_posix.cc',
562 'time_posix.cc', 563 'time/time_win.cc',
563 'time_win.cc', 564 'timer/hi_res_timer_manager_posix.cc',
564 'timer.cc', 565 'timer/hi_res_timer_manager_win.cc',
565 'timer.h', 566 'timer/hi_res_timer_manager.h',
567 'timer/timer.cc',
568 'timer/timer.h',
566 'tracked_objects.cc', 569 'tracked_objects.cc',
567 'tracked_objects.h', 570 'tracked_objects.h',
568 'tracking_info.cc', 571 'tracking_info.cc',
569 'tracking_info.h', 572 'tracking_info.h',
570 'tuple.h', 573 'tuple.h',
571 'values.cc', 574 'values.cc',
572 'values.h', 575 'values.h',
573 'value_conversions.cc', 576 'value_conversions.cc',
574 'value_conversions.h', 577 'value_conversions.h',
575 'version.cc', 578 'version.cc',
576 'version.h', 579 'version.h',
577 'vlog.cc', 580 'vlog.cc',
578 'vlog.h', 581 'vlog.h',
579 'nix/mime_util_xdg.cc',
580 'nix/mime_util_xdg.h',
581 'nix/xdg_util.cc',
582 'nix/xdg_util.h',
583 'win/enum_variant.cc', 582 'win/enum_variant.cc',
584 'win/enum_variant.h', 583 'win/enum_variant.h',
585 'win/event_trace_consumer.h', 584 'win/event_trace_consumer.h',
586 'win/event_trace_controller.cc', 585 'win/event_trace_controller.cc',
587 'win/event_trace_controller.h', 586 'win/event_trace_controller.h',
588 'win/event_trace_provider.cc', 587 'win/event_trace_provider.cc',
589 'win/event_trace_provider.h', 588 'win/event_trace_provider.h',
590 'win/i18n.cc', 589 'win/i18n.cc',
591 'win/i18n.h', 590 'win/i18n.h',
592 'win/iat_patch_function.cc', 591 'win/iat_patch_function.cc',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 ['include', '^file_version_info_mac\\.'], 740 ['include', '^file_version_info_mac\\.'],
742 ['include', '^mac/bundle_locations\\.'], 741 ['include', '^mac/bundle_locations\\.'],
743 ['include', '^mac/foundation_util\\.'], 742 ['include', '^mac/foundation_util\\.'],
744 ['include', '^mac/mac_logging\\.'], 743 ['include', '^mac/mac_logging\\.'],
745 ['include', '^mac/objc_property_releaser\\.'], 744 ['include', '^mac/objc_property_releaser\\.'],
746 ['include', '^mac/scoped_mach_port\\.'], 745 ['include', '^mac/scoped_mach_port\\.'],
747 ['include', '^mac/scoped_nsautorelease_pool\\.'], 746 ['include', '^mac/scoped_nsautorelease_pool\\.'],
748 ['include', '^mac/scoped_nsobject\\.'], 747 ['include', '^mac/scoped_nsobject\\.'],
749 ['include', '^memory/discardable_memory_mac\\.'], 748 ['include', '^memory/discardable_memory_mac\\.'],
750 ['include', '^message_loop/message_pump_mac\\.'], 749 ['include', '^message_loop/message_pump_mac\\.'],
750 ['include', '^strings/sys_string_conversions_mac\\.'],
751 ['include', '^threading/platform_thread_mac\\.'], 751 ['include', '^threading/platform_thread_mac\\.'],
752 ['include', '^strings/sys_string_conversions_mac\\.'], 752 ['include', '^time/time_mac\\.'],
753 ['include', '^time_mac\\.'],
754 ['include', '^worker_pool_mac\\.'], 753 ['include', '^worker_pool_mac\\.'],
755 # Exclude all process_util except the minimal implementation 754 # Exclude all process_util except the minimal implementation
756 # needed on iOS (mostly for unit tests). 755 # needed on iOS (mostly for unit tests).
757 ['exclude', '^process_util'], 756 ['exclude', '^process_util'],
758 ['include', '^process_util_ios\\.mm$'], 757 ['include', '^process_util_ios\\.mm$'],
759 ], 758 ],
760 'sources!': [ 759 'sources!': [
761 'message_loop/message_pump_libevent.cc' 760 'message_loop/message_pump_libevent.cc'
762 ], 761 ],
763 }], 762 }],
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 851 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
853 'sources/': [ 852 'sources/': [
854 ['exclude', '^third_party/nspr/'], 853 ['exclude', '^third_party/nspr/'],
855 ], 854 ],
856 }], 855 }],
857 ], 856 ],
858 }], 857 }],
859 ], 858 ],
860 }, 859 },
861 } 860 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/base_untrusted.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698