| 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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 422 'metrics/sample_map.h', | 422 'metrics/sample_map.h', |
| 423 'metrics/sample_vector.cc', | 423 'metrics/sample_vector.cc', |
| 424 'metrics/sample_vector.h', | 424 'metrics/sample_vector.h', |
| 425 'metrics/sparse_histogram.cc', | 425 'metrics/sparse_histogram.cc', |
| 426 'metrics/sparse_histogram.h', | 426 'metrics/sparse_histogram.h', |
| 427 'metrics/statistics_recorder.cc', | 427 'metrics/statistics_recorder.cc', |
| 428 'metrics/statistics_recorder.h', | 428 'metrics/statistics_recorder.h', |
| 429 'metrics/user_metrics.cc', | 429 'metrics/user_metrics.cc', |
| 430 'metrics/user_metrics.h', | 430 'metrics/user_metrics.h', |
| 431 'metrics/user_metrics_action.h', | 431 'metrics/user_metrics_action.h', |
| 432 'move.h', |
| 432 'native_library.h', | 433 'native_library.h', |
| 433 'native_library_ios.mm', | 434 'native_library_ios.mm', |
| 434 'native_library_mac.mm', | 435 'native_library_mac.mm', |
| 435 'native_library_posix.cc', | 436 'native_library_posix.cc', |
| 436 'native_library_win.cc', | 437 'native_library_win.cc', |
| 437 'nix/mime_util_xdg.cc', | 438 'nix/mime_util_xdg.cc', |
| 438 'nix/mime_util_xdg.h', | 439 'nix/mime_util_xdg.h', |
| 439 'nix/xdg_util.cc', | 440 'nix/xdg_util.cc', |
| 440 'nix/xdg_util.h', | 441 'nix/xdg_util.h', |
| 441 'numerics/safe_conversions.h', | 442 'numerics/safe_conversions.h', |
| (...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1101 'i18n/time_formatting.h', | 1102 'i18n/time_formatting.h', |
| 1102 'i18n/timezone.cc', | 1103 'i18n/timezone.cc', |
| 1103 'i18n/timezone.h', | 1104 'i18n/timezone.h', |
| 1104 'i18n/utf8_validator_tables.cc', | 1105 'i18n/utf8_validator_tables.cc', |
| 1105 'i18n/utf8_validator_tables.h', | 1106 'i18n/utf8_validator_tables.h', |
| 1106 ], | 1107 ], |
| 1107 }] | 1108 }] |
| 1108 ], | 1109 ], |
| 1109 }, | 1110 }, |
| 1110 } | 1111 } |
| OLD | NEW |