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

Side by Side Diff: gpu/BUILD.gn

Issue 903273002: Update from https://crrev.com/315085 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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/isolate_holder.cc ('k') | gpu/GLES2/gl2chromium_autogen.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-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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 133
134 test("gpu_unittests") { 134 test("gpu_unittests") {
135 sources = [ 135 sources = [
136 "command_buffer/client/buffer_tracker_unittest.cc", 136 "command_buffer/client/buffer_tracker_unittest.cc",
137 "command_buffer/client/client_test_helper.cc", 137 "command_buffer/client/client_test_helper.cc",
138 "command_buffer/client/client_test_helper.h", 138 "command_buffer/client/client_test_helper.h",
139 "command_buffer/client/cmd_buffer_helper_test.cc", 139 "command_buffer/client/cmd_buffer_helper_test.cc",
140 "command_buffer/client/fenced_allocator_test.cc", 140 "command_buffer/client/fenced_allocator_test.cc",
141 "command_buffer/client/gles2_implementation_unittest.cc", 141 "command_buffer/client/gles2_implementation_unittest.cc",
142 "command_buffer/client/mapped_memory_unittest.cc", 142 "command_buffer/client/mapped_memory_unittest.cc",
143 "command_buffer/client/program_info_manager_unittest.cc",
143 "command_buffer/client/query_tracker_unittest.cc", 144 "command_buffer/client/query_tracker_unittest.cc",
144 "command_buffer/client/ring_buffer_test.cc", 145 "command_buffer/client/ring_buffer_test.cc",
145 "command_buffer/client/transfer_buffer_unittest.cc", 146 "command_buffer/client/transfer_buffer_unittest.cc",
146 "command_buffer/client/vertex_array_object_manager_unittest.cc", 147 "command_buffer/client/vertex_array_object_manager_unittest.cc",
147 "command_buffer/common/bitfield_helpers_test.cc", 148 "command_buffer/common/bitfield_helpers_test.cc",
148 "command_buffer/common/command_buffer_mock.cc", 149 "command_buffer/common/command_buffer_mock.cc",
149 "command_buffer/common/command_buffer_mock.h", 150 "command_buffer/common/command_buffer_mock.h",
150 "command_buffer/common/command_buffer_shared_test.cc", 151 "command_buffer/common/command_buffer_shared_test.cc",
151 "command_buffer/common/debug_marker_manager_unittest.cc", 152 "command_buffer/common/debug_marker_manager_unittest.cc",
152 "command_buffer/common/gles2_cmd_format_test.cc", 153 "command_buffer/common/gles2_cmd_format_test.cc",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 deps = [ 269 deps = [
269 "//base", 270 "//base",
270 "//base/test:test_support", 271 "//base/test:test_support",
271 "//base/third_party/dynamic_annotations", 272 "//base/third_party/dynamic_annotations",
272 "//testing/gmock", 273 "//testing/gmock",
273 "//testing/gtest", 274 "//testing/gtest",
274 "//third_party/angle:translator_static", 275 "//third_party/angle:translator_static",
275 ] 276 ]
276 } 277 }
277 } 278 }
OLDNEW
« no previous file with comments | « gin/isolate_holder.cc ('k') | gpu/GLES2/gl2chromium_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698