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

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: Rebase. 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
« no previous file with comments | « content/gpu/gpu_main.cc ('k') | gpu/command_buffer/service/BUILD.gn » ('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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW
« no previous file with comments | « content/gpu/gpu_main.cc ('k') | gpu/command_buffer/service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698