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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 'file_version_info.h', | 154 'file_version_info.h', |
155 'file_version_info_mac.h', | 155 'file_version_info_mac.h', |
156 'file_version_info_mac.mm', | 156 'file_version_info_mac.mm', |
157 'file_version_info_win.cc', | 157 'file_version_info_win.cc', |
158 'file_version_info_win.h', | 158 'file_version_info_win.h', |
159 'files/dir_reader_fallback.h', | 159 'files/dir_reader_fallback.h', |
160 'files/dir_reader_linux.h', | 160 'files/dir_reader_linux.h', |
161 'files/dir_reader_posix.h', | 161 'files/dir_reader_posix.h', |
162 'files/file_path.cc', | 162 'files/file_path.cc', |
163 'files/file_path.h', | 163 'files/file_path.h', |
| 164 'files/file_path_constants.cc', |
164 'files/file_path_watcher.cc', | 165 'files/file_path_watcher.cc', |
165 'files/file_path_watcher.h', | 166 'files/file_path_watcher.h', |
166 'files/file_path_watcher_kqueue.cc', | 167 'files/file_path_watcher_kqueue.cc', |
167 'files/file_path_watcher_linux.cc', | 168 'files/file_path_watcher_linux.cc', |
168 'files/file_path_watcher_stub.cc', | 169 'files/file_path_watcher_stub.cc', |
169 'files/file_path_watcher_win.cc', | 170 'files/file_path_watcher_win.cc', |
170 'files/file_util_proxy.cc', | 171 'files/file_util_proxy.cc', |
171 'files/file_util_proxy.h', | 172 'files/file_util_proxy.h', |
172 'files/important_file_writer.h', | 173 'files/important_file_writer.h', |
173 'files/important_file_writer.cc', | 174 'files/important_file_writer.cc', |
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
792 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 793 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
793 'sources/': [ | 794 'sources/': [ |
794 ['exclude', '^third_party/nspr/'], | 795 ['exclude', '^third_party/nspr/'], |
795 ], | 796 ], |
796 }], | 797 }], |
797 ], | 798 ], |
798 }], | 799 }], |
799 ], | 800 ], |
800 }, | 801 }, |
801 } | 802 } |
OLD | NEW |