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

Side by Side Diff: gpu/BUILD.gn

Issue 809783002: Fix ui/gl and gpu target building with GN on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « BUILD.gn ('k') | ui/gl/BUILD.gn » ('j') | ui/gl/BUILD.gn » ('J')
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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 "config/gpu_control_list_unittest.cc", 218 "config/gpu_control_list_unittest.cc",
219 "config/gpu_control_list_version_info_unittest.cc", 219 "config/gpu_control_list_version_info_unittest.cc",
220 "config/gpu_driver_bug_list_unittest.cc", 220 "config/gpu_driver_bug_list_unittest.cc",
221 "config/gpu_info_collector_unittest.cc", 221 "config/gpu_info_collector_unittest.cc",
222 "config/gpu_info_unittest.cc", 222 "config/gpu_info_unittest.cc",
223 "config/gpu_test_config_unittest.cc", 223 "config/gpu_test_config_unittest.cc",
224 "config/gpu_test_expectations_parser_unittest.cc", 224 "config/gpu_test_expectations_parser_unittest.cc",
225 "config/gpu_util_unittest.cc", 225 "config/gpu_util_unittest.cc",
226 ] 226 ]
227 227
228 # See commend before //ui/gl target.
229 include_dirs = [ "//third_party/mesa/src/include" ]
230
228 deps = [ 231 deps = [
229 ":gpu", 232 ":gpu",
230 ":test_support", 233 ":test_support",
231 "//base", 234 "//base",
232 "//base/test:test_support", 235 "//base/test:test_support",
233 "//base/third_party/dynamic_annotations", 236 "//base/third_party/dynamic_annotations",
234 "//testing/gmock", 237 "//testing/gmock",
235 "//testing/gtest", 238 "//testing/gtest",
236 "//third_party/angle:translator", 239 "//third_party/angle:translator",
237 "//ui/gfx", 240 "//ui/gfx",
(...skipping 13 matching lines...) Expand all
251 254
252 deps = [ 255 deps = [
253 "//base", 256 "//base",
254 "//base/test:test_support", 257 "//base/test:test_support",
255 "//base/third_party/dynamic_annotations", 258 "//base/third_party/dynamic_annotations",
256 "//testing/gmock", 259 "//testing/gmock",
257 "//testing/gtest", 260 "//testing/gtest",
258 "//third_party/angle:translator_static", 261 "//third_party/angle:translator_static",
259 ] 262 ]
260 } 263 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | ui/gl/BUILD.gn » ('j') | ui/gl/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698