Chromium Code Reviews| 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 'includes': [ | 9 'includes': [ |
| 10 '../build/common.gypi', | 10 '../build/common.gypi', |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 240 'scoped_bstr_win.cc', | 240 'scoped_bstr_win.cc', |
| 241 'scoped_bstr_win.h', | 241 'scoped_bstr_win.h', |
| 242 'scoped_cftyperef.h', | 242 'scoped_cftyperef.h', |
| 243 'scoped_clipboard_writer.cc', | 243 'scoped_clipboard_writer.cc', |
| 244 'scoped_clipboard_writer.h', | 244 'scoped_clipboard_writer.h', |
| 245 'scoped_comptr_win.h', | 245 'scoped_comptr_win.h', |
| 246 'scoped_handle.h', | 246 'scoped_handle.h', |
| 247 'scoped_handle_win.h', | 247 'scoped_handle_win.h', |
| 248 'scoped_nsautorelease_pool.h', | 248 'scoped_nsautorelease_pool.h', |
| 249 'scoped_nsautorelease_pool.mm', | 249 'scoped_nsautorelease_pool.mm', |
| 250 'scoped_nsdisable_screen_updates.h', | |
|
rohitrao (ping after 24h)
2009/06/09 16:39:59
Do you understand the magic that keeps this out of
| |
| 250 'scoped_nsobject.h', | 251 'scoped_nsobject.h', |
| 251 'scoped_ptr.h', | 252 'scoped_ptr.h', |
| 252 'scoped_temp_dir.cc', | 253 'scoped_temp_dir.cc', |
| 253 'scoped_temp_dir.h', | 254 'scoped_temp_dir.h', |
| 254 'scoped_variant_win.cc', | 255 'scoped_variant_win.cc', |
| 255 'scoped_variant_win.h', | 256 'scoped_variant_win.h', |
| 256 'scoped_vector.h', | 257 'scoped_vector.h', |
| 257 'sha2.cc', | 258 'sha2.cc', |
| 258 'sha2.h', | 259 'sha2.h', |
| 259 'shared_memory.h', | 260 'shared_memory.h', |
| (...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 773 'msvs_settings': { | 774 'msvs_settings': { |
| 774 'VCLinkerTool': { | 775 'VCLinkerTool': { |
| 775 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 776 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| 776 }, | 777 }, |
| 777 }, | 778 }, |
| 778 }, | 779 }, |
| 779 ], | 780 ], |
| 780 }], | 781 }], |
| 781 ], | 782 ], |
| 782 } | 783 } |
| OLD | NEW |