Chromium Code Reviews| 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 943 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 954 'test/power_monitor_test_base.cc', | 954 'test/power_monitor_test_base.cc', |
| 955 'test/power_monitor_test_base.h', | 955 'test/power_monitor_test_base.h', |
| 956 'test/scoped_locale.cc', | 956 'test/scoped_locale.cc', |
| 957 'test/scoped_locale.h', | 957 'test/scoped_locale.h', |
| 958 'test/scoped_path_override.cc', | 958 'test/scoped_path_override.cc', |
| 959 'test/scoped_path_override.h', | 959 'test/scoped_path_override.h', |
| 960 'test/sequenced_task_runner_test_template.cc', | 960 'test/sequenced_task_runner_test_template.cc', |
| 961 'test/sequenced_task_runner_test_template.h', | 961 'test/sequenced_task_runner_test_template.h', |
| 962 'test/sequenced_worker_pool_owner.cc', | 962 'test/sequenced_worker_pool_owner.cc', |
| 963 'test/sequenced_worker_pool_owner.h', | 963 'test/sequenced_worker_pool_owner.h', |
| 964 'test/scoped_mock_log.cc', | |
| 965 'test/scoped_mock_log.h', | |
|
rvargas (doing something else)
2015/03/03 19:45:33
build.gn has to be updated
Łukasz Anforowicz
2015/03/04 00:23:01
Thanks for catching this. Done.
| |
| 964 'test/simple_test_clock.cc', | 966 'test/simple_test_clock.cc', |
| 965 'test/simple_test_clock.h', | 967 'test/simple_test_clock.h', |
| 966 'test/simple_test_tick_clock.cc', | 968 'test/simple_test_tick_clock.cc', |
| 967 'test/simple_test_tick_clock.h', | 969 'test/simple_test_tick_clock.h', |
| 968 'test/task_runner_test_template.cc', | 970 'test/task_runner_test_template.cc', |
| 969 'test/task_runner_test_template.h', | 971 'test/task_runner_test_template.h', |
| 970 'test/test_file_util.cc', | 972 'test/test_file_util.cc', |
| 971 'test/test_file_util.h', | 973 'test/test_file_util.h', |
| 972 'test/test_file_util_android.cc', | 974 'test/test_file_util_android.cc', |
| 973 'test/test_file_util_linux.cc', | 975 'test/test_file_util_linux.cc', |
| (...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1590 'dependencies': [ | 1592 'dependencies': [ |
| 1591 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1593 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1592 ], | 1594 ], |
| 1593 }], | 1595 }], |
| 1594 ], | 1596 ], |
| 1595 }, | 1597 }, |
| 1596 ], | 1598 ], |
| 1597 }], | 1599 }], |
| 1598 ], | 1600 ], |
| 1599 } | 1601 } |
| OLD | NEW |