| 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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 | 384 |
| 385 deps = [ | 385 deps = [ |
| 386 "//base", | 386 "//base", |
| 387 "//base/test:test_support", | 387 "//base/test:test_support", |
| 388 "//gpu/command_buffer/service", | 388 "//gpu/command_buffer/service", |
| 389 "//testing/gmock", | 389 "//testing/gmock", |
| 390 "//testing/gtest", | 390 "//testing/gtest", |
| 391 "//testing/perf", | 391 "//testing/perf", |
| 392 "//ui/gfx/geometry", | 392 "//ui/gfx/geometry", |
| 393 "//ui/gl", | 393 "//ui/gl", |
| 394 "//ui/gl/init", |
| 394 ] | 395 ] |
| 395 | 396 |
| 396 # This target should not require the Chrome executable to run. | 397 # This target should not require the Chrome executable to run. |
| 397 assert_no_deps = [ "//chrome" ] | 398 assert_no_deps = [ "//chrome" ] |
| 398 } | 399 } |
| OLD | NEW |