| 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 'scoped_handle.h', | 224 'scoped_handle.h', |
| 225 'scoped_handle_win.h', | 225 'scoped_handle_win.h', |
| 226 'scoped_nsautorelease_pool.h', | 226 'scoped_nsautorelease_pool.h', |
| 227 'scoped_nsautorelease_pool.mm', | 227 'scoped_nsautorelease_pool.mm', |
| 228 'scoped_nsobject.h', | 228 'scoped_nsobject.h', |
| 229 'scoped_ptr.h', | 229 'scoped_ptr.h', |
| 230 'scoped_temp_dir.cc', | 230 'scoped_temp_dir.cc', |
| 231 'scoped_temp_dir.h', | 231 'scoped_temp_dir.h', |
| 232 'scoped_variant_win.cc', | 232 'scoped_variant_win.cc', |
| 233 'scoped_variant_win.h', | 233 'scoped_variant_win.h', |
| 234 'scoped_vector.h', |
| 234 'sha2.cc', | 235 'sha2.cc', |
| 235 'sha2.h', | 236 'sha2.h', |
| 236 'shared_memory.h', | 237 'shared_memory.h', |
| 237 'shared_memory_posix.cc', | 238 'shared_memory_posix.cc', |
| 238 'shared_memory_win.cc', | 239 'shared_memory_win.cc', |
| 239 'simple_thread.cc', | 240 'simple_thread.cc', |
| 240 'simple_thread.h', | 241 'simple_thread.h', |
| 241 'singleton.h', | 242 'singleton.h', |
| 242 'spin_wait.h', | 243 'spin_wait.h', |
| 243 'stack_container.h', | 244 'stack_container.h', |
| 244 'stats_counters.h', | 245 'stats_counters.h', |
| 245 'stats_table.cc', | 246 'stats_table.cc', |
| 246 'stats_table.h', | 247 'stats_table.h', |
| 248 'stl_util-inl.h', |
| 247 'string16.cc', | 249 'string16.cc', |
| 248 'string16.h', | 250 'string16.h', |
| 249 'string_escape.cc', | 251 'string_escape.cc', |
| 250 'string_escape.h', | 252 'string_escape.h', |
| 251 'string_piece.cc', | 253 'string_piece.cc', |
| 252 'string_piece.h', | 254 'string_piece.h', |
| 253 'string_tokenizer.h', | 255 'string_tokenizer.h', |
| 254 'string_util.cc', | 256 'string_util.cc', |
| 255 'string_util.h', | 257 'string_util.h', |
| 256 'string_util_icu.cc', | 258 'string_util_icu.cc', |
| (...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 713 'target_name': 'debug_message', | 715 'target_name': 'debug_message', |
| 714 'type': 'executable', | 716 'type': 'executable', |
| 715 'sources': [ | 717 'sources': [ |
| 716 'debug_message.cc', | 718 'debug_message.cc', |
| 717 ], | 719 ], |
| 718 }, | 720 }, |
| 719 ], | 721 ], |
| 720 }], | 722 }], |
| 721 ], | 723 ], |
| 722 } | 724 } |
| OLD | NEW |