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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
(...skipping 957 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
968 'test/sequenced_task_runner_test_template.cc', | 968 'test/sequenced_task_runner_test_template.cc', |
969 'test/sequenced_task_runner_test_template.h', | 969 'test/sequenced_task_runner_test_template.h', |
970 'test/sequenced_worker_pool_owner.cc', | 970 'test/sequenced_worker_pool_owner.cc', |
971 'test/sequenced_worker_pool_owner.h', | 971 'test/sequenced_worker_pool_owner.h', |
972 'test/simple_test_clock.cc', | 972 'test/simple_test_clock.cc', |
973 'test/simple_test_clock.h', | 973 'test/simple_test_clock.h', |
974 'test/simple_test_tick_clock.cc', | 974 'test/simple_test_tick_clock.cc', |
975 'test/simple_test_tick_clock.h', | 975 'test/simple_test_tick_clock.h', |
976 'test/task_runner_test_template.cc', | 976 'test/task_runner_test_template.cc', |
977 'test/task_runner_test_template.h', | 977 'test/task_runner_test_template.h', |
978 'test/test_discardable_memory_shmem_allocator.cc', | 978 'test/test_discardable_memory_allocator.cc', |
979 'test/test_discardable_memory_shmem_allocator.h', | 979 'test/test_discardable_memory_allocator.h', |
980 'test/test_file_util.cc', | 980 'test/test_file_util.cc', |
981 'test/test_file_util.h', | 981 'test/test_file_util.h', |
982 'test/test_file_util_android.cc', | 982 'test/test_file_util_android.cc', |
983 'test/test_file_util_linux.cc', | 983 'test/test_file_util_linux.cc', |
984 'test/test_file_util_mac.cc', | 984 'test/test_file_util_mac.cc', |
985 'test/test_file_util_posix.cc', | 985 'test/test_file_util_posix.cc', |
986 'test/test_file_util_win.cc', | 986 'test/test_file_util_win.cc', |
987 'test/test_io_thread.cc', | 987 'test/test_io_thread.cc', |
988 'test/test_io_thread.h', | 988 'test/test_io_thread.h', |
989 'test/test_listener_ios.h', | 989 'test/test_listener_ios.h', |
(...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1602 'dependencies': [ | 1602 'dependencies': [ |
1603 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1603 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1604 ], | 1604 ], |
1605 }], | 1605 }], |
1606 ], | 1606 ], |
1607 }, | 1607 }, |
1608 ], | 1608 ], |
1609 }], | 1609 }], |
1610 ], | 1610 ], |
1611 } | 1611 } |
OLD | NEW |