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 'includes': [ | 6 'includes': [ |
7 'trace_event/trace_event.gypi', | 7 'trace_event/trace_event.gypi', |
8 ], | 8 ], |
9 'target_defaults': { | 9 'target_defaults': { |
10 'variables': { | 10 'variables': { |
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
361 'memory/shared_memory_handle.h', | 361 'memory/shared_memory_handle.h', |
362 'memory/shared_memory_handle_mac.cc', | 362 'memory/shared_memory_handle_mac.cc', |
363 'memory/shared_memory_mac.cc', | 363 'memory/shared_memory_mac.cc', |
364 'memory/shared_memory_nacl.cc', | 364 'memory/shared_memory_nacl.cc', |
365 'memory/shared_memory_posix.cc', | 365 'memory/shared_memory_posix.cc', |
366 'memory/shared_memory_win.cc', | 366 'memory/shared_memory_win.cc', |
367 'memory/singleton.cc', | 367 'memory/singleton.cc', |
368 'memory/singleton.h', | 368 'memory/singleton.h', |
369 'memory/weak_ptr.cc', | 369 'memory/weak_ptr.cc', |
370 'memory/weak_ptr.h', | 370 'memory/weak_ptr.h', |
| 371 'message_loop/bindable_single_thread_task_runner.h', |
371 'message_loop/incoming_task_queue.cc', | 372 'message_loop/incoming_task_queue.cc', |
372 'message_loop/incoming_task_queue.h', | 373 'message_loop/incoming_task_queue.h', |
373 'message_loop/message_loop.cc', | 374 'message_loop/message_loop.cc', |
374 'message_loop/message_loop.h', | 375 'message_loop/message_loop.h', |
375 'message_loop/message_loop_task_runner.cc', | 376 'message_loop/message_loop_task_runner.cc', |
376 'message_loop/message_loop_task_runner.h', | 377 'message_loop/message_loop_task_runner.h', |
377 'message_loop/message_pump.cc', | 378 'message_loop/message_pump.cc', |
378 'message_loop/message_pump.h', | 379 'message_loop/message_pump.h', |
379 'message_loop/message_pump_android.cc', | 380 'message_loop/message_pump_android.cc', |
380 'message_loop/message_pump_android.h', | 381 'message_loop/message_pump_android.h', |
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1035 'i18n/time_formatting.h', | 1036 'i18n/time_formatting.h', |
1036 'i18n/timezone.cc', | 1037 'i18n/timezone.cc', |
1037 'i18n/timezone.h', | 1038 'i18n/timezone.h', |
1038 'i18n/utf8_validator_tables.cc', | 1039 'i18n/utf8_validator_tables.cc', |
1039 'i18n/utf8_validator_tables.h', | 1040 'i18n/utf8_validator_tables.h', |
1040 ], | 1041 ], |
1041 }] | 1042 }] |
1042 ], | 1043 ], |
1043 }, | 1044 }, |
1044 } | 1045 } |
OLD | NEW |