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

Side by Side Diff: gpu/gles2_conform_support/egl/BUILD.gn

Issue 2082793007: Remove dependency //gpu:command_buffer_gles2 on //gpu/gles2_conform_support/egl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 version: gpu/gles2_conform_support/gles_conform_support.gyp:egl_native 5 # GYP version: gpu/gles2_conform_support/gles_conform_support.gyp:egl_native
6 source_set("egl") { 6 source_set("egl") {
7 output_name = "egl_native" 7 output_name = "egl_native"
8 sources = [ 8 sources = [
9 "config.cc", 9 "config.cc",
10 "config.h", 10 "config.h",
(...skipping 13 matching lines...) Expand all
24 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 24 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
25 25
26 defines = [ 26 defines = [
27 "EGLAPI=", 27 "EGLAPI=",
28 "EGLAPIENTRY=", 28 "EGLAPIENTRY=",
29 ] 29 ]
30 30
31 deps = [ 31 deps = [
32 "//base", 32 "//base",
33 "//gpu", 33 "//gpu",
34 "//gpu:command_buffer_gles2",
35 "//gpu/command_buffer/client:gles2_c_lib_nocheck", 34 "//gpu/command_buffer/client:gles2_c_lib_nocheck",
36 "//gpu/command_buffer/client:gles2_implementation_no_check", 35 "//gpu/command_buffer/client:gles2_implementation_no_check",
37 "//gpu/command_buffer/common:gles2_utils", 36 "//gpu/command_buffer/common:gles2_utils",
38 "//gpu/command_buffer/service", 37 "//gpu/command_buffer/service",
39 "//ui/base", 38 "//ui/base",
40 "//ui/gfx", 39 "//ui/gfx",
41 "//ui/gfx/geometry", 40 "//ui/gfx/geometry",
42 "//ui/gl", 41 "//ui/gl",
43 ] 42 ]
44 } 43 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698