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

Side by Side Diff: base/base.gypi

Issue 1124763003: Update from https://crrev.com/327068 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: update nacl, buildtools, fix display_change_notifier_unittest 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
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 27 matching lines...) Expand all
38 'android/event_log.cc', 38 'android/event_log.cc',
39 'android/event_log.h', 39 'android/event_log.h',
40 'android/field_trial_list.cc', 40 'android/field_trial_list.cc',
41 'android/field_trial_list.h', 41 'android/field_trial_list.h',
42 'android/fifo_utils.cc', 42 'android/fifo_utils.cc',
43 'android/fifo_utils.h', 43 'android/fifo_utils.h',
44 'android/important_file_writer_android.cc', 44 'android/important_file_writer_android.cc',
45 'android/important_file_writer_android.h', 45 'android/important_file_writer_android.h',
46 'android/java_handler_thread.cc', 46 'android/java_handler_thread.cc',
47 'android/java_handler_thread.h', 47 'android/java_handler_thread.h',
48 'android/java_runtime.cc',
49 'android/java_runtime.h',
48 'android/jni_android.cc', 50 'android/jni_android.cc',
49 'android/jni_android.h', 51 'android/jni_android.h',
50 'android/jni_array.cc', 52 'android/jni_array.cc',
51 'android/jni_array.h', 53 'android/jni_array.h',
52 'android/jni_registrar.cc', 54 'android/jni_registrar.cc',
53 'android/jni_registrar.h', 55 'android/jni_registrar.h',
54 'android/jni_string.cc', 56 'android/jni_string.cc',
55 'android/jni_string.h', 57 'android/jni_string.h',
56 'android/jni_utils.cc', 58 'android/jni_utils.cc',
57 'android/jni_utils.h', 59 'android/jni_utils.h',
58 'android/jni_weak_ref.cc', 60 'android/jni_weak_ref.cc',
59 'android/jni_weak_ref.h', 61 'android/jni_weak_ref.h',
60 'android/library_loader/library_load_from_apk_status_codes.h', 62 'android/library_loader/library_load_from_apk_status_codes.h',
61 'android/library_loader/library_loader_hooks.cc', 63 'android/library_loader/library_loader_hooks.cc',
62 'android/library_loader/library_loader_hooks.h', 64 'android/library_loader/library_loader_hooks.h',
63 'android/locale_utils.cc', 65 'android/locale_utils.cc',
64 'android/locale_utils.h', 66 'android/locale_utils.h',
65 'android/memory_pressure_listener_android.cc', 67 'android/memory_pressure_listener_android.cc',
66 'android/memory_pressure_listener_android.h', 68 'android/memory_pressure_listener_android.h',
67 'android/path_service_android.cc', 69 'android/path_service_android.cc',
68 'android/path_service_android.h', 70 'android/path_service_android.h',
69 'android/path_utils.cc', 71 'android/path_utils.cc',
70 'android/path_utils.h', 72 'android/path_utils.h',
71 'android/record_histogram.cc', 73 'android/record_histogram.cc',
72 'android/record_histogram.h', 74 'android/record_histogram.h',
75 'android/record_user_action.cc',
76 'android/record_user_action.h',
73 'android/scoped_java_ref.cc', 77 'android/scoped_java_ref.cc',
74 'android/scoped_java_ref.h', 78 'android/scoped_java_ref.h',
75 'android/sys_utils.cc', 79 'android/sys_utils.cc',
76 'android/sys_utils.h', 80 'android/sys_utils.h',
77 'android/thread_utils.h', 81 'android/thread_utils.h',
78 'android/trace_event_binding.cc', 82 'android/trace_event_binding.cc',
79 'android/trace_event_binding.h', 83 'android/trace_event_binding.h',
80 'at_exit.cc', 84 'at_exit.cc',
81 'at_exit.h', 85 'at_exit.h',
82 'atomic_ref_count.h', 86 'atomic_ref_count.h',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'bits.h', 119 'bits.h',
116 'build_time.cc', 120 'build_time.cc',
117 'build_time.h', 121 'build_time.h',
118 'callback.h', 122 'callback.h',
119 'callback_helpers.cc', 123 'callback_helpers.cc',
120 'callback_helpers.h', 124 'callback_helpers.h',
121 'callback_internal.cc', 125 'callback_internal.cc',
122 'callback_internal.h', 126 'callback_internal.h',
123 'callback_list.h', 127 'callback_list.h',
124 'cancelable_callback.h', 128 'cancelable_callback.h',
125 'chromeos/memory_pressure_observer_chromeos.cc', 129 'chromeos/memory_pressure_monitor_chromeos.cc',
126 'chromeos/memory_pressure_observer_chromeos.h', 130 'chromeos/memory_pressure_monitor_chromeos.h',
127 'command_line.cc', 131 'command_line.cc',
128 'command_line.h', 132 'command_line.h',
129 'compiler_specific.h', 133 'compiler_specific.h',
130 'containers/adapters.h', 134 'containers/adapters.h',
131 'containers/hash_tables.h', 135 'containers/hash_tables.h',
132 'containers/linked_list.h', 136 'containers/linked_list.h',
133 'containers/mru_cache.h', 137 'containers/mru_cache.h',
134 'containers/scoped_ptr_hash_map.h', 138 'containers/scoped_ptr_hash_map.h',
135 'containers/small_map.h', 139 'containers/small_map.h',
136 'containers/stack_container.h', 140 'containers/stack_container.h',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 'files/important_file_writer.cc', 220 'files/important_file_writer.cc',
217 'files/important_file_writer.h', 221 'files/important_file_writer.h',
218 'files/memory_mapped_file.cc', 222 'files/memory_mapped_file.cc',
219 'files/memory_mapped_file.h', 223 'files/memory_mapped_file.h',
220 'files/memory_mapped_file_posix.cc', 224 'files/memory_mapped_file_posix.cc',
221 'files/memory_mapped_file_win.cc', 225 'files/memory_mapped_file_win.cc',
222 'files/scoped_file.cc', 226 'files/scoped_file.cc',
223 'files/scoped_file.h', 227 'files/scoped_file.h',
224 'files/scoped_temp_dir.cc', 228 'files/scoped_temp_dir.cc',
225 'files/scoped_temp_dir.h', 229 'files/scoped_temp_dir.h',
226 'float_util.h',
227 'format_macros.h', 230 'format_macros.h',
228 'gtest_prod_util.h', 231 'gtest_prod_util.h',
229 'guid.cc', 232 'guid.cc',
230 'guid.h', 233 'guid.h',
231 'guid_posix.cc', 234 'guid_posix.cc',
232 'guid_win.cc', 235 'guid_win.cc',
233 'hash.cc', 236 'hash.cc',
234 'hash.h', 237 'hash.h',
235 'id_map.h', 238 'id_map.h',
236 'ios/block_types.h', 239 'ios/block_types.h',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 'memory/discardable_memory.cc', 325 'memory/discardable_memory.cc',
323 'memory/discardable_memory.h', 326 'memory/discardable_memory.h',
324 'memory/discardable_memory_allocator.cc', 327 'memory/discardable_memory_allocator.cc',
325 'memory/discardable_memory_allocator.h', 328 'memory/discardable_memory_allocator.h',
326 'memory/discardable_shared_memory.cc', 329 'memory/discardable_shared_memory.cc',
327 'memory/discardable_shared_memory.h', 330 'memory/discardable_shared_memory.h',
328 'memory/linked_ptr.h', 331 'memory/linked_ptr.h',
329 'memory/manual_constructor.h', 332 'memory/manual_constructor.h',
330 'memory/memory_pressure_listener.cc', 333 'memory/memory_pressure_listener.cc',
331 'memory/memory_pressure_listener.h', 334 'memory/memory_pressure_listener.h',
335 'memory/memory_pressure_monitor.cc',
336 'memory/memory_pressure_monitor.h',
332 'memory/raw_scoped_refptr_mismatch_checker.h', 337 'memory/raw_scoped_refptr_mismatch_checker.h',
333 'memory/ref_counted.cc', 338 'memory/ref_counted.cc',
334 'memory/ref_counted.h', 339 'memory/ref_counted.h',
335 'memory/ref_counted_delete_on_message_loop.h', 340 'memory/ref_counted_delete_on_message_loop.h',
336 'memory/ref_counted_memory.cc', 341 'memory/ref_counted_memory.cc',
337 'memory/ref_counted_memory.h', 342 'memory/ref_counted_memory.h',
338 'memory/scoped_policy.h', 343 'memory/scoped_policy.h',
339 'memory/scoped_ptr.h', 344 'memory/scoped_ptr.h',
340 'memory/scoped_vector.h', 345 'memory/scoped_vector.h',
341 'memory/shared_memory.h', 346 'memory/shared_memory.h',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 'metrics/sample_vector.h', 389 'metrics/sample_vector.h',
385 'metrics/sparse_histogram.cc', 390 'metrics/sparse_histogram.cc',
386 'metrics/sparse_histogram.h', 391 'metrics/sparse_histogram.h',
387 'metrics/statistics_recorder.cc', 392 'metrics/statistics_recorder.cc',
388 'metrics/statistics_recorder.h', 393 'metrics/statistics_recorder.h',
389 'metrics/user_metrics.cc', 394 'metrics/user_metrics.cc',
390 'metrics/user_metrics.h', 395 'metrics/user_metrics.h',
391 'metrics/user_metrics_action.h', 396 'metrics/user_metrics_action.h',
392 'move.h', 397 'move.h',
393 'native_library.h', 398 'native_library.h',
399 'native_library_ios.mm',
394 'native_library_mac.mm', 400 'native_library_mac.mm',
395 'native_library_posix.cc', 401 'native_library_posix.cc',
396 'native_library_win.cc', 402 'native_library_win.cc',
397 'nix/mime_util_xdg.cc', 403 'nix/mime_util_xdg.cc',
398 'nix/mime_util_xdg.h', 404 'nix/mime_util_xdg.h',
399 'nix/xdg_util.cc', 405 'nix/xdg_util.cc',
400 'nix/xdg_util.h', 406 'nix/xdg_util.h',
401 'numerics/safe_conversions.h', 407 'numerics/safe_conversions.h',
402 'numerics/safe_conversions_impl.h', 408 'numerics/safe_conversions_impl.h',
403 'numerics/safe_math.h', 409 'numerics/safe_math.h',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 'process/process_metrics_ios.cc', 483 'process/process_metrics_ios.cc',
478 'process/process_metrics_linux.cc', 484 'process/process_metrics_linux.cc',
479 'process/process_metrics_mac.cc', 485 'process/process_metrics_mac.cc',
480 'process/process_metrics_openbsd.cc', 486 'process/process_metrics_openbsd.cc',
481 'process/process_metrics_posix.cc', 487 'process/process_metrics_posix.cc',
482 'process/process_metrics_win.cc', 488 'process/process_metrics_win.cc',
483 'process/process_posix.cc', 489 'process/process_posix.cc',
484 'process/process_win.cc', 490 'process/process_win.cc',
485 'profiler/alternate_timer.cc', 491 'profiler/alternate_timer.cc',
486 'profiler/alternate_timer.h', 492 'profiler/alternate_timer.h',
493 'profiler/native_stack_sampler.cc',
494 'profiler/native_stack_sampler.h',
487 'profiler/scoped_profile.cc', 495 'profiler/scoped_profile.cc',
488 'profiler/scoped_profile.h', 496 'profiler/scoped_profile.h',
489 'profiler/scoped_tracker.cc', 497 'profiler/scoped_tracker.cc',
490 'profiler/scoped_tracker.h', 498 'profiler/scoped_tracker.h',
491 'profiler/stack_sampling_profiler.cc', 499 'profiler/stack_sampling_profiler.cc',
492 'profiler/stack_sampling_profiler.h', 500 'profiler/stack_sampling_profiler.h',
493 'profiler/stack_sampling_profiler_posix.cc', 501 'profiler/stack_sampling_profiler_posix.cc',
494 'profiler/stack_sampling_profiler_win.cc', 502 'profiler/stack_sampling_profiler_win.cc',
495 'profiler/tracked_time.cc', 503 'profiler/tracked_time.cc',
496 'profiler/tracked_time.h', 504 'profiler/tracked_time.h',
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 ['OS == "android" and _toolset == "host" and host_os == "linux"', { 837 ['OS == "android" and _toolset == "host" and host_os == "linux"', {
830 'defines': [ 838 'defines': [
831 'OS_ANDROID_HOST=Linux', 839 'OS_ANDROID_HOST=Linux',
832 ], 840 ],
833 'sources/': [ 841 'sources/': [
834 # Pull in specific files for host builds. 842 # Pull in specific files for host builds.
835 ['include', '^atomicops_internals_x86_gcc\\.cc$'], 843 ['include', '^atomicops_internals_x86_gcc\\.cc$'],
836 ['include', '^threading/platform_thread_linux\\.cc$'], 844 ['include', '^threading/platform_thread_linux\\.cc$'],
837 ], 845 ],
838 }], 846 }],
839 ['OS == "android" and <(android_webview_build)==1', {
840 'defines': [
841 # WebView builds as part of the system which already has sincos;
842 # avoid defining it again as it causes a linker warning.
843 'ANDROID_SINCOS_PROVIDED',
844 ],
845 }],
846 ['<(chromeos) == 1', { 847 ['<(chromeos) == 1', {
847 'sources!': [ 848 'sources!': [
848 'power_monitor/power_monitor_device_source_posix.cc', 849 'power_monitor/power_monitor_device_source_posix.cc',
849 ], 850 ],
850 }], 851 }],
851 ['OS == "ios" and _toolset != "host"', { 852 ['OS == "ios" and _toolset != "host"', {
852 'sources/': [ 853 'sources/': [
853 # Pull in specific Mac files for iOS (which have been filtered out 854 # Pull in specific Mac files for iOS (which have been filtered out
854 # by file name rules). 855 # by file name rules).
855 ['include', '^atomicops_internals_mac\\.'], 856 ['include', '^atomicops_internals_mac\\.'],
(...skipping 13 matching lines...) Expand all
869 ['include', '^strings/sys_string_conversions_mac\\.'], 870 ['include', '^strings/sys_string_conversions_mac\\.'],
870 ['include', '^threading/platform_thread_mac\\.'], 871 ['include', '^threading/platform_thread_mac\\.'],
871 ['include', '^time/time_mac\\.'], 872 ['include', '^time/time_mac\\.'],
872 ['include', '^worker_pool_mac\\.'], 873 ['include', '^worker_pool_mac\\.'],
873 # Exclude all process/ except the minimal implementation 874 # Exclude all process/ except the minimal implementation
874 # needed on iOS (mostly for unit tests). 875 # needed on iOS (mostly for unit tests).
875 ['exclude', '^process/.*'], 876 ['exclude', '^process/.*'],
876 ['include', '^process/.*_ios\.(cc|mm)$'], 877 ['include', '^process/.*_ios\.(cc|mm)$'],
877 ['include', '^process/memory_stubs\.cc$'], 878 ['include', '^process/memory_stubs\.cc$'],
878 ['include', '^process/process_handle_posix\.cc$'], 879 ['include', '^process/process_handle_posix\.cc$'],
880 ['include', '^process/process_metrics\\.cc$'],
879 ['exclude', '^threading/platform_thread_internal_posix\\.(h|cc)'], 881 ['exclude', '^threading/platform_thread_internal_posix\\.(h|cc)'],
880 ['exclude', 'files/file_path_watcher_fsevents.cc'], 882 ['exclude', 'files/file_path_watcher_fsevents.cc'],
881 ['exclude', 'files/file_path_watcher_fsevents.h'], 883 ['exclude', 'files/file_path_watcher_fsevents.h'],
882 ['include', 'files/file_path_watcher_mac.cc'], 884 ['include', 'files/file_path_watcher_mac.cc'],
883 ], 885 ],
884 'sources': [ 886 'sources': [
885 'process/memory_stubs.cc', 887 'process/memory_stubs.cc',
886 ], 888 ],
887 'sources!': [ 889 'sources!': [
888 'message_loop/message_pump_libevent.cc' 890 'message_loop/message_pump_libevent.cc'
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1013 'i18n/time_formatting.h', 1015 'i18n/time_formatting.h',
1014 'i18n/timezone.cc', 1016 'i18n/timezone.cc',
1015 'i18n/timezone.h', 1017 'i18n/timezone.h',
1016 'i18n/utf8_validator_tables.cc', 1018 'i18n/utf8_validator_tables.cc',
1017 'i18n/utf8_validator_tables.h', 1019 'i18n/utf8_validator_tables.h',
1018 ], 1020 ],
1019 }] 1021 }]
1020 ], 1022 ],
1021 }, 1023 },
1022 } 1024 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/base.isolate » ('j') | mojo/public/tools/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698