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

Side by Side Diff: gpu/BUILD.gn

Issue 1920163005: Split //ui/gl into //ui/gl + //ui/gi/init. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change to //ui/gl/init Created 4 years, 7 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
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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 381
382 deps = [ 382 deps = [
383 "//base", 383 "//base",
384 "//base/test:test_support", 384 "//base/test:test_support",
385 "//gpu/command_buffer/service", 385 "//gpu/command_buffer/service",
386 "//testing/gmock", 386 "//testing/gmock",
387 "//testing/gtest", 387 "//testing/gtest",
388 "//testing/perf", 388 "//testing/perf",
389 "//ui/gfx/geometry", 389 "//ui/gfx/geometry",
390 "//ui/gl", 390 "//ui/gl",
391 "//ui/gl/init",
391 ] 392 ]
392 } 393 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698