| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+base/atomic_sequence_num.h", |
| 2 "+base/atomicops.h", | 3 "+base/atomicops.h", |
| 3 "+base/atomic_sequence_num.h", | |
| 4 "+base/bind_helpers.h", | 4 "+base/bind_helpers.h", |
| 5 "+base/callback.h", | 5 "+base/callback.h", |
| 6 "+base/cancelable_callback.h", | 6 "+base/cancelable_callback.h", |
| 7 "+base/command_line.h", | 7 "+base/command_line.h", |
| 8 "+base/compiler_specific.h", | 8 "+base/compiler_specific.h", |
| 9 "+base/containers/scoped_ptr_hash_map.h", | 9 "+base/containers/scoped_ptr_hash_map.h", |
| 10 "+base/debug/stack_trace.h", | 10 "+base/debug/stack_trace.h", |
| 11 "+base/debug/task_annotator.h", | 11 "+base/debug/task_annotator.h", |
| 12 "+base/feature_list.h", | 12 "+base/feature_list.h", |
| 13 "+base/format_macros.h", |
| 13 "+base/logging.h", | 14 "+base/logging.h", |
| 14 "+base/message_loop/message_loop.h", | 15 "+base/message_loop/message_loop.h", |
| 15 "+base/metrics/field_trial.h", | 16 "+base/metrics/field_trial.h", |
| 16 "+base/metrics/histogram_macros.h", | 17 "+base/metrics/histogram_macros.h", |
| 18 "+base/optional.h", |
| 17 "+base/pending_task.h", | 19 "+base/pending_task.h", |
| 18 "+base/run_loop.h", | 20 "+base/run_loop.h", |
| 19 "+base/single_thread_task_runner.h", | 21 "+base/single_thread_task_runner.h", |
| 20 "+base/synchronization/lock.h", | 22 "+base/synchronization/lock.h", |
| 21 "+base/threading/platform_thread.h", | 23 "+base/threading/platform_thread.h", |
| 24 "+base/threading/thread.h", |
| 22 "+base/threading/thread_checker.h", | 25 "+base/threading/thread_checker.h", |
| 23 "+base/threading/thread.h", | |
| 24 ] | 26 ] |
| 25 | 27 |
| 26 specific_include_rules = { | 28 specific_include_rules = { |
| 27 ".*test\.cc": [ | 29 ".*test\.cc": [ |
| 28 "+testing", | 30 "+testing", |
| 29 ], | 31 ], |
| 30 } | 32 } |
| OLD | NEW |