diff options
Diffstat (limited to 'base/base.gypi')
-rw-r--r-- | base/base.gypi | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/base/base.gypi b/base/base.gypi index 153f827..df96e51 100644 --- a/base/base.gypi +++ b/base/base.gypi @@ -21,12 +21,12 @@ 'third_party/icu/icu_utf.h', 'third_party/nspr/prtime.cc', 'third_party/nspr/prtime.h', - 'atomicops_internals_x86_gcc.cc', 'at_exit.cc', 'at_exit.h', 'atomic_ref_count.h', 'atomic_sequence_num.h', 'atomicops.h', + 'atomicops_internals_x86_gcc.cc', 'atomicops_internals_x86_msvc.h', 'base_paths.cc', 'base_paths.h', @@ -41,8 +41,8 @@ 'bits.h', 'bzip2_error_handler.cc', 'callback.h', - 'cancellation_flag.h', 'cancellation_flag.cc', + 'cancellation_flag.h', 'chrome_application_mac.h', 'chrome_application_mac.mm', 'cocoa_protocols_mac.h', @@ -64,6 +64,8 @@ 'dir_reader_fallback.h', 'dir_reader_linux.h', 'dir_reader_posix.h', + 'env_var.cc', + 'env_var.h', 'event_trace_consumer_win.h', 'event_trace_controller_win.cc', 'event_trace_controller_win.h', @@ -84,8 +86,8 @@ 'fix_wp64.h', 'float_util.h', 'foundation_utils_mac.h', - 'global_descriptors_posix.h', 'global_descriptors_posix.cc', + 'global_descriptors_posix.h', 'hash_tables.h', 'histogram.cc', 'histogram.h', @@ -104,8 +106,8 @@ 'lock_impl_posix.cc', 'lock_impl_win.cc', 'logging.cc', - 'logging_win.cc', 'logging.h', + 'logging_win.cc', 'mac_util.h', 'mac_util.mm', 'mach_ipc_mac.h', @@ -140,15 +142,13 @@ 'pickle.cc', 'pickle.h', 'platform_file.h', - 'platform_file_win.cc', 'platform_file_posix.cc', + 'platform_file_win.cc', 'platform_thread.h', 'platform_thread_mac.mm', 'platform_thread_posix.cc', 'platform_thread_win.cc', 'port.h', - 'profiler.cc', - 'profiler.h', 'process.h', 'process_linux.cc', 'process_posix.cc', @@ -158,6 +158,8 @@ 'process_util_posix.cc', 'process_util_win.cc', 'process_win.cc', + 'profiler.cc', + 'profiler.h', 'rand_util.cc', 'rand_util.h', 'rand_util_posix.cc', @@ -247,13 +249,13 @@ 'tracked_objects.cc', 'tracked_objects.h', 'tuple.h', + 'unix_domain_socket_posix.cc', 'utf_offset_string_conversions.cc', 'utf_offset_string_conversions.h', 'utf_string_conversion_utils.cc', 'utf_string_conversion_utils.h', 'utf_string_conversions.cc', 'utf_string_conversions.h', - 'unix_domain_socket_posix.cc', 'values.cc', 'values.h', 'waitable_event.h', |