| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//mojo/public/mojo_application.gni") | 5 import("//mojo/public/mojo_application.gni") |
| 6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
| 7 | 7 |
| 8 source_set("chromium") { | 8 source_set("chromium") { |
| 9 sources = [ | 9 sources = [ |
| 10 "default_async_waiter.cc", | 10 "default_async_waiter.cc", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 41 sources = [ | 41 sources = [ |
| 42 "async_wait_perftest.cc", | 42 "async_wait_perftest.cc", |
| 43 ] | 43 ] |
| 44 | 44 |
| 45 deps = [ | 45 deps = [ |
| 46 ":chromium", | 46 ":chromium", |
| 47 "//base", | 47 "//base", |
| 48 "//base/test:test_support", | 48 "//base/test:test_support", |
| 49 "//mojo/edk/test:run_all_perftests", | 49 "//mojo/edk/test:run_all_perftests", |
| 50 "//mojo/message_pump", | 50 "//mojo/message_pump", |
| 51 "//mojo/public/c/environment/tests:perftest_helpers", | 51 "//mojo/public/c:environment_perftest_helpers", |
| 52 "//mojo/public/cpp/environment", | 52 "//mojo/public/cpp/environment", |
| 53 "//testing/gtest", | 53 "//testing/gtest", |
| 54 ] | 54 ] |
| 55 } | 55 } |
| OLD | NEW |