| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 'cpu.cc', | 45 'cpu.cc', |
| 46 'cpu.h', | 46 'cpu.h', |
| 47 'debug/debug_on_start_win.cc', | 47 'debug/debug_on_start_win.cc', |
| 48 'debug/debug_on_start_win.h', | 48 'debug/debug_on_start_win.h', |
| 49 'debug/debugger.cc', | 49 'debug/debugger.cc', |
| 50 'debug/debugger.h', | 50 'debug/debugger.h', |
| 51 'debug/debugger_posix.cc', | 51 'debug/debugger_posix.cc', |
| 52 'debug/debugger_win.cc', | 52 'debug/debugger_win.cc', |
| 53 'debug/leak_annotations.h', | 53 'debug/leak_annotations.h', |
| 54 'debug/leak_tracker.h', | 54 'debug/leak_tracker.h', |
| 55 'debug/profiler.cc', |
| 56 'debug/profiler.h', |
| 55 'debug/stack_trace.cc', | 57 'debug/stack_trace.cc', |
| 56 'debug/stack_trace.h', | 58 'debug/stack_trace.h', |
| 57 'debug/stack_trace_posix.cc', | 59 'debug/stack_trace_posix.cc', |
| 58 'debug/stack_trace_win.cc', | 60 'debug/stack_trace_win.cc', |
| 59 'debug/trace_event_win.cc', | 61 'debug/trace_event_win.cc', |
| 60 'debug/trace_event.cc', | 62 'debug/trace_event.cc', |
| 61 'debug/trace_event.h', | 63 'debug/trace_event.h', |
| 62 'dir_reader_fallback.h', | 64 'dir_reader_fallback.h', |
| 63 'dir_reader_linux.h', | 65 'dir_reader_linux.h', |
| 64 'dir_reader_posix.h', | 66 'dir_reader_posix.h', |
| (...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 734 'third_party/xdg_mime/xdgmimemagic.c', | 736 'third_party/xdg_mime/xdgmimemagic.c', |
| 735 'third_party/xdg_mime/xdgmimemagic.h', | 737 'third_party/xdg_mime/xdgmimemagic.h', |
| 736 'third_party/xdg_mime/xdgmimeparent.c', | 738 'third_party/xdg_mime/xdgmimeparent.c', |
| 737 'third_party/xdg_mime/xdgmimeparent.h', | 739 'third_party/xdg_mime/xdgmimeparent.h', |
| 738 ], | 740 ], |
| 739 }, | 741 }, |
| 740 ], | 742 ], |
| 741 }], | 743 }], |
| 742 ], | 744 ], |
| 743 } | 745 } |
| OLD | NEW |