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

Side by Side Diff: mojo/edk/test/BUILD.gn

Issue 728133002: Update mojo sdk to rev e01f9a49449381a5eb430c1fd88bf2cae73ec35a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android + ios gyp fixes Created 6 years, 1 month 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 | « mojo/edk/system/waiter_test_utils.cc ('k') | mojo/edk/test/multiprocess_test_helper.h » ('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 # GYP version: mojo/edk/mojo_edk.gyp:mojo_common_test_support 5 # GYP version: mojo/edk/mojo_edk.gyp:mojo_common_test_support
6 source_set("test_support") { 6 source_set("test_support") {
7 testonly = true 7 testonly = true
8 sources = [ 8 sources = [
9 "multiprocess_test_helper.cc", 9 "multiprocess_test_helper.cc",
10 "multiprocess_test_helper.h", 10 "multiprocess_test_helper.h",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 49
50 sources = [ "run_all_perftests.cc" ] 50 sources = [ "run_all_perftests.cc" ]
51 } 51 }
52 52
53 53
54 # GYP version: mojo/edk/mojo_edk.gyp:mojo_test_support_impl 54 # GYP version: mojo/edk/mojo_edk.gyp:mojo_test_support_impl
55 source_set("test_support_impl") { 55 source_set("test_support_impl") {
56 testonly = true 56 testonly = true
57 deps = [ 57 deps = [
58 "//base", 58 "//base",
59 "//base/test:test_support",
60 "//mojo/public/c/test_support",
59 ] 61 ]
60 62
61 sources = [ 63 sources = [
62 "test_support_impl.cc", 64 "test_support_impl.cc",
63 "test_support_impl.h", 65 "test_support_impl.h",
64 ] 66 ]
65 } 67 }
OLDNEW
« no previous file with comments | « mojo/edk/system/waiter_test_utils.cc ('k') | mojo/edk/test/multiprocess_test_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698