| 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 'platform_file_posix.cc', | 146 'platform_file_posix.cc', |
| 147 'platform_file_win.cc', | 147 'platform_file_win.cc', |
| 148 'platform_thread.h', | 148 'platform_thread.h', |
| 149 'platform_thread_mac.mm', | 149 'platform_thread_mac.mm', |
| 150 'platform_thread_posix.cc', | 150 'platform_thread_posix.cc', |
| 151 'platform_thread_win.cc', | 151 'platform_thread_win.cc', |
| 152 'port.h', | 152 'port.h', |
| 153 'process.h', | 153 'process.h', |
| 154 'process_linux.cc', | 154 'process_linux.cc', |
| 155 'process_posix.cc', | 155 'process_posix.cc', |
| 156 'process_util.cc', |
| 156 'process_util.h', | 157 'process_util.h', |
| 157 'process_util_linux.cc', | 158 'process_util_linux.cc', |
| 158 'process_util_mac.mm', | 159 'process_util_mac.mm', |
| 159 'process_util_posix.cc', | 160 'process_util_posix.cc', |
| 160 'process_util_win.cc', | 161 'process_util_win.cc', |
| 161 'process_win.cc', | 162 'process_win.cc', |
| 162 'profiler.cc', | 163 'profiler.cc', |
| 163 'profiler.h', | 164 'profiler.h', |
| 164 'rand_util.cc', | 165 'rand_util.cc', |
| 165 'rand_util.h', | 166 'rand_util.h', |
| (...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 651 'third_party/xdg_mime/xdgmimemagic.c', | 652 'third_party/xdg_mime/xdgmimemagic.c', |
| 652 'third_party/xdg_mime/xdgmimemagic.h', | 653 'third_party/xdg_mime/xdgmimemagic.h', |
| 653 'third_party/xdg_mime/xdgmimeparent.c', | 654 'third_party/xdg_mime/xdgmimeparent.c', |
| 654 'third_party/xdg_mime/xdgmimeparent.h', | 655 'third_party/xdg_mime/xdgmimeparent.h', |
| 655 ], | 656 ], |
| 656 }, | 657 }, |
| 657 ], | 658 ], |
| 658 }], | 659 }], |
| 659 ], | 660 ], |
| 660 } | 661 } |
| OLD | NEW |