| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 'cancellation_flag.cc', | 42 'cancellation_flag.cc', |
| 43 'cancellation_flag.h', | 43 'cancellation_flag.h', |
| 44 'command_line.cc', | 44 'command_line.cc', |
| 45 'command_line.h', | 45 'command_line.h', |
| 46 'compiler_specific.h', | 46 'compiler_specific.h', |
| 47 'condition_variable.h', | 47 'condition_variable.h', |
| 48 'condition_variable_posix.cc', | 48 'condition_variable_posix.cc', |
| 49 'condition_variable_win.cc', | 49 'condition_variable_win.cc', |
| 50 'cpu.cc', | 50 'cpu.cc', |
| 51 'cpu.h', | 51 'cpu.h', |
| 52 'debug_on_start.cc', | 52 'debug/debug_on_start_win.cc', |
| 53 'debug_on_start.h', | 53 'debug/debug_on_start_win.h', |
| 54 'debug/debugger.cc', | 54 'debug/debugger.cc', |
| 55 'debug/debugger.h', | 55 'debug/debugger.h', |
| 56 'debug/debugger_posix.cc', | 56 'debug/debugger_posix.cc', |
| 57 'debug/debugger_win.cc', | 57 'debug/debugger_win.cc', |
| 58 'debug/leak_annotations.h', | 58 'debug/leak_annotations.h', |
| 59 'debug/leak_tracker.h', | 59 'debug/leak_tracker.h', |
| 60 'debug/stack_trace.cc', | 60 'debug/stack_trace.cc', |
| 61 'debug/stack_trace.h', | 61 'debug/stack_trace.h', |
| 62 'debug/stack_trace_posix.cc', | 62 'debug/stack_trace_posix.cc', |
| 63 'debug/stack_trace_win.cc', | 63 'debug/stack_trace_win.cc', |
| (...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 727 'third_party/xdg_mime/xdgmimemagic.c', | 727 'third_party/xdg_mime/xdgmimemagic.c', |
| 728 'third_party/xdg_mime/xdgmimemagic.h', | 728 'third_party/xdg_mime/xdgmimemagic.h', |
| 729 'third_party/xdg_mime/xdgmimeparent.c', | 729 'third_party/xdg_mime/xdgmimeparent.c', |
| 730 'third_party/xdg_mime/xdgmimeparent.h', | 730 'third_party/xdg_mime/xdgmimeparent.h', |
| 731 ], | 731 ], |
| 732 }, | 732 }, |
| 733 ], | 733 ], |
| 734 }], | 734 }], |
| 735 ], | 735 ], |
| 736 } | 736 } |
| OLD | NEW |