Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Side by Side Diff: mojo/environment/BUILD.gn

Issue 2235993002: Move mojo/public/c/environment/tests to mojo/public/c/tests/environment. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: oops Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | mojo/environment/async_wait_perftest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | mojo/environment/async_wait_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698