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

Side by Side Diff: base/base.gypi

Issue 1180693002: Update from https://crrev.com/333737 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased 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
« no previous file with comments | « base/base.gyp ('k') | base/base_nacl.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 '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': {
11 'base_target': 0, 11 'base_target': 0,
12 'base_i18n_target': 0, 12 'base_i18n_target': 0,
13 }, 13 },
14 'target_conditions': [ 14 'target_conditions': [
15 # This part is shared between the targets defined below. 15 # This part is shared between the targets defined below.
16 ['base_target==1', { 16 ['base_target==1', {
17 'sources': [ 17 'sources': [
18 '../build/build_config.h', 18 '../build/build_config.h',
19 'allocator/allocator_extension.cc', 19 'allocator/allocator_extension.cc',
20 'allocator/allocator_extension.h', 20 'allocator/allocator_extension.h',
21 'allocator/type_profiler_control.cc', 21 'allocator/type_profiler_control.cc',
22 'allocator/type_profiler_control.h', 22 'allocator/type_profiler_control.h',
23 'android/animation_frame_time_histogram.cc', 23 'android/animation_frame_time_histogram.cc',
24 'android/animation_frame_time_histogram.h', 24 'android/animation_frame_time_histogram.h',
25 'android/apk_assets.cc',
26 'android/apk_assets.h',
25 'android/application_status_listener.cc', 27 'android/application_status_listener.cc',
26 'android/application_status_listener.h', 28 'android/application_status_listener.h',
27 'android/base_jni_onload.cc', 29 'android/base_jni_onload.cc',
28 'android/base_jni_onload.h', 30 'android/base_jni_onload.h',
29 'android/base_jni_registrar.cc', 31 'android/base_jni_registrar.cc',
30 'android/base_jni_registrar.h', 32 'android/base_jni_registrar.h',
31 'android/build_info.cc', 33 'android/build_info.cc',
32 'android/build_info.h', 34 'android/build_info.h',
33 'android/command_line_android.cc', 35 'android/command_line_android.cc',
34 'android/command_line_android.h', 36 'android/command_line_android.h',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'bits.h', 123 'bits.h',
122 'build_time.cc', 124 'build_time.cc',
123 'build_time.h', 125 'build_time.h',
124 'callback.h', 126 'callback.h',
125 'callback_helpers.cc', 127 'callback_helpers.cc',
126 'callback_helpers.h', 128 'callback_helpers.h',
127 'callback_internal.cc', 129 'callback_internal.cc',
128 'callback_internal.h', 130 'callback_internal.h',
129 'callback_list.h', 131 'callback_list.h',
130 'cancelable_callback.h', 132 'cancelable_callback.h',
131 'chromeos/memory_pressure_monitor_chromeos.cc',
132 'chromeos/memory_pressure_monitor_chromeos.h',
133 'command_line.cc', 133 'command_line.cc',
134 'command_line.h', 134 'command_line.h',
135 'compiler_specific.h', 135 'compiler_specific.h',
136 'containers/adapters.h', 136 'containers/adapters.h',
137 'containers/hash_tables.h', 137 'containers/hash_tables.h',
138 'containers/linked_list.h', 138 'containers/linked_list.h',
139 'containers/mru_cache.h', 139 'containers/mru_cache.h',
140 'containers/scoped_ptr_hash_map.h', 140 'containers/scoped_ptr_hash_map.h',
141 'containers/small_map.h', 141 'containers/small_map.h',
142 'containers/stack_container.h', 142 'containers/stack_container.h',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 'mac/launchd.cc', 289 'mac/launchd.cc',
290 'mac/launchd.h', 290 'mac/launchd.h',
291 'mac/libdispatch_task_runner.cc', 291 'mac/libdispatch_task_runner.cc',
292 'mac/libdispatch_task_runner.h', 292 'mac/libdispatch_task_runner.h',
293 'mac/mac_logging.cc', 293 'mac/mac_logging.cc',
294 'mac/mac_logging.h', 294 'mac/mac_logging.h',
295 'mac/mac_util.h', 295 'mac/mac_util.h',
296 'mac/mac_util.mm', 296 'mac/mac_util.mm',
297 'mac/mach_logging.cc', 297 'mac/mach_logging.cc',
298 'mac/mach_logging.h', 298 'mac/mach_logging.h',
299 'mac/memory_pressure_monitor_mac.cc',
300 'mac/memory_pressure_monitor_mac.h',
301 'mac/objc_property_releaser.h', 299 'mac/objc_property_releaser.h',
302 'mac/objc_property_releaser.mm', 300 'mac/objc_property_releaser.mm',
303 'mac/os_crash_dumps.cc', 301 'mac/os_crash_dumps.cc',
304 'mac/os_crash_dumps.h', 302 'mac/os_crash_dumps.h',
305 'mac/scoped_aedesc.h', 303 'mac/scoped_aedesc.h',
306 'mac/scoped_authorizationref.h', 304 'mac/scoped_authorizationref.h',
307 'mac/scoped_block.h', 305 'mac/scoped_block.h',
308 'mac/scoped_cftyperef.h', 306 'mac/scoped_cftyperef.h',
309 'mac/scoped_ioobject.h', 307 'mac/scoped_ioobject.h',
310 'mac/scoped_ioplugininterface.h', 308 'mac/scoped_ioplugininterface.h',
(...skipping 24 matching lines...) Expand all
335 'memory/discardable_memory_allocator.cc', 333 'memory/discardable_memory_allocator.cc',
336 'memory/discardable_memory_allocator.h', 334 'memory/discardable_memory_allocator.h',
337 'memory/discardable_shared_memory.cc', 335 'memory/discardable_shared_memory.cc',
338 'memory/discardable_shared_memory.h', 336 'memory/discardable_shared_memory.h',
339 'memory/linked_ptr.h', 337 'memory/linked_ptr.h',
340 'memory/manual_constructor.h', 338 'memory/manual_constructor.h',
341 'memory/memory_pressure_listener.cc', 339 'memory/memory_pressure_listener.cc',
342 'memory/memory_pressure_listener.h', 340 'memory/memory_pressure_listener.h',
343 'memory/memory_pressure_monitor.cc', 341 'memory/memory_pressure_monitor.cc',
344 'memory/memory_pressure_monitor.h', 342 'memory/memory_pressure_monitor.h',
343 'memory/memory_pressure_monitor_chromeos.cc',
344 'memory/memory_pressure_monitor_chromeos.h',
345 'memory/memory_pressure_monitor_mac.cc',
346 'memory/memory_pressure_monitor_mac.h',
347 'memory/memory_pressure_monitor_win.cc',
348 'memory/memory_pressure_monitor_win.h',
345 'memory/raw_scoped_refptr_mismatch_checker.h', 349 'memory/raw_scoped_refptr_mismatch_checker.h',
346 'memory/ref_counted.cc', 350 'memory/ref_counted.cc',
347 'memory/ref_counted.h', 351 'memory/ref_counted.h',
348 'memory/ref_counted_delete_on_message_loop.h', 352 'memory/ref_counted_delete_on_message_loop.h',
349 'memory/ref_counted_memory.cc', 353 'memory/ref_counted_memory.cc',
350 'memory/ref_counted_memory.h', 354 'memory/ref_counted_memory.h',
351 'memory/scoped_policy.h', 355 'memory/scoped_policy.h',
352 'memory/scoped_ptr.h', 356 'memory/scoped_ptr.h',
353 'memory/scoped_vector.h', 357 'memory/scoped_vector.h',
354 'memory/shared_memory.h', 358 'memory/shared_memory.h',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 'path_service.cc', 429 'path_service.cc',
426 'path_service.h', 430 'path_service.h',
427 'pending_task.cc', 431 'pending_task.cc',
428 'pending_task.h', 432 'pending_task.h',
429 'pickle.cc', 433 'pickle.cc',
430 'pickle.h', 434 'pickle.h',
431 'port.h', 435 'port.h',
432 'posix/eintr_wrapper.h', 436 'posix/eintr_wrapper.h',
433 'posix/global_descriptors.cc', 437 'posix/global_descriptors.cc',
434 'posix/global_descriptors.h', 438 'posix/global_descriptors.h',
439 'posix/safe_strerror.cc',
440 'posix/safe_strerror.h',
435 'posix/unix_domain_socket_linux.cc', 441 'posix/unix_domain_socket_linux.cc',
436 'posix/unix_domain_socket_linux.h', 442 'posix/unix_domain_socket_linux.h',
437 'power_monitor/power_monitor.cc', 443 'power_monitor/power_monitor.cc',
438 'power_monitor/power_monitor.h', 444 'power_monitor/power_monitor.h',
439 'power_monitor/power_monitor_device_source.cc', 445 'power_monitor/power_monitor_device_source.cc',
440 'power_monitor/power_monitor_device_source.h', 446 'power_monitor/power_monitor_device_source.h',
441 'power_monitor/power_monitor_device_source_android.cc', 447 'power_monitor/power_monitor_device_source_android.cc',
442 'power_monitor/power_monitor_device_source_android.h', 448 'power_monitor/power_monitor_device_source_android.h',
443 'power_monitor/power_monitor_device_source_chromeos.cc', 449 'power_monitor/power_monitor_device_source_chromeos.cc',
444 'power_monitor/power_monitor_device_source_ios.mm', 450 'power_monitor/power_monitor_device_source_ios.mm',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 'process/process_info_mac.cc', 484 'process/process_info_mac.cc',
479 'process/process_info_win.cc', 485 'process/process_info_win.cc',
480 'process/process_iterator.cc', 486 'process/process_iterator.cc',
481 'process/process_iterator.h', 487 'process/process_iterator.h',
482 'process/process_iterator_freebsd.cc', 488 'process/process_iterator_freebsd.cc',
483 'process/process_iterator_linux.cc', 489 'process/process_iterator_linux.cc',
484 'process/process_iterator_mac.cc', 490 'process/process_iterator_mac.cc',
485 'process/process_iterator_openbsd.cc', 491 'process/process_iterator_openbsd.cc',
486 'process/process_iterator_win.cc', 492 'process/process_iterator_win.cc',
487 'process/process_linux.cc', 493 'process/process_linux.cc',
494 'process/process_mac.cc',
488 'process/process_metrics.cc', 495 'process/process_metrics.cc',
489 'process/process_metrics.h', 496 'process/process_metrics.h',
490 'process/process_metrics_freebsd.cc', 497 'process/process_metrics_freebsd.cc',
491 'process/process_metrics_ios.cc', 498 'process/process_metrics_ios.cc',
492 'process/process_metrics_linux.cc', 499 'process/process_metrics_linux.cc',
493 'process/process_metrics_mac.cc', 500 'process/process_metrics_mac.cc',
494 'process/process_metrics_openbsd.cc', 501 'process/process_metrics_openbsd.cc',
495 'process/process_metrics_posix.cc', 502 'process/process_metrics_posix.cc',
496 'process/process_metrics_win.cc', 503 'process/process_metrics_win.cc',
497 'process/process_posix.cc', 504 'process/process_posix.cc',
(...skipping 12 matching lines...) Expand all
510 'profiler/stack_sampling_profiler_win.cc', 517 'profiler/stack_sampling_profiler_win.cc',
511 'profiler/tracked_time.cc', 518 'profiler/tracked_time.cc',
512 'profiler/tracked_time.h', 519 'profiler/tracked_time.h',
513 'rand_util.cc', 520 'rand_util.cc',
514 'rand_util.h', 521 'rand_util.h',
515 'rand_util_nacl.cc', 522 'rand_util_nacl.cc',
516 'rand_util_posix.cc', 523 'rand_util_posix.cc',
517 'rand_util_win.cc', 524 'rand_util_win.cc',
518 'run_loop.cc', 525 'run_loop.cc',
519 'run_loop.h', 526 'run_loop.h',
520 'safe_strerror_posix.cc',
521 'safe_strerror_posix.h',
522 'scoped_generic.h', 527 'scoped_generic.h',
523 'scoped_native_library.cc', 528 'scoped_native_library.cc',
524 'scoped_native_library.h', 529 'scoped_native_library.h',
525 'scoped_observer.h', 530 'scoped_observer.h',
526 'sequence_checker.h', 531 'sequence_checker.h',
527 'sequence_checker_impl.cc', 532 'sequence_checker_impl.cc',
528 'sequence_checker_impl.h', 533 'sequence_checker_impl.h',
529 'sequenced_task_runner.cc', 534 'sequenced_task_runner.cc',
530 'sequenced_task_runner.h', 535 'sequenced_task_runner.h',
531 'sequenced_task_runner_helpers.h', 536 'sequenced_task_runner_helpers.h',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 'win/event_trace_controller.cc', 707 'win/event_trace_controller.cc',
703 'win/event_trace_controller.h', 708 'win/event_trace_controller.h',
704 'win/event_trace_provider.cc', 709 'win/event_trace_provider.cc',
705 'win/event_trace_provider.h', 710 'win/event_trace_provider.h',
706 'win/i18n.cc', 711 'win/i18n.cc',
707 'win/i18n.h', 712 'win/i18n.h',
708 'win/iat_patch_function.cc', 713 'win/iat_patch_function.cc',
709 'win/iat_patch_function.h', 714 'win/iat_patch_function.h',
710 'win/iunknown_impl.cc', 715 'win/iunknown_impl.cc',
711 'win/iunknown_impl.h', 716 'win/iunknown_impl.h',
712 'win/memory_pressure_monitor.cc',
713 'win/memory_pressure_monitor.h',
714 'win/message_window.cc', 717 'win/message_window.cc',
715 'win/message_window.h', 718 'win/message_window.h',
716 'win/metro.cc', 719 'win/metro.cc',
717 'win/metro.h', 720 'win/metro.h',
718 'win/object_watcher.cc', 721 'win/object_watcher.cc',
719 'win/object_watcher.h', 722 'win/object_watcher.h',
720 'win/registry.cc', 723 'win/registry.cc',
721 'win/registry.h', 724 'win/registry.h',
722 'win/resource_util.cc', 725 'win/resource_util.cc',
723 'win/resource_util.h', 726 'win/resource_util.h',
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
1026 'i18n/time_formatting.h', 1029 'i18n/time_formatting.h',
1027 'i18n/timezone.cc', 1030 'i18n/timezone.cc',
1028 'i18n/timezone.h', 1031 'i18n/timezone.h',
1029 'i18n/utf8_validator_tables.cc', 1032 'i18n/utf8_validator_tables.cc',
1030 'i18n/utf8_validator_tables.h', 1033 'i18n/utf8_validator_tables.h',
1031 ], 1034 ],
1032 }] 1035 }]
1033 ], 1036 ],
1034 }, 1037 },
1035 } 1038 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/base_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698