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

Side by Side Diff: gpu/BUILD.gn

Issue 551933002: Mark gtest and gmock as testonly in GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@testonly
Patch Set: android Created 6 years, 3 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 | « gin/BUILD.gn ('k') | ipc/BUILD.gn » ('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-to-GN project mappings: 5 # GYP-to-GN project mappings:
6 # 6 #
7 # gpu.gyp:command_buffer_client => //gpu/command_buffer/client 7 # gpu.gyp:command_buffer_client => //gpu/command_buffer/client
8 # 8 #
9 # gpu.gyp:command_buffer_common => //gpu/command_buffer/common 9 # gpu.gyp:command_buffer_common => //gpu/command_buffer/common
10 # 10 #
(...skipping 30 matching lines...) Expand all
41 "//gpu/command_buffer/client", 41 "//gpu/command_buffer/client",
42 "//gpu/command_buffer/client:gles2_cmd_helper_sources", 42 "//gpu/command_buffer/client:gles2_cmd_helper_sources",
43 "//gpu/command_buffer/common", 43 "//gpu/command_buffer/common",
44 "//gpu/command_buffer/service", 44 "//gpu/command_buffer/service",
45 "//gpu/config", 45 "//gpu/config",
46 "//gpu/ipc", 46 "//gpu/ipc",
47 ] 47 ]
48 } 48 }
49 49
50 source_set("test_support") { 50 source_set("test_support") {
51 testonly = true
51 sources = [ 52 sources = [
52 "command_buffer/service/gles2_cmd_decoder_mock.cc", 53 "command_buffer/service/gles2_cmd_decoder_mock.cc",
53 "command_buffer/service/error_state_mock.cc", 54 "command_buffer/service/error_state_mock.cc",
54 "command_buffer/client/gles2_interface_stub.cc", 55 "command_buffer/client/gles2_interface_stub.cc",
55 "command_buffer/client/gles2_interface_stub.h", 56 "command_buffer/client/gles2_interface_stub.h",
56 ] 57 ]
57 58
58 configs += [ "//third_party/khronos:khronos_headers" ] 59 configs += [ "//third_party/khronos:khronos_headers" ]
59 60
60 deps = [ 61 deps = [
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 ] 247 ]
247 248
248 deps = [ 249 deps = [
249 "//base", 250 "//base",
250 "//base/third_party/dynamic_annotations", 251 "//base/third_party/dynamic_annotations",
251 "//testing/gmock", 252 "//testing/gmock",
252 "//testing/gtest", 253 "//testing/gtest",
253 "//third_party/angle:translator_static", 254 "//third_party/angle:translator_static",
254 ] 255 ]
255 } 256 }
OLDNEW
« no previous file with comments | « gin/BUILD.gn ('k') | ipc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698