| OLD | NEW | 
|     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       'base_i18n_target': 0, |     9       'base_i18n_target': 0, | 
|    10     }, |    10     }, | 
| (...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|   653           'time/time_win.cc', |   653           'time/time_win.cc', | 
|   654           'timer/elapsed_timer.cc', |   654           'timer/elapsed_timer.cc', | 
|   655           'timer/elapsed_timer.h', |   655           'timer/elapsed_timer.h', | 
|   656           'timer/hi_res_timer_manager.h', |   656           'timer/hi_res_timer_manager.h', | 
|   657           'timer/hi_res_timer_manager_posix.cc', |   657           'timer/hi_res_timer_manager_posix.cc', | 
|   658           'timer/hi_res_timer_manager_win.cc', |   658           'timer/hi_res_timer_manager_win.cc', | 
|   659           'timer/mock_timer.cc', |   659           'timer/mock_timer.cc', | 
|   660           'timer/mock_timer.h', |   660           'timer/mock_timer.h', | 
|   661           'timer/timer.cc', |   661           'timer/timer.cc', | 
|   662           'timer/timer.h', |   662           'timer/timer.h', | 
 |   663           'trace_event/memory_allocator_attributes.h', | 
 |   664           'trace_event/memory_allocator_dump.cc', | 
 |   665           'trace_event/memory_allocator_dump.h', | 
|   663           'trace_event/memory_dump_manager.cc', |   666           'trace_event/memory_dump_manager.cc', | 
|   664           'trace_event/memory_dump_manager.h', |   667           'trace_event/memory_dump_manager.h', | 
 |   668           'trace_event/memory_dump_provider.cc', | 
|   665           'trace_event/memory_dump_provider.h', |   669           'trace_event/memory_dump_provider.h', | 
|   666           'trace_event/process_memory_dump.cc', |   670           'trace_event/process_memory_dump.cc', | 
|   667           'trace_event/process_memory_dump.h', |   671           'trace_event/process_memory_dump.h', | 
|   668           'trace_event/process_memory_maps.cc', |   672           'trace_event/process_memory_maps.cc', | 
|   669           'trace_event/process_memory_maps.h', |   673           'trace_event/process_memory_maps.h', | 
|   670           'trace_event/process_memory_maps_dump_provider.cc', |   674           'trace_event/process_memory_maps_dump_provider.cc', | 
|   671           'trace_event/process_memory_maps_dump_provider.h', |   675           'trace_event/process_memory_maps_dump_provider.h', | 
|   672           'trace_event/process_memory_totals.cc', |   676           'trace_event/process_memory_totals.cc', | 
|   673           'trace_event/process_memory_totals.h', |   677           'trace_event/process_memory_totals.h', | 
|   674           'trace_event/process_memory_totals_dump_provider.cc', |   678           'trace_event/process_memory_totals_dump_provider.cc', | 
| (...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  1031           'i18n/time_formatting.h', |  1035           'i18n/time_formatting.h', | 
|  1032           'i18n/timezone.cc', |  1036           'i18n/timezone.cc', | 
|  1033           'i18n/timezone.h', |  1037           'i18n/timezone.h', | 
|  1034           'i18n/utf8_validator_tables.cc', |  1038           'i18n/utf8_validator_tables.cc', | 
|  1035           'i18n/utf8_validator_tables.h', |  1039           'i18n/utf8_validator_tables.h', | 
|  1036         ], |  1040         ], | 
|  1037       }] |  1041       }] | 
|  1038     ], |  1042     ], | 
|  1039   }, |  1043   }, | 
|  1040 } |  1044 } | 
| OLD | NEW |