| 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 'condition_variable_win.cc', | 54 'condition_variable_win.cc', |
| 55 'cpu.cc', | 55 'cpu.cc', |
| 56 'cpu.h', | 56 'cpu.h', |
| 57 'debug_on_start.cc', | 57 'debug_on_start.cc', |
| 58 'debug_on_start.h', | 58 'debug_on_start.h', |
| 59 'debug_util.cc', | 59 'debug_util.cc', |
| 60 'debug_util.h', | 60 'debug_util.h', |
| 61 'debug_util_mac.cc', | 61 'debug_util_mac.cc', |
| 62 'debug_util_posix.cc', | 62 'debug_util_posix.cc', |
| 63 'debug_util_win.cc', | 63 'debug_util_win.cc', |
| 64 'dir_reader_fallback.h', |
| 65 'dir_reader_linux.h', |
| 66 'dir_reader_posix.h', |
| 64 'event_trace_consumer_win.h', | 67 'event_trace_consumer_win.h', |
| 65 'event_trace_controller_win.cc', | 68 'event_trace_controller_win.cc', |
| 66 'event_trace_controller_win.h', | 69 'event_trace_controller_win.h', |
| 67 'event_trace_provider_win.cc', | 70 'event_trace_provider_win.cc', |
| 68 'event_trace_provider_win.h', | 71 'event_trace_provider_win.h', |
| 69 'file_path.cc', | 72 'file_path.cc', |
| 70 'file_path.h', | 73 'file_path.h', |
| 71 'file_util.cc', | 74 'file_util.cc', |
| 72 'file_util.h', | 75 'file_util.h', |
| 73 'file_util_deprecated.h', | 76 'file_util_deprecated.h', |
| (...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 646 'third_party/xdg_mime/xdgmimemagic.c', | 649 'third_party/xdg_mime/xdgmimemagic.c', |
| 647 'third_party/xdg_mime/xdgmimemagic.h', | 650 'third_party/xdg_mime/xdgmimemagic.h', |
| 648 'third_party/xdg_mime/xdgmimeparent.c', | 651 'third_party/xdg_mime/xdgmimeparent.c', |
| 649 'third_party/xdg_mime/xdgmimeparent.h', | 652 'third_party/xdg_mime/xdgmimeparent.h', |
| 650 ], | 653 ], |
| 651 }, | 654 }, |
| 652 ], | 655 ], |
| 653 }], | 656 }], |
| 654 ], | 657 ], |
| 655 } | 658 } |
| OLD | NEW |