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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
358 'memory/scoped_vector.h', | 358 'memory/scoped_vector.h', |
359 'memory/shared_memory.h', | 359 'memory/shared_memory.h', |
360 'memory/shared_memory_android.cc', | 360 'memory/shared_memory_android.cc', |
361 'memory/shared_memory_nacl.cc', | 361 'memory/shared_memory_nacl.cc', |
362 'memory/shared_memory_posix.cc', | 362 'memory/shared_memory_posix.cc', |
363 'memory/shared_memory_win.cc', | 363 'memory/shared_memory_win.cc', |
364 'memory/singleton.cc', | 364 'memory/singleton.cc', |
365 'memory/singleton.h', | 365 'memory/singleton.h', |
366 'memory/weak_ptr.cc', | 366 'memory/weak_ptr.cc', |
367 'memory/weak_ptr.h', | 367 'memory/weak_ptr.h', |
| 368 'message_loop/bindable_single_thread_task_runner.h', |
368 'message_loop/incoming_task_queue.cc', | 369 'message_loop/incoming_task_queue.cc', |
369 'message_loop/incoming_task_queue.h', | 370 'message_loop/incoming_task_queue.h', |
370 'message_loop/message_loop.cc', | 371 'message_loop/message_loop.cc', |
371 'message_loop/message_loop.h', | 372 'message_loop/message_loop.h', |
372 'message_loop/message_loop_task_runner.cc', | 373 'message_loop/message_loop_task_runner.cc', |
373 'message_loop/message_loop_task_runner.h', | 374 'message_loop/message_loop_task_runner.h', |
374 'message_loop/message_pump.cc', | 375 'message_loop/message_pump.cc', |
375 'message_loop/message_pump.h', | 376 'message_loop/message_pump.h', |
376 'message_loop/message_pump_android.cc', | 377 'message_loop/message_pump_android.cc', |
377 'message_loop/message_pump_android.h', | 378 'message_loop/message_pump_android.h', |
(...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1027 'i18n/time_formatting.h', | 1028 'i18n/time_formatting.h', |
1028 'i18n/timezone.cc', | 1029 'i18n/timezone.cc', |
1029 'i18n/timezone.h', | 1030 'i18n/timezone.h', |
1030 'i18n/utf8_validator_tables.cc', | 1031 'i18n/utf8_validator_tables.cc', |
1031 'i18n/utf8_validator_tables.h', | 1032 'i18n/utf8_validator_tables.h', |
1032 ], | 1033 ], |
1033 }] | 1034 }] |
1034 ], | 1035 ], |
1035 }, | 1036 }, |
1036 } | 1037 } |
OLD | NEW |