| 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 471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 482 'profiler/tracked_time.cc', | 482 'profiler/tracked_time.cc', |
| 483 'profiler/tracked_time.h', | 483 'profiler/tracked_time.h', |
| 484 'rand_util.cc', | 484 'rand_util.cc', |
| 485 'rand_util.h', | 485 'rand_util.h', |
| 486 'rand_util_nacl.cc', | 486 'rand_util_nacl.cc', |
| 487 'rand_util_posix.cc', | 487 'rand_util_posix.cc', |
| 488 'rand_util_win.cc', | 488 'rand_util_win.cc', |
| 489 'run_loop.cc', | 489 'run_loop.cc', |
| 490 'run_loop.h', | 490 'run_loop.h', |
| 491 'safe_numerics.h', | 491 'safe_numerics.h', |
| 492 'safe_numerics_impl.h', |
| 492 'safe_strerror_posix.cc', | 493 'safe_strerror_posix.cc', |
| 493 'safe_strerror_posix.h', | 494 'safe_strerror_posix.h', |
| 494 'scoped_native_library.cc', | 495 'scoped_native_library.cc', |
| 495 'scoped_native_library.h', | 496 'scoped_native_library.h', |
| 496 'sequence_checker.h', | 497 'sequence_checker.h', |
| 497 'sequence_checker_impl.cc', | 498 'sequence_checker_impl.cc', |
| 498 'sequence_checker_impl.h', | 499 'sequence_checker_impl.h', |
| 499 'sequenced_task_runner.cc', | 500 'sequenced_task_runner.cc', |
| 500 'sequenced_task_runner.h', | 501 'sequenced_task_runner.h', |
| 501 'sequenced_task_runner_helpers.h', | 502 'sequenced_task_runner_helpers.h', |
| (...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 997 'i18n/time_formatting.h', | 998 'i18n/time_formatting.h', |
| 998 'i18n/timezone.cc', | 999 'i18n/timezone.cc', |
| 999 'i18n/timezone.h', | 1000 'i18n/timezone.h', |
| 1000 'i18n/utf8_validator_tables.cc', | 1001 'i18n/utf8_validator_tables.cc', |
| 1001 'i18n/utf8_validator_tables.h', | 1002 'i18n/utf8_validator_tables.h', |
| 1002 ], | 1003 ], |
| 1003 }] | 1004 }] |
| 1004 ], | 1005 ], |
| 1005 }, | 1006 }, |
| 1006 } | 1007 } |
| OLD | NEW |