| 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 '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 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 379 'message_loop/message_pump.h', | 379 'message_loop/message_pump.h', |
| 380 'message_loop/message_pump_android.cc', | 380 'message_loop/message_pump_android.cc', |
| 381 'message_loop/message_pump_android.h', | 381 'message_loop/message_pump_android.h', |
| 382 'message_loop/message_pump_default.cc', | 382 'message_loop/message_pump_default.cc', |
| 383 'message_loop/message_pump_default.h', | 383 'message_loop/message_pump_default.h', |
| 384 'message_loop/message_pump_win.cc', | 384 'message_loop/message_pump_win.cc', |
| 385 'message_loop/message_pump_win.h', | 385 'message_loop/message_pump_win.h', |
| 386 'message_loop/timer_slack.h', | 386 'message_loop/timer_slack.h', |
| 387 'metrics/bucket_ranges.cc', | 387 'metrics/bucket_ranges.cc', |
| 388 'metrics/bucket_ranges.h', | 388 'metrics/bucket_ranges.h', |
| 389 'metrics/call_stack_profile_params.cc', |
| 390 'metrics/call_stack_profile_params.h', |
| 389 'metrics/histogram.cc', | 391 'metrics/histogram.cc', |
| 390 'metrics/histogram.h', | 392 'metrics/histogram.h', |
| 391 'metrics/histogram_base.cc', | 393 'metrics/histogram_base.cc', |
| 392 'metrics/histogram_base.h', | 394 'metrics/histogram_base.h', |
| 393 'metrics/histogram_delta_serialization.cc', | 395 'metrics/histogram_delta_serialization.cc', |
| 394 'metrics/histogram_delta_serialization.h', | 396 'metrics/histogram_delta_serialization.h', |
| 395 'metrics/histogram_flattener.h', | 397 'metrics/histogram_flattener.h', |
| 396 'metrics/histogram_macros.h', | 398 'metrics/histogram_macros.h', |
| 397 'metrics/histogram_samples.cc', | 399 'metrics/histogram_samples.cc', |
| 398 'metrics/histogram_samples.h', | 400 'metrics/histogram_samples.h', |
| (...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1044 'i18n/time_formatting.h', | 1046 'i18n/time_formatting.h', |
| 1045 'i18n/timezone.cc', | 1047 'i18n/timezone.cc', |
| 1046 'i18n/timezone.h', | 1048 'i18n/timezone.h', |
| 1047 'i18n/utf8_validator_tables.cc', | 1049 'i18n/utf8_validator_tables.cc', |
| 1048 'i18n/utf8_validator_tables.h', | 1050 'i18n/utf8_validator_tables.h', |
| 1049 ], | 1051 ], |
| 1050 }] | 1052 }] |
| 1051 ], | 1053 ], |
| 1052 }, | 1054 }, |
| 1053 } | 1055 } |
| OLD | NEW |