| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 'process_util_mac.mm', | 231 'process_util_mac.mm', |
| 232 'process_util_posix.cc', | 232 'process_util_posix.cc', |
| 233 'process_util_win.cc', | 233 'process_util_win.cc', |
| 234 'process_win.cc', | 234 'process_win.cc', |
| 235 'rand_util.cc', | 235 'rand_util.cc', |
| 236 'rand_util.h', | 236 'rand_util.h', |
| 237 'rand_util_posix.cc', | 237 'rand_util_posix.cc', |
| 238 'rand_util_win.cc', | 238 'rand_util_win.cc', |
| 239 'ref_counted.cc', | 239 'ref_counted.cc', |
| 240 'ref_counted.h', | 240 'ref_counted.h', |
| 241 'ref_counted_memory.h', |
| 241 'registry.cc', | 242 'registry.cc', |
| 242 'registry.h', | 243 'registry.h', |
| 243 'resource_util.cc', | 244 'resource_util.cc', |
| 244 'resource_util.h', | 245 'resource_util.h', |
| 245 'safe_strerror_posix.cc', | 246 'safe_strerror_posix.cc', |
| 246 'safe_strerror_posix.h', | 247 'safe_strerror_posix.h', |
| 247 'scoped_bstr_win.cc', | 248 'scoped_bstr_win.cc', |
| 248 'scoped_bstr_win.h', | 249 'scoped_bstr_win.h', |
| 249 'scoped_cftyperef.h', | 250 'scoped_cftyperef.h', |
| 250 'scoped_comptr_win.h', | 251 'scoped_comptr_win.h', |
| (...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 832 ], | 833 ], |
| 833 }], | 834 }], |
| 834 ], | 835 ], |
| 835 } | 836 } |
| 836 | 837 |
| 837 # Local Variables: | 838 # Local Variables: |
| 838 # tab-width:2 | 839 # tab-width:2 |
| 839 # indent-tabs-mode:nil | 840 # indent-tabs-mode:nil |
| 840 # End: | 841 # End: |
| 841 # vim: set expandtab tabstop=2 shiftwidth=2: | 842 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |