| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 'files/file_path_watcher.cc', | 161 'files/file_path_watcher.cc', |
| 162 'files/file_path_watcher.h', | 162 'files/file_path_watcher.h', |
| 163 'files/file_path_watcher_kqueue.cc', | 163 'files/file_path_watcher_kqueue.cc', |
| 164 'files/file_path_watcher_linux.cc', | 164 'files/file_path_watcher_linux.cc', |
| 165 'files/file_path_watcher_stub.cc', | 165 'files/file_path_watcher_stub.cc', |
| 166 'files/file_path_watcher_win.cc', | 166 'files/file_path_watcher_win.cc', |
| 167 'files/file_util_proxy.cc', | 167 'files/file_util_proxy.cc', |
| 168 'files/file_util_proxy.h', | 168 'files/file_util_proxy.h', |
| 169 'files/important_file_writer.h', | 169 'files/important_file_writer.h', |
| 170 'files/important_file_writer.cc', | 170 'files/important_file_writer.cc', |
| 171 'files/memory_mapped_file.cc', |
| 172 'files/memory_mapped_file.h', |
| 173 'files/memory_mapped_file_posix.cc', |
| 174 'files/memory_mapped_file_win.cc', |
| 171 'files/scoped_temp_dir.cc', | 175 'files/scoped_temp_dir.cc', |
| 172 'files/scoped_temp_dir.h', | 176 'files/scoped_temp_dir.h', |
| 173 'float_util.h', | 177 'float_util.h', |
| 174 'format_macros.h', | 178 'format_macros.h', |
| 175 'gtest_prod_util.h', | 179 'gtest_prod_util.h', |
| 176 'guid.cc', | 180 'guid.cc', |
| 177 'guid.h', | 181 'guid.h', |
| 178 'guid_posix.cc', | 182 'guid_posix.cc', |
| 179 'guid_win.cc', | 183 'guid_win.cc', |
| 180 'hash.cc', | 184 'hash.cc', |
| (...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 759 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 763 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
| 760 'sources/': [ | 764 'sources/': [ |
| 761 ['exclude', '^third_party/nspr/'], | 765 ['exclude', '^third_party/nspr/'], |
| 762 ], | 766 ], |
| 763 }], | 767 }], |
| 764 ], | 768 ], |
| 765 }], | 769 }], |
| 766 ], | 770 ], |
| 767 }, | 771 }, |
| 768 } | 772 } |
| OLD | NEW |