| 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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 'registry.h', | 246 'registry.h', |
| 247 'resource_util.cc', | 247 'resource_util.cc', |
| 248 'resource_util.h', | 248 'resource_util.h', |
| 249 'safe_strerror_posix.cc', | 249 'safe_strerror_posix.cc', |
| 250 'safe_strerror_posix.h', | 250 'safe_strerror_posix.h', |
| 251 'scoped_bstr_win.cc', | 251 'scoped_bstr_win.cc', |
| 252 'scoped_bstr_win.h', | 252 'scoped_bstr_win.h', |
| 253 'scoped_cftyperef.h', | 253 'scoped_cftyperef.h', |
| 254 'scoped_comptr_win.h', | 254 'scoped_comptr_win.h', |
| 255 'scoped_handle.h', | 255 'scoped_handle.h', |
| 256 'scoped_handle_gtk.h', |
| 256 'scoped_handle_win.h', | 257 'scoped_handle_win.h', |
| 257 'scoped_nsautorelease_pool.h', | 258 'scoped_nsautorelease_pool.h', |
| 258 'scoped_nsautorelease_pool.mm', | 259 'scoped_nsautorelease_pool.mm', |
| 259 'scoped_nsdisable_screen_updates.h', | 260 'scoped_nsdisable_screen_updates.h', |
| 260 'scoped_nsobject.h', | 261 'scoped_nsobject.h', |
| 261 'scoped_ptr.h', | 262 'scoped_ptr.h', |
| 262 'scoped_temp_dir.cc', | 263 'scoped_temp_dir.cc', |
| 263 'scoped_temp_dir.h', | 264 'scoped_temp_dir.h', |
| 264 'scoped_variant_win.cc', | 265 'scoped_variant_win.cc', |
| 265 'scoped_variant_win.h', | 266 'scoped_variant_win.h', |
| (...skipping 566 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 |