| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |